From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/saved_searches_aside.tpl | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) mode change 100644 => 100755 view/tpl/saved_searches_aside.tpl (limited to 'view/tpl/saved_searches_aside.tpl') diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl old mode 100644 new mode 100755 index a204c48ff..034d1f6db --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -1,14 +1,19 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}
- - $searchbox + + {{$searchbox}}
-- cgit v1.2.3 From 328ebda77a44bfeaa3ac5455a4713db402bc54bf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 16 Jul 2013 18:08:26 +0100 Subject: Kill autogenerated warnings, plus a typo. --- view/tpl/saved_searches_aside.tpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'view/tpl/saved_searches_aside.tpl') diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl index 034d1f6db..27c7d86a0 100755 --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
{{$searchbox}} -- cgit v1.2.3 From 87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 9 Oct 2013 20:19:02 -0700 Subject: more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered. --- view/tpl/saved_searches_aside.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/saved_searches_aside.tpl') diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl index 27c7d86a0..0dabca4a6 100755 --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -5,7 +5,7 @@
    {{foreach $saved as $search}}
  • - + {{$search.displayterm}}
  • {{/foreach}} -- cgit v1.2.3 From c52db29ff56abfed857b11d8b9cbfb5cb4d7d598 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 10 Oct 2013 20:17:41 -0700 Subject: set the colour of the active nav element so it doesn't get washed out --- view/tpl/saved_searches_aside.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/saved_searches_aside.tpl') diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl index 0dabca4a6..ea336f969 100755 --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -4,8 +4,8 @@
      {{foreach $saved as $search}} -
    • - +
    • + {{$search.displayterm}}
    • {{/foreach}} -- cgit v1.2.3 From b3f622022608567334406475b190b315815361b3 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Dec 2013 19:23:30 -0800 Subject: make some "selection-is-selected" classes work again --- view/tpl/saved_searches_aside.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/saved_searches_aside.tpl') diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl index ea336f969..615eca39d 100755 --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -6,7 +6,7 @@ {{foreach $saved as $search}}
    • - {{$search.displayterm}} + {{$search.displayterm}}
    • {{/foreach}}
    -- cgit v1.2.3 From acc70b9deb36e7114d4738f6b29f4f780a45a1be Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 16 Apr 2014 20:09:19 -0700 Subject: fixing widgets --- view/tpl/saved_searches_aside.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/saved_searches_aside.tpl') diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl index 615eca39d..0258a7632 100755 --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -5,7 +5,7 @@