Implemented saving of week config settings.
[timetracker.git] / WEB-INF / templates / week_view.tpl
1 {$forms.weekViewForm.open}
2 <table cellspacing="1" cellpadding="2" border="0">
3   <tr>
4     <td align="right" nowrap>{$forms.weekViewForm.week_note.control}</td>
5     <td><label for="week_note">{$i18n.label.week_note}</label> <a href="https://www.anuko.com/lp/tt_11.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
6   </tr>
7   <tr>
8     <td align="right" nowrap>{$forms.weekViewForm.week_list.control}</td>
9     <td><label for="week_note">{$i18n.label.week_list}</label> <a href="https://www.anuko.com/lp/tt_12.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
10   </tr>
11
12   <tr>
13     <td colspan="2">&nbsp;</td>
14   </tr>
15   <tr>
16     <td colspan="2" height="50" align="center">{$forms.weekViewForm.btn_save.control}</td>
17   </tr>
18 </table>
19 {$forms.weekViewForm.close}