summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/templates/login.html5
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>