diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 19:32:19 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 19:32:19 +0200 |
commit | f0070a15e4725255dad967bde76155a39d189631 (patch) | |
tree | 69bfdf8ddbc09467be830274f434190b42979aa1 /tpl/home.html | |
parent | 6f87a19714057e370a6b970bbfb82af5abd968f9 (diff) | |
download | wallabag-f0070a15e4725255dad967bde76155a39d189631.tar.gz wallabag-f0070a15e4725255dad967bde76155a39d189631.tar.zst wallabag-f0070a15e4725255dad967bde76155a39d189631.zip |
flash messages pour indiquer qu'une action s'est bien effectuée ou qu'il y a eu une erreur0.2
Diffstat (limited to 'tpl/home.html')
-rw-r--r-- | tpl/home.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/home.html b/tpl/home.html index 33aec78c..ad881997 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -15,4 +15,5 @@ | |||
15 | <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> | 15 | <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> |
16 | <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> | 16 | <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> |
17 | </ul> | 17 | </ul> |
18 | {/if} \ No newline at end of file | 18 | {/if} |
19 | {include="messages"} \ No newline at end of file | ||