- Timestamp:
- 30 Jan 2015, 11:09:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/loginpage.pt
r12039 r12523 2 2 <br /> 3 3 <div class="form-group"> 4 <label i18n:translate="" class="col-sm-2 control-label"> User Name or Id</label>4 <label i18n:translate="" class="col-sm-2 control-label">Identifier</label> 5 5 <div class="col-sm-10"> 6 6 <input name="form.login" type="text" class="form-control" id="login"> 7 <div class="hint" i18n:translate="identifier_hint">Customers can enter 8 either their customer id, registration number or email address. 9 Officers must enter their user name.</div> 7 10 </div> 8 11 </div> … … 11 14 <div class="col-sm-10"> 12 15 <input name="form.password" type="password" class="form-control" id="password"> 13 <font i18n:translate="" color="red"> Notice: User names, ids and passwords are case sensitive.</font>14 16 </div> 15 17 </div> 18 <br /> 16 19 <input type="hidden" name="camefrom" tal:attributes="value view/camefrom" /> 17 20 <input class="btn btn-primary" type="submit" name="SUBMIT" 18 21 tal:attributes="value view/login_button" /> 19 22 <br /><br /><br /> 23 <p> 24 All identifiers and passwords are case sensitive. 25 </p> 20 26 <p i18n:translate="login_trouble1">Don't forget to logout or exit your browser when you're done. 21 27 If you are having trouble logging in, make sure to enable cookies in your web browser.
Note: See TracChangeset for help on using the changeset viewer.