diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-18 13:43:24 -0700 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-18 13:43:24 -0700 |
| commit | d4b661cd78db1b7cdc2b7174f8f254b4f5605a9c (patch) | |
| tree | bb9ecff8994681f3bd17e497c47f25e2206b573f /www/templates/devoptions.html | |
| parent | 6c3c2a2d3396b5ba85efcc47bb44ac59ff5cd325 (diff) | |
#353 - inital code (also requires ZM API patch) to support local and server timezones
Former-commit-id: bbee60cc64cb521c0f7d7fc75437a9f427c58b5a
Diffstat (limited to 'www/templates/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index b206a559..8db296b3 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -19,6 +19,7 @@ <div class="item item-input-inset"> {{'kFrameUpdate'|translate}} ({{'kSec'|translate}}.) + <label class="item-input-wrapper"> <input type="tel" placeholder="min is 1s" ng-model="loginData.refreshSec"> </label> @@ -28,6 +29,10 @@ <label> <ion-toggle ng-model="loginData.use24hr" ng-checked="{{loginData.use24hr}}" toggle-class="toggle-calm">{{'kEnable24hr' | translate}}</ion-toggle> </label> + + <label> + <ion-toggle ng-model="loginData.useLocalTimeZone" ng-checked="{{loginData.useLocalTimeZone}}" toggle-class="toggle-calm">{{'kLocalTimeZone' | translate}}</ion-toggle> + </label> <div ng-if="$root.platformOS=='android'"> <label> |
