diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-11 11:16:06 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-11 11:16:06 -0500 |
| commit | 3066a84aca25c1bef13b50f149f6a15b23e9fb2c (patch) | |
| tree | c6f5a5dab0df6eb522f485f18c89132ce639aedd | |
| parent | ca963710c3d05f193c1f7cc0f3a45d6df0ae032f (diff) | |
Added samsung note in login screen too
| -rw-r--r-- | www/templates/login.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index de80eb3e..41f555f3 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -19,7 +19,9 @@ {{'kServerName' | translate }}: <label class="item-input-wrapper"> <input autocorrect="off" type="text" placeholder="{{'kExampleServer' | translate}}" ng-model="loginData.serverName"> + </label> + </div> <label> @@ -32,12 +34,13 @@ </label> + <div class="list list-inset"> <span style="color:rgb(100,100,100)"> <i class="ion-android-home" style="font-size:150%"></i> {{'kZMSettingsFor' | translate}} {{loginData.serverName || ('kUnknown' | translate)}} </span> - + <p ng-if="$root.platformOS!='android'" style="font-size:0.8em; color:gray">{{'kDisableSamsung' | translate}}</p> <div class="item item-text-wrap"> <ion-checkbox ng-model="check.isUseAuth">{{'kUseZmAuth' | translate }}</ion-checkbox> |
