[ 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="popupPageContainer"> 14 <div class="emailTemplatesContainer"> 15 <h3>{vtranslate($MODULE,$QUALIFIED_MODULE)}</h3> 16 <hr> 17 <div style="padding:0 10px"> 18 <table class="table table-bordered table-condensed"> 19 <thead> 20 <tr class="listViewHeaders"> 21 <th> 22 <a>{vtranslate('LBL_TEMPLATE_NAME',$QUALIFIED_MODULE)}</a> 23 </th> 24 <th> 25 <a>{vtranslate('LBL_SUBJECT',$QUALIFIED_MODULE)}</a> 26 </th> 27 <th> 28 <a>{vtranslate('LBL_DESCRIPTION',$QUALIFIED_MODULE)}</a> 29 </th> 30 </tr> 31 </thead> 32 {foreach item=EMAIL_TEMPLATE from=$EMAIL_TEMPLATES} 33 <tr class="listViewEntries" data-id="{$EMAIL_TEMPLATE->get('templateid')}" data-name="{$EMAIL_TEMPLATE->get('subject')}" data-info="{$EMAIL_TEMPLATE->get('body')}"> 34 <td><a class="cursorPointer">{vtranslate($EMAIL_TEMPLATE->get('templatename',$QUALIFIED_MODULE))}</a></td> 35 <td><a class="cursorPointer">{vtranslate($EMAIL_TEMPLATE->get('subject',$QUALIFIED_MODULE))}</a></td> 36 <td>{vtranslate($EMAIL_TEMPLATE->get('description',$QUALIFIED_MODULE))}</td> 37 </tr> 38 {/foreach} 39 </table> 40 </div> 41 </div> 42 <input type="hidden" class="triggerEventName" value="{$smarty.request.triggerEventName}"/> 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 |