[ 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 {include file="EditViewBlocks.tpl"|@vtemplate_path:'Vtiger'} 14 <input type="hidden" name="userChangedEndDateTime" value="{$USER_CHANGED_END_DATE_TIME}" /> 15 <table class="table table-bordered blockContainer showInlineTable"> 16 <tr> 17 <th class="blockHeader" colspan="4">{vtranslate('LBL_INVITE_USER_BLOCK', $MODULE)}</th> 18 </tr> 19 <tr> 20 <td class="fieldLabel"> 21 <label class="muted pull-right marginRight10px"> 22 {vtranslate('LBL_INVITE_USERS', $MODULE)} 23 </label> 24 </td> 25 <td class="fieldValue"> 26 <select id="selectedUsers" class="select2" multiple name="selectedusers[]" style="width:200px;"> 27 {foreach key=USER_ID item=USER_NAME from=$ACCESSIBLE_USERS} 28 {if $USER_ID eq $CURRENT_USER->getId()} 29 {continue} 30 {/if} 31 <option value="{$USER_ID}" {if in_array($USER_ID,$INVITIES_SELECTED)}selected{/if}> 32 {$USER_NAME} 33 </option> 34 {/foreach} 35 <select> 36 </td> 37 </tr> 38 </table> 39 <br> 40 {/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 |