diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/first-use.html | 15 | ||||
| -rw-r--r-- | www/templates/wizard.html | 2 |
2 files changed, 13 insertions, 4 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index bf8808c1..f9fb050c 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -19,9 +19,18 @@ </span> <br/> - <button id="firstuse" class="button button-stable animated bounceInUp" ng-click="goToLogin()"> - Let's Get Started! - </button> + <div id="firstuse"> + + + <button class="button icon icon-left ion-wand button-stable animated bounceInUp" ng-click="goToWizard()"> + Wizard + </button> + + <button class="button icon icon-left ion-university button-stable animated bounceInUp" ng-click="goToLogin()"> + Expert + </button> + + </div> </center> diff --git a/www/templates/wizard.html b/www/templates/wizard.html index 9549ae7b..77b54773 100644 --- a/www/templates/wizard.html +++ b/www/templates/wizard.html @@ -101,7 +101,7 @@ <br/> <div class="wizardtip"> zmWizard has tried its best to autodetect what it could. You could either: - <ul> + <ul class="wiz-list"> <li>Go back to previous steps and re-do</li> <li>Go to the login screen with these findings auto filled in</li> </ul> |
