1 {$forms.timesheetForm.open}
2 <table cellspacing="4" cellpadding="7" border="0">
5 <table cellspacing="1" cellpadding="2" border="0">
7 <td align="right">{$i18n.label.thing_name} (*):</td>
8 <td>{$forms.timesheetForm.timesheet_name.control}</td>
12 <td align="right">{$i18n.label.client}:</td>
13 <td>{$forms.timesheetForm.client.control}</td>
18 <td align="right">{$i18n.label.project}:</td>
19 <td>{$forms.timesheetForm.project.control}</td>
23 <td align="right">{$i18n.label.start_date} (*):</td>
24 <td>{$forms.timesheetForm.start.control}</td>
27 <td align="right">{$i18n.label.end_date} (*):</td>
28 <td>{$forms.timesheetForm.finish.control}</td>
31 <td align = "right">{$i18n.label.comment}:</td>
32 <td>{$forms.timesheetForm.comment.control}</td>
36 <td>{$i18n.label.required_fields}</td>
43 <td colspan="2" align="center" height="50">{$forms.timesheetForm.btn_add.control}</td>
49 {$forms.timesheetForm.close}