Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1a7f51c8

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

  • ID 1a7f51c87ec915406191b5fff794613e790f2665
  • Vorgänger e8e90b47
  • Nachfolger 2607c5ab

Neues Design 2019 Standard-Code templates/webpages/simple_system_setting/_requirement_spec_acceptance_status_form.html

Unterschiede anzeigen:

templates/webpages/simple_system_setting/_requirement_spec_acceptance_status_form.html
1
<table>
2
 <tr>
3
  <td>[% LxERP.t8("Name") %]</td>
4
  <td>[% L.select_tag("object.name",  SELF.valid_names, default=SELF.object.name, style=style) %]</td>
5
 </tr>
6 1
[% USE LxERP %]
7 2
[% USE L %]
8 3

  
9
 <tr>
10
  <td>[% LxERP.t8("Description") %]</td>
11
  <td>[% L.input_tag("object.description", SELF.object.description, style=style, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td>
12
 </tr>
13
</table>
4
<div class="wrapper">
5
  <table class="tbl-horizontal">
6
    <tbody>
7
      <tr>
8
        <th> [% LxERP.t8("Name") %] </th>
9
        <td> [% L.select_tag("object.name", SELF.valid_names, default=SELF.object.name, class="wi-wider") %] </td>
10
      </tr>
11
      <tr>
12
        <th> [% LxERP.t8("Description") %] </th>
13
        <td> [% L.input_tag("object.description", SELF.object.description, class="wi-wider", "data-validate"="required", "data-title"=LxERP.t8("Description")) %] </td>
14
      </tr>
15
    </tbody>
16
  </table>
17
</div>

Auch abrufbar als: Unified diff