]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/linklist.paging.html
Webpack / Update front paths in template files
[github/shaarli/Shaarli.git] / tpl / vintage / linklist.paging.html
index 12828a97405296257ed6f2a8b3ed455c6508f0a8..e3b88ee6498881684a5f17806ab24c95a259b73b 100644 (file)
@@ -1,11 +1,11 @@
 <div class="paging">
 {if="isLoggedIn()"}
     <div class="paging_privatelinks">
-        <a href="?visibility=private">
+      <a href="?visibility=private">
                {if="$visibility=='private'"}
-               <img src="images/private_16x16_active.png#" width="16" height="16" title="Filter links by visibility" alt="Filter links by visibility">
-               {else}
-               <img src="images/private_16x16.png#" width="16" height="16" title="Filter links by visibility" alt="Filter links by visibility">
+      <img src="img/private_16x16_active.png" width="16" height="16" title="Click to see all links" alt="Click to see all links">
+    {else}
+      <img src="img/private_16x16.png" width="16" height="16" title="Click to see only private links" alt="Click to see only private links">
                {/if}
                </a>