aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme_settings.tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-11 08:36:24 +0200
committerzottel <github@zottel.net>2012-05-11 08:36:24 +0200
commitc43a03e21bcd12b24be8a59741ec6591c1f651d7 (patch)
treec1c90892400ef5d5916f35e1d65a23b860480875 /view/theme/diabook/theme_settings.tpl
parent4709960189e48fa1e073035cde916767f3dd830e (diff)
parent8a5dcf64d84b98bda80e0346d508efc072c50002 (diff)
downloadvolse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.tar.gz
volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.tar.bz2
volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook/theme_settings.tpl')
-rw-r--r--view/theme/diabook/theme_settings.tpl22
1 files changed, 12 insertions, 10 deletions
diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl
index 68b22a168..ad024dfe9 100644
--- a/view/theme/diabook/theme_settings.tpl
+++ b/view/theme/diabook/theme_settings.tpl
@@ -6,18 +6,11 @@
{{inc field_select.tpl with $field=$resolution}}{{endinc}}
-{{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}}
-
<div class="settings-submit-wrapper">
<input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" />
</div>
-
+<br>
+<h3>Show/hide boxes at right-hand column</h3>
{{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}}
@@ -27,13 +20,22 @@
{{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_input.tpl with $field=$TSearchTerm}}{{endinc}}
{{inc field_select.tpl with $field=$close_mapquery}}{{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}}
+
<div class="settings-submit-wrapper">
<input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" />
</div>
+<br>
+
<div class="field select">
-<a onClick="restore_boxes()" title="Restore order at right-hand column" style="cursor: pointer;">Restore order at right-hand column</a>
+<a onClick="restore_boxes()" title="Restore boxorder at right-hand column" style="cursor: pointer;">Restore boxorder at right-hand column</a>
</div>