[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 {strip} 13 <div id="massEditContainer" class='modelContainer'> 14 <div class="modal-header contentsBackground"> 15 <button data-dismiss="modal" class="close" title="{vtranslate('LBL_CLOSE')}">×</button> 16 <h3 id="massEditHeader">{vtranslate('LBL_CHANGE_PASSWORD', $MODULE)}</h3> 17 </div> 18 <form class="form-horizontal" id="changePassword" name="changePassword" method="post" action="index.php"> 19 <input type="hidden" name="module" value="{$MODULE}" /> 20 <input type="hidden" name="userid" value="{$USERID}" /> 21 <div name='massEditContent'> 22 <div class="modal-body"> 23 24 <div class="control-group"> 25 {if !$CURRENT_USER_MODEL->isAdminUser()} 26 <label class="control-label">{vtranslate('LBL_OLD_PASSWORD', $MODULE)}</label> 27 <div class="controls"> 28 <input type="password" name="old_password" data-validation-engine="validate[required]"/> 29 </div> 30 {/if} 31 </div> 32 33 <div class="control-group"> 34 <label class="control-label">{vtranslate('LBL_NEW_PASSWORD', $MODULE)}</label> 35 <div class="controls"> 36 <input type="password" name="new_password" data-validation-engine="validate[required]"/> 37 </div> 38 </div> 39 40 <div class="control-group"> 41 <label class="control-label">{vtranslate('LBL_CONFIRM_PASSWORD', $MODULE)}</label> 42 <div class="controls"> 43 <input type="password" name="confirm_password" data-validation-engine="validate[required]"/> 44 </div> 45 </div> 46 47 </div> 48 </div> 49 {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE} 50 </form> 51 </div> 52 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |