1 {$forms.projectForm.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.projectForm.project_name.control}</td>
 
  11           <td align = "right">{$i18n.label.description}:</td>
 
  12           <td>{$forms.projectForm.description.control}</td>
 
  14         <tr><td> </td></tr>
 
  17           <td align="right">{$i18n.label.users}:</td>
 
  18           <td>{$forms.projectForm.users.control}</td>
 
  20 {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
 
  21         <tr><td> </td></tr>
 
  23           <td align="right">{$i18n.label.tasks}:</td>
 
  24           <td>{$forms.projectForm.tasks.control}</td>
 
  29           <td>{$i18n.label.required_fields}</td>
 
  36           <td colspan="2" align="center" height="50">{$forms.projectForm.btn_add.control}</td>
 
  42 {$forms.projectForm.close}