Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 233ccef3

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 233ccef343866844dc3409602ebaf6b5f887d90a
  • Vorgänger b27c2672
  • Nachfolger 2e86dbf1

USE-Einleitungen formatiert templates/webpages/simple_system_setting/

Unterschiede anzeigen:

templates/webpages/simple_system_setting/_requirement_spec_predefined_text_form.html
1
[%- USE LxERP -%][%- USE L -%]<table>
2 1
 <tr>
3 2
  <th align="right">[% LxERP.t8("Description") %]</th>
4 3
  <td>[% L.input_tag("object.description", SELF.object.description, size=60, class="initial_focus", "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td>
......
21 20
   [% L.checkbox_tag("object.useable_for_sections",    label=LxERP.t8("Sections"),    for_submit=1, value=1, checked=SELF.object.useable_for_sections) %]
22 21
  </td>
23 22
 </tr>
23
[%- USE LxERP -%]
24
[%- USE L -%]
24 25
</table>

Auch abrufbar als: Unified diff