aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-01 14:44:50 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-01 14:44:50 +0100
commit686b6ee1182c09969e2817b53825a78975c75bf5 (patch)
tree20ab015bbe6b088a473a98ebb71f3feb49e252d7 /view/tpl
parentef94747e5eb4d8b2e3566835280c31b848fc28e6 (diff)
downloadvolse-hubzilla-686b6ee1182c09969e2817b53825a78975c75bf5.tar.gz
volse-hubzilla-686b6ee1182c09969e2817b53825a78975c75bf5.tar.bz2
volse-hubzilla-686b6ee1182c09969e2817b53825a78975c75bf5.zip
Use grouped select field for timezone selection
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/install_settings.tpl2
-rwxr-xr-xview/tpl/settings.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl
index f4fd82fdb..62dcbb8b3 100755
--- a/view/tpl/install_settings.tpl
+++ b/view/tpl/install_settings.tpl
@@ -20,7 +20,7 @@
{{include file="field_input.tpl" field=$adminmail}}
{{include file="field_input.tpl" field=$siteurl}}
-{{$timezone}}
+{{include file="field_select_grouped.tpl" field=$timezone}}
<input id="install-submit" type="submit" name="submit" value="{{$submit}}" />
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 47d85d8e4..83da4f87e 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -9,7 +9,7 @@
<h3 class="settings-heading">{{$h_basic}}</h3>
{{include file="field_input.tpl" field=$username}}
-{{include file="field_custom.tpl" field=$timezone}}
+{{include file="field_select_grouped.tpl" field=$timezone}}
{{include file="field_input.tpl" field=$defloc}}
{{include file="field_checkbox.tpl" field=$allowloc}}