[ 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" style='min-width:350px;'> 14 <div class="modal-header"> 15 <button data-dismiss="modal" class="close" type="button" title="{vtranslate('LBL_CLOSE')}">x</button> 16 <h3>{vtranslate('LBL_MOVE', $MODULE)} {vtranslate($MODULE, $MODULE)}</h3> 17 </div> 18 <form class="form-horizontal contentsBackground" id="moveDocuments" method="post" action="index.php"> 19 <input type="hidden" name="module" value="{$MODULE}" /> 20 <input type="hidden" name="action" value="MoveDocuments" /> 21 <input type="hidden" name="selected_ids" value={ZEND_JSON::encode($SELECTED_IDS)} /> 22 <input type="hidden" name="excluded_ids" value={ZEND_JSON::encode($EXCLUDED_IDS)} /> 23 <input type="hidden" name="viewname" value="{$VIEWNAME}" /> 24 <input type="hidden" name="search_key" value= "{$SEARCH_KEY}" /> 25 <input type="hidden" name="operator" value="{$OPERATOR}" /> 26 <input type="hidden" name="search_value" value="{$ALPHABET_VALUE}" /> 27 <div class="modal-body"> 28 <div class="row-fluid verticalBottomSpacing"> 29 <span class="span4">{vtranslate('LBL_FOLDERS_LIST', $MODULE)}<span class="redColor">*</span></span> 30 <span class="span8 row-fluid"> 31 <select class="chzn-select span11" name="folderid"> 32 <optgroup label="{vtranslate('LBL_FOLDERS', $MODULE)}"> 33 {foreach item=FOLDER from=$FOLDERS} 34 <option value="{$FOLDER->getId()}">{$FOLDER->getName()}</option> 35 {/foreach} 36 </optgroup> 37 </select> 38 </span> 39 </div> 40 </div> 41 {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE} 42 </form> 43 </div> 44 {/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 |