source: branches/2.4/expressoAdmin1_2/templates/default/configuration_limit_by_user_modal.tpl @ 5144

Revision 5144, 3.2 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus. ExpressoAdmin: adicionando arquivos.

Line 
1<input type="hidden" id="{limitByUserModalId}_title" value="{lang_limit_by_user}" />
2<input type="hidden" id="{limitByUserModalId}_height" value="300" />
3<input type="hidden" id="{limitByUserModalId}_width" value="800" />
4<input type="hidden" id="{limitByUserModalId}_close_action" value="close_lightbox()" />
5<input type="hidden" id="{limitByUserModalId}_create_action" value="createLimitRecipientsByUser()" />
6<input type="hidden" id="{limitByUserModalId}_save_action" value="createLimitRecipientsByUser()" />
7<input type="hidden" id="{limitByUserModalId}_onload_action" value="set_onload()" />
8
9<form  name="limitByUserModal_form_template" id="formLimitByUserModal" method="post" >
10<input type="hidden" id="anchor" name="anchor" />
11
12<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
13        <tr>
14             <td>{lang_maximum_number_of_recipients} <input type="text" name="inputTextMaximumRecipientsUserModal" id="inputTextMaximumRecipientsUserModal"  size="5"/></td>
15        </tr>
16</table>
17<br />
18<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
19        <tr>
20             <td width="14%">{lang_search_organization} :</td>
21             <td width="35%">{lang_organizations} :</td>
22             <td width="30%">{lang_search_user} :</td>
23        </tr>
24         <tr>
25             <td><input type="text" id="inputTextSearchOrganizationUserModal" onKeyUp="javascript:searchOrganization(this.value, 'selectOrganizationsUserModal','inputTextSearchUserUserModal','selectUsers');"  size="20"/></td>
26             <td><select id="selectOrganizationsUserModal" onChange="javascript:organizationChange('inputTextSearchUserUserModal','selectUsers',true);"><option value=""></option>{optionsOrganizations}</select></td>
27             <td><input type="text" id="inputTextSearchUserUserModal" autocomplete="off" onkeypress="return findUsers(this,3,event);" size="40"/></td>
28        </tr>
29     
30</table>
31<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
32        <tr>
33            <td> <span id='spanSearching' style="color: red">&nbsp;</span></td>
34        </tr>
35       
36     
37</table>
38
39
40<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
41        <tr>
42             <td width="35%">{lang_users} :</td>
43             <td width="30%"></td>
44             <td width="35%">{lang_users_in_rule} :</td>
45        </tr>
46         <tr>
47             <td><select name="selectUsers" id="selectUsers" style="width:270px; height:85px" multiple="true" size="13"></select></td>
48             <td align="center">
49                <button type="button" onClick="javascript:addUserInLimitSendersRule();"><img src="expressoAdmin1_2/templates/default/images/add.png" style="vertical-align: middle" width="20px" />&nbsp;{lang_add}</button>
50                  <br />
51                  <br />
52                <button type="button" onClick="javascript:removeSelectedsOptions('selectUsersInRule');"><img src="expressoAdmin1_2/templates/default/images/rem.png" style="vertical-align: middle;" width="20px" />&nbsp;{lang_remove}</button>
53             </td>
54             <td><select name="selectUsersInRule[]" id="selectUsersInRule" style="width:270px; height:85px" multiple="true" size="13"></select></td>
55        </tr>
56</table>
57 
58</form>
Note: See TracBrowser for help on using the repository browser.