Changeset 519 for coldbox/trunk/dashboard/views/settings/vwPassword.cfm
- Timestamp:
- 03/18/07 08:19:34 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/dashboard/views/settings/vwPassword.cfm
r512 r519 1 1 <cfoutput> 2 2 <!--- HELPBOX ---> 3 <div id="helpbox" class="helpbox" style="display: none"> 4 5 <div class="helpbox_header"> 6 <div class="helpbox_header_title"><img src="images/icons/icon_guide_help.gif" align="absmiddle"> Help Tip</div> 7 </div> 8 9 <div class="helpbox_message" > 10 <ul> 11 <li>In this screen you can change your current dashboard password. It is stored in your settings.xml.cfm file in this 12 application's config directory. And by the way it is encrypted.</li> 13 </ul> 14 </div> 15 <div align="right" style="margin-right:5px;"> 16 <input type="button" value="Close" onClick="helpToggle()" style="font-size:9px"> 17 </div> 18 </div> 3 #renderView("tags/help")# 19 4 20 5 <form name="updateform" id="udpateform" action="javascript:doFormEvent('#Event.getValue("xehDoSave")#','content',document.updateform)" onSubmit="return confirmit()" method="post"> 21 6 <div class="maincontentbox"> 22 7 23 8 <div class="contentboxes_header"> 24 9 <div class="contentboxes_title"><img src="images/icons/password_icon.gif" align="absbottom" /> Change Dashboard Password</div> … … 27 12 #getPlugin("messagebox").renderit()# 28 13 <div class="contentboxes"> 29 14 30 15 <p>Please enter your current and new password(s) in order to change your Dashboard password.</p> 31 16 <br> 32 17 <div style="margin: 5px"> 33 18 <table width="100%" border="0" cellspacing="0" cellpadding="5" class="tablelisting"> 34 19 35 20 <tr> 36 21 <td align="right" width="40%" style="border-right:1px solid ##ddd"> … … 40 25 <input type="password" name="oldpassword" value="" size="25" maxlength="20"> 41 26 </td> 42 </tr> 43 27 </tr> 28 44 29 <tr bgcolor="##f5f5f5"> 45 30 <td align="right" style="border-right:1px solid ##ddd"> … … 50 35 </td> 51 36 </tr> 52 37 53 38 <tr> 54 39 <td align="right" style="border-right:1px solid ##ddd"> … … 58 43 <input type="password" name="newpassword2" value="" size="25" maxlength="20" > 59 44 </td> 60 </tr> 45 </tr> 61 46 </table> 62 47 </div> 48 49 <div align="center" style="margin-top:30px"> 50 <a class="action" href="javascript:document.updateform.submit()" title="Submit Changes"> 51 <span>Submit Changes</span> 52 </a> 53 </div> 63 54 </div> 64 65 <div align="right" style="margin-right:5px;margin-bottom: 10px"> 66 <input type="submit" value="Submit Changes" > 67 </div> 55 68 56 </div> 69 57 </form>
