summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml2
-rw-r--r--www/templates/login.html4
-rw-r--r--www/templates/wizard.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/config.xml b/config.xml
index d177275e..029eb36f 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="com.pliablepixels.zmninjapro" android-packageName="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.1.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="com.pliablepixels.zmninjapro" android-packageName="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.1.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
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>