diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-19 11:41:12 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-19 11:41:12 +0200 |
commit | a1953dff8f39b225b408c3046246e9446a01f305 (patch) | |
tree | 70b1989080f5fcf9581dc6aa208664efaeb7b02d /tpl/view.html | |
parent | c00cdfdd3bc8e53750d34c60d13cd2d885c5d4fd (diff) | |
download | wallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.gz wallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.zst wallabag-a1953dff8f39b225b408c3046246e9446a01f305.zip |
tout est recentré sur index.php0.1
Diffstat (limited to 'tpl/view.html')
-rw-r--r-- | tpl/view.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tpl/view.html b/tpl/view.html index 1191bd82..4b8ce60f 100644 --- a/tpl/view.html +++ b/tpl/view.html | |||
@@ -23,9 +23,10 @@ | |||
23 | </div> | 23 | </div> |
24 | <div class="tools"> | 24 | <div class="tools"> |
25 | <ul> | 25 | <ul> |
26 | <li><a title="toggle mark as read" class="tool archive {if="$is_read == '0'"}archive-off{/if}" onclick="toggle_archive(this, {$id}, '<?php echo Session::getToken(); ?>')"><span></span></a></li> | 26 | <li><a title="toggle mark as read" class="tool archive {if="$is_read == '0'"}archive-off{/if}" onclick="toggle_archive(this, {$id})"><span></span></a></li> |
27 | <li><a title="toggle favorite" class="tool fav {if="$is_fav == '0'"}fav-off{/if}" onclick="toggle_favorite(this, {$id}, '<?php echo Session::getToken(); ?>')"><span></span></a></li> | 27 | <li><a title="toggle favorite" class="tool fav {if="$is_fav == '0'"}fav-off{/if}" onclick="toggle_favorite(this, {$id})"><span></span></a></li> |
28 | <li><form method="post" onsubmit="return confirm('Are you sure?')" style="display: inline;" action="index.php"><input type="hidden" name="token" id="token" value="<?php echo Session::getToken(); ?>" /><input type="hidden" id="action" name="action" value="delete" /><input type="hidden" id="id" name="id" value="{$id}" /><input type="submit" class="delete" title="toggle delete" /></form></li> | 28 | <li><form method="post" onsubmit="return confirm('Are you sure?')" style="display: inline;" action="index.php"><input type="hidden" name="token" id="token" value="<?php echo Session::getToken(); ?>" /><input type="hidden" id="view" name="view" value="index" /><input type="hidden" id="action" name="action" value="delete" /><input type="hidden" id="id" name="id" value="{$id}" /><input type="submit" class="delete" title="toggle delete" /></form></li> |
29 | <li><a href="?logout" title="Logout">logout</a></li> | ||
29 | </ul> | 30 | </ul> |
30 | </div> | 31 | </div> |
31 | <header class="mbm"> | 32 | <header class="mbm"> |