[ 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="importRecordsContainer" class='modelContainer'> 14 <div class="modal-header"> 15 <button data-dismiss="modal" class="close" title="{vtranslate('LBL_CLOSE')}">x</button> 16 <h3 id="importRecordHeader">{vtranslate('LBL_IMPORT_RECORDS', $MODULE)}</h3> 17 </div> 18 <form method="POST" action="index.php" enctype="multipart/form-data" id="ical_import" name="ical_import"> 19 <input type="hidden" value="{$MODULE}" name="module"> 20 <div name='importRecordsContent'> 21 <input type="hidden" value="Import" name="view"> 22 <input type="hidden" value="importResult" name="mode"> 23 <div class="modal-body tabbable"> 24 <div class="tab-content massEditContent"> 25 <table class="massEditTable table table-bordered"> 26 <tr> 27 <td class="fieldLabel alignMiddle">{vtranslate('LBL_IMPORT_RECORDS', $MODULE)}</td> 28 <td class="fieldValue"><input type="file" data-validation-engine="validate[required]" id="import_file" name="import_file" class="small"></td> 29 </tr> 30 </table> 31 </div> 32 </div> 33 </div> 34 <div class="modal-footer"> 35 <div class=" pull-right cancelLinkContainer"> 36 <a class="cancelLink" type="reset" data-dismiss="modal">{vtranslate('LBL_CANCEL', $MODULE)}</a> 37 </div> 38 <button class="btn btn-success" type="submit" name="saveButton"><strong>{vtranslate('LBL_IMPORT', $MODULE)}</strong></button> 39 </div> 40 </form> 41 </div> 42 {/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 |