diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-01 14:44:50 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-01 14:44:50 +0100 |
commit | 686b6ee1182c09969e2817b53825a78975c75bf5 (patch) | |
tree | 20ab015bbe6b088a473a98ebb71f3feb49e252d7 /view/tpl/settings.tpl | |
parent | ef94747e5eb4d8b2e3566835280c31b848fc28e6 (diff) | |
download | volse-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/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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}} |