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

Revision 414, 994 bytes checked in by niltonneto, 16 years ago (diff)

Alterações feitas por João Alfredo.
Email: jakjr@…

  • Property svn:eol-style set to native
  • Property svn:executable set to *
RevLine 
[2]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> 
[32]12                        <td>
[2]13                                {lang_sector_name}:
14                        </td>
[32]15                        <td>
16                                <input type="text" {disable} autocomplete="off" name="sector" value={sector}>
17                        </td>
18                </tr>
19                <tr> 
20                        <td>
[414]21                                {lang_do_not_show_this_sector}:
[32]22                        </td>
23                        <td>
24                                <input type="checkbox" name="sector_visible" {sector_visible_checked}>
25                        </td>
26                </tr>
27                <tr>
28                        <td align="left" colspan="2">
[2]29                        <input type="submit" name="button_submit" value={lang_save}>
30                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
[396]31                        <input type="hidden" name="context" value="{context}">
32                        <input type="hidden" name="old_sector" value="{old_sector}">
[2]33                        </td>
34                </tr>
35        </form>
36  </table>
37 {error_messages}
38<!-- END list -->
Note: See TracBrowser for help on using the repository browser.