aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.footer.html
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-06-24 00:51:38 +0200
committernodiscc <nodiscc@gmail.com>2015-06-24 00:51:38 +0200
commiteaefcba724e93c5f6b426ad8855ab1af8ac8212a (patch)
tree283a94eeedbee9716cc6a43bbb8a1be4d1136916 /tpl/page.footer.html
parent9f15ca9ee76bc36832f12a952005fdaf52e2559d (diff)
parent5f85fcd863fe261921953ea3bd1742f3e1b7cf68 (diff)
downloadShaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.gz
Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.zst
Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.zip
Merge remote-tracking branch 'ArthurHoaro/input-escape' into next
Conflicts: index.php
Diffstat (limited to 'tpl/page.footer.html')
-rw-r--r--tpl/page.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html
index 42c621b9..8143669d 100644
--- a/tpl/page.footer.html
+++ b/tpl/page.footer.html
@@ -2,7 +2,7 @@
2 <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community - <a href="doc/Home.html">Help/documentation</a> 2 <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community - <a href="doc/Home.html">Help/documentation</a>
3</div> 3</div>
4{if="$newversion"} 4{if="$newversion"}
5 <div id="newversion"><span id="version_id">&#x25CF;</span> Shaarli {$newversion|htmlspecialchars} is <a href="https://github.com/shaarli/Shaarli/releases">available</a>.</div> 5 <div id="newversion"><span id="version_id">&#x25CF;</span> Shaarli {$newversion} is <a href="https://github.com/shaarli/Shaarli/releases">available</a>.</div>
6{/if} 6{/if}
7{if="isLoggedIn()"} 7{if="isLoggedIn()"}
8<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> 8<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>