summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-05 15:21:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-05 15:21:37 -0400
commit875c555a61bea8f0e911b4fe412cc3f70931dc1c (patch)
treee934bad8c3704b6b86679f77bc542590f8efb02d /www/templates/login.html
parent11e5ca9bde04285fb87b54f0612778546c6d5b85 (diff)
#697 initial code for cloud sync
Diffstat (limited to 'www/templates/login.html')
-rw-r--r--www/templates/login.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index e3c6e6fc..8fbd1dc3 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -16,6 +16,13 @@
</label>
</div>
<label>
+
+ <ion-toggle ng-if="$root.platformOS != 'desktop'" ng-model="loginData.saveToCloud" toggle-class="toggle-calm">
+ <span class="item-text-wrap">{{'kSaveToCloud'|translate}}</span>
+ <p ng-if="$root.platformOS=='ios'"> <span class="item-text-wrap">{{'kSaveToCloudIOS' | translate}}</span></p>
+ <p ng-if="$root.platformOS=='android'"> <span class="item-text-wrap">{{'kSaveToCloudANDROID' | translate}}</span></p>
+ </ion-toggle>
+
<ion-toggle ng-model="loginData.enableLowBandwidth" toggle-class="toggle-calm">
<span class="item-text-wrap">{{'kLowBandwidth'|translate}}</span>
</ion-toggle>