| [ 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 contentsBackground"> 15 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 16 <h3>{vtranslate('LBL_ADD_NEW_FOLDER', $MODULE)}</h3> 17 </div> 18 <form class="form-horizontal" id="addDocumentsFolder" method="post" action="index.php"> 19 <input type="hidden" name="module" value="{$MODULE}" /> 20 <input type="hidden" name="action" value="Folder" /> 21 <input type="hidden" name="mode" value="save" /> 22 <div class="modal-body"> 23 <div class="row-fluid"> 24 <div class="control-group"> 25 <label class="control-label"> 26 <span class="redColor">*</span> 27 {vtranslate('LBL_FOLDER_NAME', $MODULE)} 28 </label> 29 <div class="controls"> 30 <input class="span3" data-validator='{Zend_Json::encode([['name'=>'FolderName']])}' data-validation-engine="validate[required, funcCall[Vtiger_Base_Validator_Js.invokeValidation]]" id="documentsFolderName" name="foldername" class="span12" type="text" value=""/> 31 </div> 32 </div> 33 <div class="control-group"> 34 <label class="control-label"> 35 {vtranslate('LBL_FOLDER_DESCRIPTION', $MODULE)} 36 </label> 37 <div class="controls"> 38 <textarea rows="1" class="input-xxlarge fieldValue span3" name="folderdesc" id="description"></textarea> 39 </div> 40 </div> 41 </div> 42 </div> 43 {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE} 44 </form> 45 </div> 46 {/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 |