[ 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="exportContainer" class='modelContainer'> 14 <div class="modal-header"> 15 <button data-dismiss="modal" class="close" title="{vtranslate('LBL_CLOSE')}">x</button> 16 <h3 id="exportCalendarHeader">{vtranslate('LBL_EXPORT_RECORDS', $MODULE)}</h3> 17 </div> 18 <form id="exportForm" class="form-horizontal row-fluid" method="post" action="index.php"> 19 <input type="hidden" name="module" value="{$MODULE}" /> 20 <input type="hidden" name="action" value="ExportData" /> 21 <input type="hidden" name="viewname" value="{$VIEWID}" /> 22 <input type="hidden" name="selected_ids" value={ZEND_JSON::encode($SELECTED_IDS)}> 23 <input type="hidden" name="excluded_ids" value={ZEND_JSON::encode($EXCLUDED_IDS)}> 24 <input type="hidden" id="page" name="page" value="{$PAGE}" /> 25 <div name='exportCalendar'> 26 <input type="hidden" value="export" name="view"> 27 <div class="modal-body tabbable"> 28 <div class="tab-content massEditContent"> 29 <table class="massEditTable table table-bordered"> 30 <tr> 31 <td class="fieldLabel alignMiddle"> 32 <input type='radio' name='exportCalendar' value = 'iCal' checked /> {vtranslate('ICAL_FORMAT', $MODULE)} 33 </td> 34 <td class="fieldValue"> 35 <input type='text' name='filename' id='filename' size='25' value='vtiger.calendar'/> 36 </td> 37 </tr> 38 </table> 39 </div> 40 </div> 41 </div> 42 <div class="modal-footer"> 43 <button class="btn btn-success" type="submit" name="saveButton" onclick="app.hideModalWindow();" ><strong>{vtranslate('LBL_EXPORT', $MODULE)}</strong></button> 44 </div> 45 </form> 46 </div> 47 {/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 |