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.comment.control}</td>
 
  15           <td align="right">{$i18n.label.status}:</td>
 
  16           <td>{$forms.timesheetForm.status.control}</td>
 
  20           <td>{$i18n.label.required_fields}</td>
 
  28           <td align="center" height="50">{$forms.timesheetForm.btn_save.control} {if $can_delete}{$forms.timesheetForm.btn_delete.control}{/if}</td>
 
  34 {$forms.timesheetForm.close}