From f29775143763606a725565db941e5bfd1acbaaba Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 5 May 2012 20:01:38 +0200 Subject: diabook-theme: can now set the twitter search term in theme-settings & small fixes --- view/theme/diabook/theme_settings.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 61b0b6dac..d08f2819c 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -6,6 +6,8 @@ {{inc field_select.tpl with $field=$resolution}}{{endinc}} +{{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}} +
Restore right-hand column
-- cgit v1.2.3 From 3d0a0b6abfcb2e2fcb28a0b415d026c25de260d5 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 7 May 2012 02:24:43 +0200 Subject: diabook-theme: add "Earth Layers"-box at right_side --- view/theme/diabook/theme_settings.tpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index d08f2819c..27122857c 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -8,6 +8,12 @@ {{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}} +{{inc field_input.tpl with $field=$ELPosX}}{{endinc}} + +{{inc field_input.tpl with $field=$ELPosY}}{{endinc}} + +{{inc field_input.tpl with $field=$ELZoom}}{{endinc}} + -- cgit v1.2.3 From 88443ed3fb3c4d91f93d3520f260aa40eb6ec694 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 8 May 2012 03:29:25 +0200 Subject: diabook-themes: state of the boxes at right_aside are now stored in db, instead of cookie. --- view/theme/diabook/theme_settings.tpl | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 27122857c..68b22a168 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -14,11 +14,26 @@ {{inc field_input.tpl with $field=$ELZoom}}{{endinc}} -
-Restore right-hand column +
+
+{{inc field_select.tpl with $field=$close_pages}}{{endinc}} +{{inc field_select.tpl with $field=$close_profiles}}{{endinc}} +{{inc field_select.tpl with $field=$close_helpers}}{{endinc}} +{{inc field_select.tpl with $field=$close_services}}{{endinc}} +{{inc field_select.tpl with $field=$close_friends}}{{endinc}} +{{inc field_select.tpl with $field=$close_lastusers}}{{endinc}} +{{inc field_select.tpl with $field=$close_lastphotos}}{{endinc}} +{{inc field_select.tpl with $field=$close_lastlikes}}{{endinc}} +{{inc field_select.tpl with $field=$close_twitter}}{{endinc}} +{{inc field_select.tpl with $field=$close_mapquery}}{{endinc}} +
+ + -- cgit v1.2.3