source: trunk/expressoAdmin1_2/templates/default/managers.tpl @ 283

Revision 283, 1.2 KB checked in by wmerlotto, 16 years ago (diff)

Internacionalizacao do ExpressoAdmin

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN body -->
2<input id="type_the_new_manager_login" type="hidden" value="{lang_Enter_the_new_manager_name}">
3
4<p>
5  <table border="0" width="90%" align="center">
6  <tr>
7   <td align="right">
8    <form method="POST" action="{action}">
9        <input type="submit" value="{lang_Create_manager}"
10    </form>
11   </td>
12  </tr>
13 </table>
14 
15 <table border="0" width="90%" align="center">
16  <tr bgcolor="{th_bg}">
17   <td width="20%" align="left"><B>{lang_Login}</B></td>
18   <td width="30%" align="left"><B>{lang_Name}</B></td>
19   <td width="20%" align="left"><B>{lang_Context}</B></td>
20   <td width="10%"  align="center"><B>{lang_Copy}</B></td>
21   <td width="10%"  align="center"><B>{lang_Edit}</B></td>
22   <td width="10%"  align="center"><B>{lang_Delete}</B></td>
23  </tr>
24  {rows}
25 </table>
26<!-- END body -->
27
28<!-- BEGIN row -->
29 <tr bgcolor="{tr_color}">
30  <td>{manager_lid}</td>
31  <td>{manager_cn}</td>
32  <td>{context}</td>
33  <td align="center">{link_copy}</td>
34  <td align="center">{link_edit}</td>
35  <td align="center">{link_delete}</td>
36 </tr>
37<!-- END row -->
38
39<!-- BEGIN row_empty -->
40   <tr>
41    <td colspan="5" align="center">{message}</td>
42   </tr>
43<!-- END row_empty -->
Note: See TracBrowser for help on using the repository browser.