aa136f363aa7c8f60641d55b4c15b3facb84a6ea
[kivitendo-erp.git] / templates / webpages / simple_system_setting / _time_recording_type_form.html
1 [%- USE LxERP -%][%- USE L -%]
2 <table>
3  <tr>
4   <th align="right">[% LxERP.t8("Abbreviation") %]</th>
5   <td>
6    [%- L.input_tag("object.abbreviation", SELF.object.abbreviation, "data-validate"="required", "data-title"=LxERP.t8("Abbreviation")) %]
7   </td>
8  </tr>
9  <tr>
10   <th align="right">[% LxERP.t8("Description") %]</th>
11   <td>
12    [%- L.input_tag("object.description", SELF.object.description, "data-title"=LxERP.t8("Description")) %]
13   </td>
14  </tr>
15  <tr>
16   <th align="right">[% LxERP.t8("Obsolete") %]</th>
17   <td>[% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]</td>
18  </tr>
19 </table>