Refactoring. Moved week_menu config option to plugin config.
[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_menu.control}</td>
5     <td><label for="week_note">{$i18n.label.week_menu}</label> <a href="https://www.anuko.com/lp/tt_35.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
6   </tr>
7   <tr>
8     <td align="right" nowrap>{$forms.weekViewForm.week_note.control}</td>
9     <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>
10   </tr>
11   <tr>
12     <td align="right" nowrap>{$forms.weekViewForm.week_list.control}</td>
13     <td><label for="week_list">{$i18n.label.week_list}</label> <a href="https://www.anuko.com/lp/tt_12.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
14   </tr>
15   <tr>
16     <td align="right" nowrap>{$forms.weekViewForm.notes.control}</td>
17     <td><label for="notes">{$i18n.label.notes}</label> <a href="https://www.anuko.com/lp/tt_13.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
18   </tr>
19
20   <tr>
21     <td colspan="2">&nbsp;</td>
22   </tr>
23   <tr>
24     <td colspan="2" height="50" align="center">{$forms.weekViewForm.btn_save.control}</td>
25   </tr>
26 </table>
27 {$forms.weekViewForm.close}