[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!--/************************************************************************************ 2 * The contents of this file are subject to the vtiger CRM Public License Version 1.1 3 * ("License"); You may not use this file except in compliance with the License 4 * The Original Code is: vtiger CRM Open source 5 * The Initial Developer of the Original Code is vtiger. 6 * Portions created by vtiger are Copyright (C) vtiger. 7 * All Rights Reserved. 8 ************************************************************************************/-->*} 9 10 {strip} 11 <div class="modelContainer" id="commentWidget"> 12 <div class="modal-header contentsBackground"> 13 <button data-dismiss="modal" class="close" title="{vtranslate('LBL_CLOSE')}">×</button> 14 <h3>{vtranslate('LBL_MAILMANAGER_ADD_ModComments', 'MailManager')}</h3> 15 </div> 16 <div class="modal-body tabbable"> 17 <textarea class="input-block-level span6" name="commentcontent" data-validation-engine="validate[required]" id="commentcontent" placeholder="{vtranslate('LBL_WRITE_YOUR_COMMENT_HERE', 'MailManager')}"></textarea> 18 </div> 19 <input type=hidden name="_mlinkto" value="{$PARENT}"> 20 <input type=hidden name="_mlinktotype" value="{$LINKMODULE}"> 21 <input type=hidden name="_msgno" value="{$MSGNO}"> 22 <input type=hidden name="_folder" value="{$FOLDER}"> 23 {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE} 24 </div> 25 {/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 |