]> 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 156a6b2a34b04f48a22cb725612800fd9c98ec21..e3b88ee6498881684a5f17806ab24c95a259b73b 100644 (file)
@@ -1,11 +1,11 @@
 <div class="paging">
 {if="isLoggedIn()"}
     <div class="paging_privatelinks">
-        <a href="?visibility={$nextVisibility}">
-               {if="$visibility=='private' || $visibility=='public'"}
-               <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">
+      <a href="?visibility=private">
+               {if="$visibility=='private'"}
+      <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>