source: trunk/expressoAdmin1_2/templates/default/sectors_form.tpl @ 2

Revision 2, 766 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN list -->
2<p>
3  <table border="0" align="center">
4  <tr bgcolor="{th_bg}">
5   <td>{lang_context}: {context}</td>
6  </tr>
7 </table>
8 
9  <table border="0" align="center">
10        <form method="POST" action="{action}">
11                <tr> 
12                        <td align="right">
13                                {lang_sector_name}:
14                        <input type="text" autocomplete="off" name="sector" value={sector}>
15                        </td>
16                        <td align="left">
17                        <input type="submit" name="button_submit" value={lang_save}>
18                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
19                        <input type="hidden" name="context" value={context}>
20                        <input type="hidden" name="old_sector" value={old_sector}>
21                        </td>
22                </tr>
23        </form>
24  </table>
25 {error_messages}
26<!-- END list -->
Note: See TracBrowser for help on using the repository browser.