Show
Ignore:
Timestamp:
03/18/07 08:19:34 (6 years ago)
Author:
lmajano
Message:

Dashboard Beta Finalized

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/dashboard/views/settings/vwPassword.cfm

    r512 r519  
    11<cfoutput> 
    22<!--- 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")# 
    194 
    205<form name="updateform" id="udpateform" action="javascript:doFormEvent('#Event.getValue("xehDoSave")#','content',document.updateform)" onSubmit="return confirmit()" method="post"> 
    216<div class="maincontentbox"> 
    22          
     7 
    238        <div class="contentboxes_header"> 
    249                <div class="contentboxes_title"><img src="images/icons/password_icon.gif" align="absbottom" />&nbsp; Change Dashboard Password</div> 
     
    2712        #getPlugin("messagebox").renderit()# 
    2813        <div class="contentboxes"> 
    29          
     14 
    3015        <p>Please enter your current and new password(s) in order to change your Dashboard password.</p> 
    3116        <br> 
    3217                <div style="margin: 5px"> 
    3318            <table width="100%" border="0" cellspacing="0" cellpadding="5" class="tablelisting"> 
    34          
     19 
    3520             <tr> 
    3621                <td align="right" width="40%" style="border-right:1px solid ##ddd"> 
     
    4025                <input type="password" name="oldpassword" value="" size="25" maxlength="20"> 
    4126                </td> 
    42              </tr>       
    43               
     27             </tr> 
     28 
    4429             <tr bgcolor="##f5f5f5"> 
    4530                <td align="right"  style="border-right:1px solid ##ddd"> 
     
    5035                </td> 
    5136             </tr> 
    52               
     37 
    5338             <tr> 
    5439                <td align="right"  style="border-right:1px solid ##ddd"> 
     
    5843                <input type="password" name="newpassword2" value="" size="25" maxlength="20" > 
    5944                </td> 
    60              </tr>        
     45             </tr> 
    6146        </table> 
    6247                </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> 
    6354        </div> 
    64          
    65         <div align="right" style="margin-right:5px;margin-bottom: 10px"> 
    66                 <input type="submit" value="Submit Changes" > 
    67         </div> 
     55 
    6856</div> 
    6957</form>