source: trunk/jabberit_messenger/templates/default/configItens.tpl @ 1901

Revision 1901, 1.8 KB checked in by alexandrecorreia, 14 years ago (diff)

Ticket #860 - Corrigir quando a autenticacao do jabber nao e pelo campo uid do ldap.

Line 
1<!-- BEGIN configPermission -->
2
3        <div style="margin:15px;">
4                <p>
5                        <img src="{value_image1}" align="middle" width="32" height="32" />
6                        <a href="{value_config1}" style="padding:5px;">
7                                <label style="cursor:pointer;">{label_config1}</label>
8                        </a>
9                </p>
10        </div>
11
12        <div style="margin:15px;">
13                <p>
14                        <img src="{value_image2}" align="middle" width="32" height="32" />
15                        <a href="{value_config2}" style="padding:5px;">
16                                <label style="cursor:pointer;">{label_config2}</label>
17                        </a>
18                </p>
19        </div> 
20
21        <div style="margin:15px;">
22                <p>
23                        <img src="{value_image3}" align="middle" width="32" height="32" />
24                        <a href="{value_config3}" style="padding:5px;">
25                                <label style="cursor:pointer;">{label_config3}</label>
26                        </a>
27                </p>
28        </div> 
29
30        <div style="margin:15px;">
31                <p>
32                        <img src="{value_image4}" align="middle" width="32" height="32" />
33                        <a href="{value_config4}" style="padding:5px;">
34                                <label style="cursor:pointer;">{label_config4}</label>
35                        </a>
36                </p>
37        </div> 
38       
39        <div style="margin:15px;">
40                <input type="button" value="Voltar" onclick="document.location.href='{action_url_back}'" />
41        </div>
42
43<!-- END configPermission -->
44
45
46<!-- BEGIN configServer -->
47
48        <div style="margin:15px;">
49                <p>
50                        <img src="{value_image1}" align="middle" width="32" height="32" />
51                        <a href="{value_config1}" style="padding:5px;">
52                                <label style="cursor:pointer;">{label_config1}</label>
53                        </a>
54                </p>
55        </div>
56
57        <div style="margin:15px;">
58                <p>
59                        <img src="{value_image2}" align="middle" width="32" height="32" />
60                        <a href="{value_config2}" style="padding:5px;">
61                                <label style="cursor:pointer;">{label_config2}</label>
62                        </a>
63                </p>
64        </div> 
65        </br>
66        <div style="margin:15px;">
67                <input type="button" value="Voltar" onclick="document.location.href='{action_url_back}'" />
68        </div>
69
70<!-- END configServer -->
Note: See TracBrowser for help on using the repository browser.