diff options
author | nodiscc <nodiscc@gmail.com> | 2014-12-05 17:56:19 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-12-05 17:56:19 +0100 |
commit | cdd870b72efbb24fbf4e247f529121d2e04ed86e (patch) | |
tree | c0bba497d51ab9d0e50dc95b7b024cf20de30886 /tpl/linklist.paging.html | |
parent | dff9ee543d8194787bf087565e9242914c5d6393 (diff) | |
parent | c133612f32849b76785635efe19d4afedcfd0248 (diff) | |
download | Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.gz Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.zst Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.zip |
Merge pull request #68 from virtualtam/hardcoded-style
CSS: remove hardcoded style from templates
Diffstat (limited to 'tpl/linklist.paging.html')
-rw-r--r-- | tpl/linklist.paging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/linklist.paging.html b/tpl/linklist.paging.html index b0c119d9..c2b98971 100644 --- a/tpl/linklist.paging.html +++ b/tpl/linklist.paging.html | |||
@@ -12,9 +12,9 @@ | |||
12 | {/if} | 12 | {/if} |
13 | <div id="paging_linksperpage"> | 13 | <div id="paging_linksperpage"> |
14 | Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a> | 14 | Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a> |
15 | <form method="GET" style="display:inline;" class="linksperpage"><input type="text" name="linksperpage" size="2" style="height:15px;"></form> | 15 | <form method="GET" class="linksperpage"><input type="text" name="linksperpage" size="2"></form> |
16 | </div> | 16 | </div> |
17 | {if="$previous_page_url"} <a href="{$previous_page_url}" id="paging_older">◄Older</a> {/if} | 17 | {if="$previous_page_url"} <a href="{$previous_page_url}" id="paging_older">◄Older</a> {/if} |
18 | <div id="paging_current">page {$page_current} / {$page_max} </div> | 18 | <div id="paging_current">page {$page_current} / {$page_max} </div> |
19 | {if="$next_page_url"} <a href="{$next_page_url}" id="paging_newer">Newer►</a> {/if} | 19 | {if="$next_page_url"} <a href="{$next_page_url}" id="paging_newer">Newer►</a> {/if} |
20 | </div> \ No newline at end of file | 20 | </div> |