Work in progress on totals only config option for Work units plugin.
[timetracker.git] / WEB-INF / templates / work_units.tpl
1 {$forms.workUnitsForm.open}
2 <table cellspacing="1" cellpadding="2" border="0">
3   <tr>
4     <td>{$i18n.form.work_units.minutes_in_unit}:</td>
5     <td>{$forms.workUnitsForm.minutes_in_unit.control} <a href="https://www.anuko.com/lp/tt_23.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
6   </tr>
7   <tr>
8     <td>{$i18n.form.work_units.1st_unit_threshold}:</td>
9     <td>{$forms.workUnitsForm.1st_unit_threshold.control} <a href="https://www.anuko.com/lp/tt_24.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
10   </tr>
11   <tr>
12     <td align="right" nowrap>{$i18n.label.totals_only}:</td>
13     <td>{$forms.workUnitsForm.totals_only.control} <a href="https://www.anuko.com/lp/tt_25.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
14   </tr>
15   <tr>
16     <td colspan="2">&nbsp;</td>
17   </tr>
18   <tr>
19     <td colspan="2" height="50" align="center">{$forms.workUnitsForm.btn_save.control}</td>
20   </tr>
21 </table>
22 {$forms.weekViewForm.close}