]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/linklist.paging.html
CHANGELOG.md: add unpublished Shaarli Community releases
[github/shaarli/Shaarli.git] / tpl / linklist.paging.html
index 848541cd7cab79bcfa746d693c978b7555c0ef79..42f58d0dc5ab2fc09f8717a57e2c76302a609a17 100644 (file)
@@ -8,8 +8,22 @@
                <img src="images/private_16x16.png#" width="16" height="16" title="Click to see only private links" alt="Click to see only private links">
                {/if}
                </a>
+
+
     </div>
 {/if}
+    {loop="$action_plugin"}
+      <div class="paging_privatelinks">
+        <a
+          {loop="$value"}
+            {if="$key!='html'"}
+              {$key}="{$value}"
+            {/if}
+          {/loop}>
+          {$value.html}
+        </a>
+      </div>
+    {/loop}
     <div class="paging_linksperpage">
         Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a>
         <form method="GET" class="linksperpage"><input type="text" name="linksperpage" size="2"></form>