[ 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 class="modelContainer"> 14 <div class="modal-header"> 15 <button class="close vtButton" data-dismiss="modal">×</button> 16 <h3>{vtranslate('LBL_DELETE_ROLE', $QUALIFIED_MODULE)} - {$RECORD_MODEL->getName()}</h3> 17 </div> 18 <form class="form-horizontal" id="roleDeleteForm" method="post" action="index.php"> 19 <input type="hidden" name="module" value="{$MODULE}" /> 20 <input type="hidden" name="parent" value="Settings" /> 21 <input type="hidden" name="action" value="Delete" /> 22 <input type="hidden" name="record" id="record" value="{$RECORD_MODEL->getId()}" /> 23 24 <div class="modal-body"> 25 <h5>{vtranslate('LBL_TRANSFER_OWNERSHIP',$QUALIFIED_MODULE)}</h5> 26 <div class="control-group"> 27 <div class="control-label"><span class="redColor">*</span>{vtranslate('LBL_TO_OTHER_ROLE',$QUALIFIED_MODULE)}</div> 28 <div class="controls"> 29 <input id="transfer_record" name="transfer_record" type="hidden" value="" class="sourceField"> 30 <div class="input-prepend input-append"> 31 <span class="add-on cursorPointer" id="clearRole"> 32 <i class="icon-remove-sign"></i> 33 </span> 34 <input id="transfer_record_display" data-validation-engine='validate[required]' name="transfer_record_display" readonly type="text" class="input-medium" required value=""> 35 <span class="add-on cursorPointer relatedPopup" data-field="transfer_record" data-action="popup" data-url="{$RECORD_MODEL->getPopupWindowUrl()}&type=Transfer"> 36 <i class="icon-search"></i> 37 </span> 38 </div> 39 </div> 40 </div> 41 </div> 42 43 <div class="modal-footer"> 44 <div class=" pull-right cancelLinkContainer"> 45 <a class="cancelLink" data-dismiss="modal" type="reset">Cancel</a> 46 </div> 47 <button class="btn btn-success pull-right" type="submit">{vtranslate('LBL_SAVE', $QUALIFIED_MODULE)}</button> 48 </div> 49 </form> 50 </div> 51 {/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 |