[ 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="toggleButton" class="toggleButton" title="{vtranslate('LBL_LEFT_PANEL_SHOW_HIDE', 'Vtiger')}"> 14 <i id="tButtonImage" class="{if $LEFTPANELHIDE neq '1'}icon-chevron-right {else} icon-chevron-left{/if}"></i> 15 </div>  16 <div style="padding-left: 15px;"> 17 <form id="exportForm" class="form-horizontal row-fluid" method="post" action="index.php"> 18 <input type="hidden" name="module" value="{$MODULE}" /> 19 <input type="hidden" name="source_module" value="{$SOURCE_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 <input type="hidden" name="search_key" value= "{$SEARCH_KEY}" /> 26 <input type="hidden" name="operator" value="{$OPERATOR}" /> 27 <input type="hidden" name="search_value" value="{$ALPHABET_VALUE}" /> 28 <input type="hidden" name="search_params" value='{ZEND_JSON::encode($SEARCH_PARAMS)}' /> 29 30 <div class="row-fluid"> 31 <div class="span"> </div> 32 <div class="span8"> 33 <h4>{vtranslate('LBL_EXPORT_RECORDS',$MODULE)}</h4> 34 <div class="well exportContents marginLeftZero"> 35 <div class="row-fluid"> 36 <div class="row-fluid" style="height:30px"> 37 <div class="span6 textAlignRight row-fluid"> 38 <div class="span8">{vtranslate('LBL_EXPORT_SELECTED_RECORDS',$MODULE)} </div> 39 <div class="span3"><input type="radio" name="mode" value="ExportSelectedRecords" {if !empty($SELECTED_IDS)} checked="checked" {else} disabled="disabled"{/if}/></div> 40 </div> 41 {if empty($SELECTED_IDS)} <span class="redColor">{vtranslate('LBL_NO_RECORD_SELECTED',$MODULE)}</span>{/if} 42 </div> 43 <div class="row-fluid" style="height:30px"> 44 <div class="span6 textAlignRight row-fluid"> 45 <div class="span8">{vtranslate('LBL_EXPORT_DATA_IN_CURRENT_PAGE',$MODULE)} </div> 46 <div class="span3"><input type="radio" name="mode" value="ExportCurrentPage" /></div> 47 </div> 48 </div> 49 <div class="row-fluid" style="height:30px"> 50 <div class="span6 textAlignRight row-fluid"> 51 <div class="span8">{vtranslate('LBL_EXPORT_ALL_DATA',$MODULE)} </div> 52 <div class="span3"><input type="radio" name="mode" value="ExportAllData" {if empty($SELECTED_IDS)} checked="checked" {/if} /></div> 53 </div> 54 </div> 55 </div> 56 <br> 57 <div class="textAlignCenter"> 58 <button class="btn btn-success" type="submit"><strong>{vtranslate($MODULE, $MODULE)} {vtranslate($SOURCE_MODULE, $MODULE)}</strong></button> 59 <a class="cancelLink" type="reset" onclick='window.history.back()'>{vtranslate('LBL_CANCEL', $MODULE)}</a> 60 </div> 61 </div> 62 </div> 63 </div> 64 </form> 65 </div> 66 {/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 |