diff options
Diffstat (limited to 'www/templates/login.html')
| -rw-r--r-- | www/templates/login.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 6e9280cb..9a7794cc 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -56,15 +56,19 @@ placeholder="ZM portal url " ng-model="loginData.url" ng-keyup="portalKeypress($event)"> </label> - <label class="item item-input item-floating-label" > + + + <span style="float:right;margin-top:-7px;background-color:#6d0909;color:#fff;font-size:14px;opacity:0.7;width:30px;border-radius: 0px 0px 5px 5px;" on-tap="detectCgi();"> <i class="ion-help-circled"></i> help</span> + + <span class="input-label">path to cgi-bin</span> <input autocapitalize="none" autocomplete="off" autocorrect="off" type="text" placeholder="eg. server.com/zm/cgi-bin" ng-model="loginData.streamingurl"> - </label> + </label> <label class="item item-input item-floating-label" > <span class="input-label">ZM api url</span> <input autocapitalize="none" |
