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

Revision 5144, 5.4 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="{blockEmailForInstitutionalAccountId}_title" value="{lang_Blocking_sending_email_to_shared_accounts}" />
2<input type="hidden" id="{blockEmailForInstitutionalAccountId}_height" value="450" />
3<input type="hidden" id="{blockEmailForInstitutionalAccountId}_width" value="800" />
4<input type="hidden" id="{blockEmailForInstitutionalAccountId}_close_action" value="close_lightbox()" />
5<input type="hidden" id="{blockEmailForInstitutionalAccountId}_create_action" value="createBlockEmailForInstitutionalAcounteExeption()" />
6<input type="hidden" id="{blockEmailForInstitutionalAccountId}_save_action" value="createBlockEmailForInstitutionalAcounteExeption()" />
7<input type="hidden" id="{blockEmailForInstitutionalAccountId}_onload_action" value="set_onload()" />
8
9<form  name="blockEmailForInstitutionalAccount_form_template" id="formblockEmailForInstitutionalAccount" method="post" >
10<input type="hidden" id="anchor" name="anchor" />
11<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
12        <tr>
13            <td width="150px">{lang_search_organization} :</td>
14             <td >{lang_organizations} :</td>
15         </tr>
16         <tr>
17             <td><input type="text" id="inputTextSearchOrganizationInstitutionalAccountModal" onKeyUp="javascript:searchOrganization(this.value, 'selectOrganizationsInstitutionalAccountModal','inputTextSearchUserInstitutionalAccountModal','selectUsers');"  size="40"/></td>
18             <td><select id="selectOrganizationsInstitutionalAccountModal" onChange="javascript:organizationChange('inputTextSearchUserInstitutionalAccountModal','selectUsers',true);"><option value=""></option>{optionsOrganizations}</select></td>
19        </tr>
20     
21</table>
22<br />
23<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
24        <tr>
25            <td>{lang_search_senders} :</td>
26            <td> &nbsp; </td>
27            <td> &nbsp; </td>
28        </tr>
29        <tr>
30            <td width="175px"><input type="text" id="inputTextSearchUserAndGroupsInstitutionalAccountModal" autocomplete="off" onkeyup="return findUsersAndGroups(this,3,event);" size="40"/></td>
31            <td align="left"><input id="inputCheckAllRecipientsInstitutionalAccountRule" name="inputCheckAllRecipientsInstitutionalAccountRule" type="checkbox" /> {lang_all_recipients}</td>
32            <td><span id='spanSearching' style="color: red">&nbsp;</span></td>
33        </tr>
34</table>
35<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
36        <tr>
37             <td width="35%">{lang_senders} :</td>
38             <td width="30%"></td>
39             <td width="35%">{lang_senders_in_rule} :</td>
40        </tr>
41         <tr>
42             <td><select name="selectUsersAndGroups" id="selectUsersAndGroups" style="width:270px; height:85px" multiple="true" size="13"></select></td>
43             <td align="center">
44                <button type="button"  onClick="javascript:addUserOrGroupsInInstitutionalAccountRule();"><img src="expressoAdmin1_2/templates/default/images/add.png" style="vertical-align: middle" width="20px" />&nbsp;{lang_add}</button>
45                  <br />
46                  <br />
47                <button type="button" onClick="javascript:removeSelectedsOptions('selectUsersOrGroupsInRule');"><img src="expressoAdmin1_2/templates/default/images/rem.png" style="vertical-align: middle;" width="20px" />&nbsp;{lang_remove}</button>
48             </td>
49             <td><select name="selectUsersOrGroupsInRule[]" id="selectUsersOrGroupsInRule" style="width:270px; height:85px" multiple="true" size="13"></select></td>
50        </tr>
51</table>
52<br />
53<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
54        <tr>
55            <td>{lang_search_recipients} :</td>
56            <td> &nbsp;</td>
57            <td>&nbsp; </td>
58        </tr>
59        <tr>
60            <td width="170px"><input type="text" id="inputTextSearchSenderInstitutionalAccountModal" autocomplete="off" onkeyup="javascript:findSenders(this,3,event);" size="40"/></td>
61            <td align="left"><input id="inputCheckAllSendersInstitutionalAccountRule" name="inputCheckAllSendersInstitutionalAccountRule" type="checkbox" /> {lang_all_senders}</td>
62            <td><span id='spanSearchingSender' style="color: red">&nbsp;</span>&nbsp; </td>
63        </tr>
64</table>
65<table width="90%" border="0" cellspacing="0" cellpading="0" align="center">
66        <tr>
67             <td width="35%">{lang_recipients} :</td>
68             <td width="30%"></td>
69             <td width="35%">{lang_recipients_in_rule} :</td>
70        </tr>
71         <tr>
72             <td><select name="selecSenders" id="selecSenders" style="width:270px; height:85px" multiple="true" size="13"></select></td>
73             <td align="center">
74                <button type="button" onClick="javascript:addSenderInInstitutionalAccountRule();"><img src="expressoAdmin1_2/templates/default/images/add.png" style="vertical-align: middle" width="20px" />&nbsp;{lang_add}</button>
75                  <br />
76                  <br />
77                <button type="button" onClick="javascript:removeSelectedsOptions('selecSendersInRule');"><img src="expressoAdmin1_2/templates/default/images/rem.png" style="vertical-align: middle;" width="20px" />&nbsp;{lang_remove}</button>
78             </td>
79            <td><select name="selecSendersInRule[]" id="selecSendersInRule" style="width:270px; height:85px" multiple="true" size="13"></select></td>
80        </tr>
81</table>
82 
83</form>
Note: See TracBrowser for help on using the repository browser.