mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
flash messages pour indiquer qu'une action s'est bien effectuée ou qu'il y a eu une erreur
This commit is contained in:
parent
6f87a19714
commit
f0070a15e4
12 changed files with 265 additions and 7 deletions
|
@ -15,4 +15,5 @@
|
|||
<li><img src="img/up.png" onclick="sort_links('{$view}', 'ia');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id');" title="by date desc" /></li>
|
||||
<li><img src="img/up.png" onclick="sort_links('{$view}', 'ta');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td');" title="by title desc" /></li>
|
||||
</ul>
|
||||
{/if}
|
||||
{/if}
|
||||
{include="messages"}
|
1
tpl/messages.html
Normal file
1
tpl/messages.html
Normal file
|
@ -0,0 +1 @@
|
|||
<div id="messages"><?php echo $msg->display(); ?></div>
|
Loading…
Add table
Add a link
Reference in a new issue