[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/EmailTemplates/templates/ -> DetailViewFullContents.tpl (source)

   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      {assign var=WIDTHTYPE value=$USER_MODEL->get('rowheight')}
  14      <table class="table table-bordered detailview-table">
  15          <thead>
  16              <tr>
  17                  <th class="blockHeader" colspan="4">{vtranslate('Email Template - Properties of ', $MODULE_NAME)} " {decode_html($RECORD->get('templatename'))} "</th>
  18              </tr>
  19          </thead>
  20          <tbody 
  21              <tr>
  22                  <td class="fieldLabel {$WIDTHTYPE}"><label class="muted marginRight10px">{vtranslate('Templatename', $MODULE_NAME)}</label></td>
  23                  <td class="fieldValue {$WIDTHTYPE}">{decode_html($RECORD->get('templatename'))}</td>
  24              </tr>
  25              <tr>
  26                  <td class="fieldLabel {$WIDTHTYPE}"><label class="muted marginRight10px">{vtranslate('Description', $MODULE_NAME)}</label></td>
  27                  <td class="fieldValue {$WIDTHTYPE}">{decode_html($RECORD->get('description'))}</td>
  28              </tr>
  29              <tr>
  30                  <td class="fieldLabel {$WIDTHTYPE}"><label class="muted marginRight10px">{vtranslate('Subject',$MODULE_NAME)}</label></td>
  31                  <td class="fieldValue {$WIDTHTYPE}">{decode_html($RECORD->get('subject'))}</td>
  32              </tr>
  33              <tr>
  34                  <td class="fieldLabel {$WIDTHTYPE}"><label class="muted marginRight10px">{vtranslate('Message',$MODULE_NAME)}</label></td>
  35                  <td class="fieldValue {$WIDTHTYPE}">{decode_html($RECORD->get('body'))}</td>
  36              </tr>
  37          </tbody>
  38      </table>
  39  {/strip}


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1