source: trunk/jabberit_messenger/templates/celepar/module.tpl @ 417

Revision 417, 1.2 KB checked in by niltonneto, 16 years ago (diff)

Vide changelog do módulo.
http://www.expressolivre.org/dev/wiki/jabberit/changelog
Alterações feitas por Alexandre Correia
email: alexandrecorreia@…

Line 
1<!-- BEGIN module -->
2<form method="POST" action="{action_url}">
3<table align="center" width="60%" cellspacing="2" style="border: 1px solid #000000;">
4        <tr class="th">
5                <td colspan="2">&nbsp;<b>{lang_Settings_Use_Module_Expresso_Messenger}</b></td>
6        </tr>
7        <tr class="row_off">
8                <td colspan="2">
9                        <table align="center" cellspacing="0" style="margin-top:15px">
10                                <tr>
11                                        <td class="row_off">   
12                                                {lang_Applications_List} :
13                                                <br/>
14                                                <select id="apps_list" size="10" style="width: 300px" multiple>{apps_list}</select>
15                                        </td>
16                                        <td class="row_off">
17                                                <input type="button" value="Adicionar" onclick="javascript:App.add();" />
18                                                <br/>
19                                                <br/>
20                                                <input type="button" value="Remover" onclick="javascript:App.remove();" />
21                                        </td>
22                                        <td class="row_off">
23                                                {lang_Applications_habilitadas} :
24                                                <br/>
25                                                <select id="apps_enabled" size="10" style="width: 300px" multiple name="apps_enabled[]">{apps_enabled}</select>
26                                        </td>
27                                </tr>
28                        </table>
29                </td>
30        </tr>
31        <tr>
32                <td colspan="2" align="center">
33                  <input type="submit" name="save" value="{lang_save}" onclick="javascript:App.select_();">
34                  <input type="submit" name="cancel" value="{lang_cancel}">
35                  <br>
36                </td>
37        </tr>
38</table>
39</form>
40<!-- END module -->
Note: See TracBrowser for help on using the repository browser.