diff options
author | rzeka <piotr@rzeka.net> | 2014-02-24 21:08:56 +0100 |
---|---|---|
committer | rzeka <piotr@rzeka.net> | 2014-02-24 21:08:56 +0100 |
commit | e374a6fd6499b50d4587d136490ced7444f8bc2b (patch) | |
tree | 9e620688d4291c4d2877b7156776f00438092f9e /templates | |
parent | b4784d39e11c2d576076930bb700bf146321bf62 (diff) |
Fixed timezone warning by adding timezone config option
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config_index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/config_index.php b/templates/config_index.php index f18078c1..6e55e4f2 100644 --- a/templates/config_index.php +++ b/templates/config_index.php @@ -13,6 +13,8 @@ <?= Helper\form_label(t('Webhooks token'), 'webhooks_token') ?> <?= Helper\form_text('webhooks_token', $values, $errors, array('readonly')) ?><br/> + <?= Helper\form_label(t('Timezone'), 'timezone') ?> + <?= Helper\form_select('timezone', $timezones, $values, $errors) ?><br/> <div class="form-actions"> <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> </div> |