c9bf6573f35e73f80cea28786e1213c9d9b65bea
[kivitendo-erp.git] / templates / webpages / simple_system_setting / _default_form.html
1 [%- USE LxERP -%][%- USE L -%]
2 <table>
3  <tr>
4   <th align="right">[% LxERP.t8("Description") %]</th>
5   <td>[% L.input_tag("object.description", LxERP.t8(SELF.object.description), "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td>
6  </tr>
7 </table>