]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/linklist.paging.html
Improve theme dependent plugin placeholders:
[github/shaarli/Shaarli.git] / tpl / linklist.paging.html
index 848541cd7cab79bcfa746d693c978b7555c0ef79..86019c01ee2a5cb4ddd2a9f8b50b59c694b00e2c 100644 (file)
@@ -8,8 +8,20 @@
                <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.attr"}
+            {$key}="{$value}"
+          {/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>