source: trunk/jabberit_messenger/templates/default/enabled_ou_groups.tpl @ 697

Revision 697, 819 bytes checked in by niltonneto, 15 years ago (diff)

Fechamento das ocorrências referentes à versão 0.7.11

  • Property svn:executable set to *
Line 
1<!-- BEGIN enabled_ous -->
2<script type="text/javascript" src="jabberit_messenger/js/connector.js"></script>
3<script type="text/javascript" src="jabberit_messenger/js/xtools.js"></script>
4<script type="text/javascript" src="jabberit_messenger/controller.php?act=j.glocked"></script>
5        <form>
6                <table align="center" width="90%" cellspacing="2" style="border:1px solid #000;margin-top:20px;">
7                        <tr class="th">
8                                <td width="30%"><b>Grupos<b/></td>
9                                <td width="55%"><b>Organizações Liberadas<b/></td>
10                                <td width="5%" align="center"><b>Editar</b></td>
11                        </tr>
12                        {list_groups}
13                </table>
14                <br/>
15                <table align="center" width="90%" cellspacing="2">
16                        <tr>
17                                <td><input type="button" value="{lang_back}" onClick="document.location.href='{action_url}'"></td>
18                        </tr>
19                </table>
20        </form>
21<!-- END enabled_ous -->
Note: See TracBrowser for help on using the repository browser.