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>
 
  11           <td align = "right">{$i18n.label.comment}:</td>
 
  12           <td>{$forms.timesheetForm.submitter_comment.control}</td>
 
  16           <td>{$i18n.label.required_fields}</td>
 
  23           <td colspan="2" align="center" height="50">{$forms.timesheetForm.btn_add.control}</td>
 
  29 {$forms.timesheetForm.close}