[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Users/ -> 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      {include file='DetailViewBlockView.tpl'|@vtemplate_path:$MODULE_NAME RECORD_STRUCTURE=$RECORD_STRUCTURE MODULE_NAME=$MODULE_NAME}
  15      {* Tag Cloud block starts *}
  16      <table class="table table-bordered equalSplit detailview-table">
  17          <thead>
  18              <tr>
  19                  <th class="blockHeader" colspan="4">
  20                      {vtranslate('LBL_TAG_CLOUD_DISPLAY', $MODULE_NAME)}
  21                  </th>
  22              </tr>
  23          </thead>
  24          <tbody>
  25              <tr>
  26                  <td class="fieldLabel {$WIDTHTYPE}" id="{$MODULE}_detailView_fieldLabel_tagCloud">
  27                      <label class="muted pull-right marginRight10px">
  28                          {vtranslate('LBL_TAG_CLOUD', $MODULE_NAME)}
  29                      </label>
  30                  </td>
  31                  <td class="fieldValue {$WIDTHTYPE}" id="{$MODULE}_detailView_fieldValue_tagCloud">
  32                      {assign var=TAG_CLOUD value=$RECORD->getTagCloudStatus()}
  33                      {if $TAG_CLOUD}
  34                          <img src={"prvPrfSelectedTick.gif"|vimage_path} alt="{vtranslate('LBL_SHOWN', $MODULE_NAME)}" title="{vtranslate('LBL_SHOWN', $MODULE_NAME)}" height="12" width="12">&nbsp;&nbsp;{vtranslate('LBL_SHOWN', $MODULE_NAME)}
  35                      {else}
  36                          <img src={"no.gif"|vimage_path} alt="{vtranslate('LBL_HIDDEN', $MODULE_NAME)}" title="{vtranslate('LBL_HIDDEN', $MODULE_NAME)}" height="12" width="12">&nbsp;&nbsp;{vtranslate('LBL_HIDDEN', $MODULE_NAME)}
  37                      {/if}
  38                  </td><td class="{$WIDTHTYPE}"></td><td class="{$WIDTHTYPE}"></td>
  39              </tr>
  40          </tbody>
  41      </table>
  42      <br>
  43      {* Tag Clous block ends *}
  44  {/strip}


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