source: contrib/resources/templates/default/config.tpl @ 3524

Revision 3524, 1.5 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado módulo de recursos para a comunidade

  • Property svn:executable set to *
Line 
1<!-- BEGIN header -->
2<p style="text-align: center; color: {th_err};">{error}</p>
3<form name=frm method="POST" action="{action_url}">
4{hidden_vars}
5<table border="0" align="left">
6   <tr class="th">
7    <td colspan="2">&nbsp;<b>{title}</b></td>
8   </tr>
9<!-- END header -->
10
11<!-- BEGIN body -->
12<tr class="row_on">
13<td>{lang_ProjectManager_integration}:</td>
14<td>
15<select name="newsettings[pm_integration]">
16<option value="">{lang_Both:_allow_to_use_ProjectManager_and_free_project-names}</option>
17<option value="none"{selected_pm_integration_none}>{lang_None:_use_only_free_project-names}</option>
18<option value="full"{selected_pm_integration_full}>{lang_Full:_use_only_ProjectManager}</option>
19</select>
20</td>
21</tr>
22<tr class="row_on">
23<td>{lang_Mode}:</td>
24<td>
25<select name="newsettings[ts_viewtype]">
26<option value="normal"{selected_ts_viewtype_normal}>{lang_Regular}</option>
27<option value="short"{selected_ts_viewtype_short}>{lang_Simple}</option>
28</select>
29</td>
30</tr>
31<tr class="row_on">
32<td>{lang_Show_a_quantity_sum_(eg._to_sum_up_negative_overtime)}:</td>
33<td>
34<select name="newsettings[quantity_sum]">
35<option value="">{lang_No}</option>
36<option value="true"{selected_quantity_sum_true}>{lang_Yes}</option>
37</select>
38</td>
39</tr>
40<!-- END body -->
41
42<!-- BEGIN footer -->
43  <tr class="th">
44    <td colspan="2">
45&nbsp;
46    </td>
47  </tr>
48  <tr>
49    <td colspan="2" align="center">
50      <input type="submit" name="submit" value="{lang_submit}">
51      <input type="submit" name="cancel" value="{lang_cancel}">
52    </td>
53  </tr>
54</table>
55</form>
56<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.