diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-07-08 21:12:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-07-08 21:12:54 +0200 |
commit | 02c08aed12071b41514236701de5fd6034d2dcba (patch) | |
tree | 91ba9269abee58b285341abb1ca8a0d0be618075 /view/tpl/field_select_grouped.tpl | |
parent | 87668f7fa8b22526918463bda7602d138385cc35 (diff) | |
download | volse-hubzilla-02c08aed12071b41514236701de5fd6034d2dcba.tar.gz volse-hubzilla-02c08aed12071b41514236701de5fd6034d2dcba.tar.bz2 volse-hubzilla-02c08aed12071b41514236701de5fd6034d2dcba.zip |
hide timezone select on allday events
Diffstat (limited to 'view/tpl/field_select_grouped.tpl')
-rw-r--r-- | view/tpl/field_select_grouped.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_select_grouped.tpl b/view/tpl/field_select_grouped.tpl index e6d1479de..ec067b8e7 100644 --- a/view/tpl/field_select_grouped.tpl +++ b/view/tpl/field_select_grouped.tpl @@ -1,4 +1,4 @@ - <div class='form-group field select'> + <div id='id_{{$field.0}}_wrapper' class='form-group field select'> <label for='id_{{$field.0}}'>{{$field.1}}</label> <select class="form-control" name='{{$field.0}}' id='id_{{$field.0}}'> {{foreach $field.4 as $group=>$opts}} |