1
0
Fork 0
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:
nicosomb 2013-04-21 19:32:19 +02:00
parent 6f87a19714
commit f0070a15e4
12 changed files with 265 additions and 7 deletions

View file

@ -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
View file

@ -0,0 +1 @@
<div id="messages"><?php echo $msg->display(); ?></div>