diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/login.html | 4 | ||||
| -rw-r--r-- | www/templates/wizard.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index f71e9161..fac74dbd 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -57,8 +57,8 @@ ng-model="loginData.url" ng-keyup="portalKeypress($event)"> </label> - <button class="button button-small button-clear icon-left ion-wand" ng-click="detectCgi()">tap here to discover cgi-bin - </button> + <!--<button class="button button-small button-clear icon-left ion-wand" ng-click="detectCgi()">tap here to discover cgi-bin + </button>--> <label class="item item-input item-floating-label" > diff --git a/www/templates/wizard.html b/www/templates/wizard.html index fcab8612..fa89c977 100644 --- a/www/templates/wizard.html +++ b/www/templates/wizard.html @@ -12,7 +12,7 @@ <!-- portal url --> <wz-step wz-title="1" canexit="exitPortal"> <h4><i class="ion-wand"></i> Welcome to zmWizard</h4> - <p>Configuring ZoneMinder can be a pain. Lets see if zmWizard can help. In the next few screens, I will ask you some simple questions and do my best to guess the settings for you. Feel free to go back and repeat steps if you entered something incorrectly.</p> + <p>Configuring ZoneMinder can be a pain. Let's see if zmWizard can help.</p> <h4>What is your Zoneminder portal url?</h4> <label class="item item-input"> @@ -23,7 +23,7 @@ <div class="wizardtip" ng-show="wizard.tipshow"> - <b>Tip: </b>Confused? You can easily find out your portal URL by noting down the url you see on your browser when accessing ZoneMinder Console. + <b>Tip: </b>Confused? You can easily find out your portal URL by noting down the url you see on your browser when accessing the ZoneMinder Console.<br/> <img src="img/portalurl.png" width="30%"> </div> |
