From adc4aee80f7cd3242f65f0b316af2b560a64712c Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Wed, 7 Dec 2016 11:58:25 +0100 Subject: Change templates set through administration UI --- tpl/default/linklist.paging.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tpl/default/linklist.paging.html (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html new file mode 100644 index 00000000..86019c01 --- /dev/null +++ b/tpl/default/linklist.paging.html @@ -0,0 +1,32 @@ +
+{if="isLoggedIn()"} + +{/if} + {loop="$action_plugin"} + + {/loop} +
+ Links per page: 20 50 100 +
+
+ {if="$previous_page_url"} ◄Older {/if} +
page {$page_current} / {$page_max}
+ {if="$next_page_url"} Newer► {/if} +
-- cgit v1.2.3 From 009ce9358168cc06c76fc2f4162829e552e633a3 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:51:30 +0100 Subject: Move default template to vintage folder --- tpl/default/linklist.paging.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 tpl/default/linklist.paging.html (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html deleted file mode 100644 index 86019c01..00000000 --- a/tpl/default/linklist.paging.html +++ /dev/null @@ -1,32 +0,0 @@ -
-{if="isLoggedIn()"} - -{/if} - {loop="$action_plugin"} - - {/loop} -
- Links per page: 20 50 100 -
-
- {if="$previous_page_url"} ◄Older {/if} -
page {$page_current} / {$page_max}
- {if="$next_page_url"} Newer► {/if} -
-- cgit v1.2.3 From 402b03464812aaec76bc841ca7dacb775baf1e03 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:52:17 +0100 Subject: Introduce the new default Shaarli template --- tpl/default/linklist.paging.html | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tpl/default/linklist.paging.html (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html new file mode 100644 index 00000000..bc1591e4 --- /dev/null +++ b/tpl/default/linklist.paging.html @@ -0,0 +1,55 @@ + \ No newline at end of file -- cgit v1.2.3 From 7040169069322d72cec4276b7b812291b57a0d40 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 21 Feb 2017 14:16:48 +0100 Subject: Multiple minor improvements and bugfixes regarding the new templates: * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox --- tpl/default/linklist.paging.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index bc1591e4..d8c1e76e 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html @@ -10,7 +10,7 @@ class={if="$privateonly"}"filter-on"{else}"filter-off"{/if} > {/if} - + {loop="$action_plugin"} @@ -50,6 +50,9 @@
+ + + \ No newline at end of file -- cgit v1.2.3 From f210d94f716acd86fd22c9651f591a778490e8a9 Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Thu, 1 Jun 2017 17:55:26 +0200 Subject: Using only one form in linklist.html + adding untaggedonly filter - fix #885 --- tpl/default/linklist.paging.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index d8c1e76e..41e9fa34 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html @@ -6,10 +6,13 @@ {'Filters'|t} {if="isLoggedIn()"} - + {/if} + @@ -55,4 +58,4 @@ - \ No newline at end of file + -- cgit v1.2.3 From 40ec173e68d47c821cb09875a44aab81d33cd89d Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 20 May 2017 15:43:55 +0200 Subject: JS translation --- tpl/default/linklist.paging.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index 41e9fa34..347b3d13 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html @@ -13,7 +13,7 @@ - + {loop="$action_plugin"} @@ -53,7 +53,7 @@
- + -- cgit v1.2.3