aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/page.footer.html
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-04-18 23:45:05 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-06-02 16:46:06 +0200
commit89ccc83ba497fa91eaaf2a2a52d8549aea5e2aee (patch)
tree195d230527b3a6dbd22aefb7d0b09df66f160bf8 /tpl/vintage/page.footer.html
parent847420847455c1339f3302b1b67568ee0f382a11 (diff)
downloadShaarli-89ccc83ba497fa91eaaf2a2a52d8549aea5e2aee.tar.gz
Shaarli-89ccc83ba497fa91eaaf2a2a52d8549aea5e2aee.tar.zst
Shaarli-89ccc83ba497fa91eaaf2a2a52d8549aea5e2aee.zip
Login: update PageBuilder and default/vintage templates
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tpl/vintage/page.footer.html')
-rw-r--r--tpl/vintage/page.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/vintage/page.footer.html b/tpl/vintage/page.footer.html
index 1485e1ce..f409721e 100644
--- a/tpl/vintage/page.footer.html
+++ b/tpl/vintage/page.footer.html
@@ -25,7 +25,7 @@
25 25
26<script src="js/shaarli.min.js"></script> 26<script src="js/shaarli.min.js"></script>
27 27
28{if="isLoggedIn()"} 28{if="$is_logged_in"}
29<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> 29<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
30{/if} 30{/if}
31 31