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

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

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

Line 
1<!-- BEGIN body -->
2<div style="display:none" id="{limitByUserModalId}">{limitByUserModal}</div>
3<div style="display:none" id="{limitByGroupModalId}">{limitByGroupModal}</div>
4<div style="display:none" id="{blockEmailForInstitutionalAccountId}">{blockEmailForInstitutionalAccountModal}</div>
5<input type="hidden" id="txt_loading" value="{lang_Loading}" />
6<input type="hidden" id="txt_searching" value="{lang_Searching}" />
7<input type="hidden" id="txt_users" value="{lang_Users}" />
8<input type="hidden" id="txt_groups" value="{lang_Groups}" />
9
10<center>
11<br />
12<table width="90%" border="0" cellspacing="0" cellpading="0">
13    <tr class="th">
14        <td colspan="2">&nbsp;<b>{lang_Blocking_sending_email_to_shared_accounts} </b></td>
15    </tr>
16</table>
17<br />
18<!-- The code for Email Tab -->
19
20    <table width="60%" border="0" cellspacing="0" cellpading="0">
21        <tr>
22            <td>
23                <input type="checkbox" id="inputCheckAllUserBlockCommunication" {checkedBlockCommunication} {acl_inputCheckAllUserBlockCommunication} />
24            </td>
25            <td>
26                {lang_Enable_blocking_sending_email_to_shared_accounts_(departments)}
27            </td>
28        </tr>
29    </table>
30    <br />
31    <table width="60%" border="0" cellspacing="0" cellpading="0">
32        <tr>
33            <td><input type="button" value="{lang_Add_exception_for_the_blocking}" onclick='{onclickBlockEmailForInstitutionalAccountModal}' {acl_add_exception_for_the_blocking} /></td>
34        </tr>
35    </table>
36    <br />
37    <table width="60%" border="0" cellspacing="0" cellpading="0">
38        <tr>
39            <td width="50%">
40                {lang_Find_senders} : <input type="text" id="inputTextFindRecipient" onkeyup="javascript:finderRecipientInstitutionalAcounteExeption(this)"/>
41            </td>
42
43        </tr>
44    </table>
45    <table width="60%" border="0" cellspacing="0" cellpading="0">
46        <tr>
47             <td>  {lang_Senders} :</td>
48             <td>  {lang_Recipients} :</td>
49        </tr>
50        <tr>
51            <td> <select id="inputSelectRecipients" style="width:250px; height:100px" size="13" onchange="javascript:getOptionsSendersInstitutionalAcounteExeption();">{optionsBlockEmailForInstitutionalAcounteExeption}</select> </td>
52
53            <td> <select id="inputSelectSenders" style="width:250px; height:100px" disabled="true" size="13"></select> </td>
54        </tr>
55    </table>
56    <table width="60%" border="0" cellspacing="0" cellpading="0">
57        <tr>
58            <td><input type="button" value="{lang_Edit_exception}" onclick="javascript:editBlockInstitutionalAccountExeption()" {acl_edit_and_remove_blocking_sending_email}/> &ensp;<input type="button" value="{lang_Remove_exception}" onclick="javascript:removeBlockInstitutionalAccountExeption()" {acl_edit_and_remove_blocking_sending_email}/></td>
59           
60        </tr>
61    </table>
62    <br />
63<table width="90%" border="0" cellspacing="0" cellpading="0">
64    <tr class="th">
65        <td colspan="2">&nbsp;<b>{lang_Amount_limit_of_recipients}</b></td>
66    </tr>
67</table>
68    <br />
69    <table width="60%" border="0" cellspacing="0" cellpading="0">
70        <tr>
71            <td>
72                {lang_General_amount_limit_of_recipients} :
73                <input type="text" id="inputTextMaximumRecipientGenerally"  size="5" value="{valueMaximumRecipient}" {acl_inputTextMaximumRecipientGenerally} />
74                       &nbsp;<span style="color: red">*0 = {lang_disable_and_sets_unlimited_recipients}.</span>
75            </td>
76        </tr>
77    </table>
78    <br />
79   <table width="60%" border="0" cellspacing="0" cellpading="0">
80        <tr>
81             <td><input type="button" value="{lang_Limit_by_user}" onClick='{onclickLimitByUserModal}' {acl_Limit_by_user} /></td>
82        </tr>
83    </table>
84
85    <div id ="tableLimitSendersByUser" style="width: 60%">
86        <table width="80%" border="0" cellspacing="0" cellpading="0" align="left">
87                           <tr class="th">
88                            <td width="40%">
89                                {lang_Recipients}
90                            </td>
91                             <td width="40%">
92                               {lang_Maximum_number_of_recipients}
93                            </td>
94                             <td width="10%">
95                               {lang_edit}
96                            </td >
97                            <td width="10%">
98                                {lang_remove}
99                            </td>
100                           </tr>
101         {tableLimitRecipientsByUser}
102        </table>
103        &nbsp;
104    </div>
105 
106   
107    <table width="60%" border="0" cellspacing="0" cellpading="0" style="margin-top: 10px">
108        <tr>
109            <td><input type="button" value="{lang_Limit_by_group}" onclick='{onclickLimitByGroupModal}' {acl_Limit_by_group}/></td>
110        </tr>
111    </table>
112   
113     <div id="tableLimitSendersByGroup" style="width: 60%">
114         <table width="80%" border="0" cellspacing="0" cellpading="0" align="left">
115                           <tr class="th">
116                            <td width="40%">
117                                {lang_Recipients}
118                            </td>
119                             <td width="40%">
120                                {lang_Maximum_number_of_recipients}
121                            </td>
122                             <td width="10%">
123                                {lang_edit}
124                            </td >
125                            <td width="10%">
126                                {lang_remove}
127                            </td>
128                           </tr>
129         {tableLimitRecipientsByGroup}
130         </table>
131        &nbsp;
132    </div>
133    <br />
134    <br />
135    <br />
136
137    <table width="auto" border="0" cellspacing="0" cellpading="0" align="center">
138        <tr>
139            <td>
140                <input type="button" value="{lang_save}" onclick="javascript:saveGlobalSettings()"/>
141            </td>
142            <td>
143                <input type="button" value="{lang_back}" onclick="document.location.href='{back_url}'"/>
144            </td>
145        </tr>
146    </table>
147</center>
148<br />
149<!-- END body -->
Note: See TracBrowser for help on using the repository browser.