[ 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 {assign var=WIDTHTYPE value=$USER_MODEL->get('rowheight')} 14 {include file='DetailViewBlockView.tpl'|@vtemplate_path:'Vtiger' RECORD_STRUCTURE=$RECORD_STRUCTURE MODULE_NAME=$MODULE_NAME} 15 16 {assign var="IS_HIDDEN" value=false} 17 <table class="table table-bordered equalSplit detailview-table"> 18 <thead> 19 <tr> 20 <th class="blockHeader" colspan="4"> 21 <img class="cursorPointer alignMiddle blockToggle {if !($IS_HIDDEN)} hide {/if} " src="{vimage_path('arrowRight.png')}" data-mode="hide" data-id='INVITE_USER_BLOCK_ID'> 22 <img class="cursorPointer alignMiddle blockToggle {if ($IS_HIDDEN)} hide {/if}" src="{vimage_path('arrowDown.png')}" data-mode="show" data-id='INVITE_USER_BLOCK_ID'> 23 {vtranslate('LBL_INVITE_USER_BLOCK',{$MODULE_NAME})} 24 </th> 25 </tr> 26 </thead> 27 <tr> 28 <td class="fieldLabel {$WIDTHTYPE}"><label class="muted pull-right marginRight10px">{vtranslate('LBL_INVITE_USERS',$MODULE_NAME)}</label></td> 29 <td class="fieldValue {$WIDTHTYPE}"> 30 {foreach key=USER_ID item=USER_NAME from=$ACCESSIBLE_USERS} 31 {if in_array($USER_ID,$INVITIES_SELECTED)} 32 {$USER_NAME} 33 <br> 34 {/if} 35 {/foreach} 36 </td> 37 </tr> 38 </table> 39 {/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 |