aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/linklist.paging.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-02-24 18:34:50 +0100
committerArthurHoaro <arthur@hoa.ro>2018-03-28 19:01:17 +0200
commit7e9bd977eec3c996119626a4bb2828fc08979db8 (patch)
tree46fc68ad927dc2a3d7c6e19b1128567d6fcd8336 /tpl/vintage/linklist.paging.html
parenta33c5653655215d3a6496807f15a896d4b85f070 (diff)
downloadShaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.tar.gz
Shaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.tar.zst
Shaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.zip
Webpack / Update front paths in template files
Diffstat (limited to 'tpl/vintage/linklist.paging.html')
-rw-r--r--tpl/vintage/linklist.paging.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/vintage/linklist.paging.html b/tpl/vintage/linklist.paging.html
index 12828a97..e3b88ee6 100644
--- a/tpl/vintage/linklist.paging.html
+++ b/tpl/vintage/linklist.paging.html
@@ -1,11 +1,11 @@
1<div class="paging"> 1<div class="paging">
2{if="isLoggedIn()"} 2{if="isLoggedIn()"}
3 <div class="paging_privatelinks"> 3 <div class="paging_privatelinks">
4 <a href="?visibility=private"> 4 <a href="?visibility=private">
5 {if="$visibility=='private'"} 5 {if="$visibility=='private'"}
6 <img src="images/private_16x16_active.png#" width="16" height="16" title="Filter links by visibility" alt="Filter links by visibility"> 6 <img src="img/private_16x16_active.png" width="16" height="16" title="Click to see all links" alt="Click to see all links">
7 {else} 7 {else}
8 <img src="images/private_16x16.png#" width="16" height="16" title="Filter links by visibility" alt="Filter links by visibility"> 8 <img src="img/private_16x16.png" width="16" height="16" title="Click to see only private links" alt="Click to see only private links">
9 {/if} 9 {/if}
10 </a> 10 </a>
11 11