Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ff82ea86

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

  • ID ff82ea86d6c75418df7cd6a74bb335921680f798
  • Vorgänger b5a75899
  • Nachfolger 2cc1049c

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

Unterschiede anzeigen:

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

  
8
 <tr>
9
  <th align="right">[% LxERP.t8("Print template base file name") %]<sup>(1)</sup></th>
10
  <td>[% L.input_tag("object.template_file_name", SELF.object.template_file_name, "data-validate"="required", "data-title"=LxERP.t8("Print template base file name")) %]</td>
11
 </tr>
12

  
13
 <tr>
14
  <th align="right">[% LxERP.t8("Section number format") %]<sup>(2)</sup></th>
15
  <td>[% L.input_tag("object.section_number_format", SELF.object.section_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Section number format")) %]</td>
16
 </tr>
17

  
18
 <tr>
19
  <th align="right">[% LxERP.t8("Function block number format") %]<sup>(2)</sup></th>
20
  <td>[% L.input_tag("object.function_block_number_format", SELF.object.function_block_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Function block number format")) %]</td>
21
 </tr>
22
</table>
23

  
24
<p>
25
 <sup>(1)</sup>: [% LxERP.t8("The base file name without a path or an extension to be used for printing for this type of requirement spec.") %]
26
 <br>
27
 <sup>(2)</sup>: [% LxERP.t8("The numbering will start at 1 with each requirement spec.") %]
28
</p>
2
<div class="wrapper">
3
  <div class="col">
4
  <table class="tbl-horizontal">
5
    <tbody>
6
      <tr>
7
        <th> [% LxERP.t8("Description") %] </th>
8
        <td> [% L.input_tag("object.description", SELF.object.description, "data-validate"="required", "data-title"=LxERP.t8("Description")) %] </td>
9
      </tr>
10
      <tr>
11
        <th> [% LxERP.t8("Print template base file name") %] <sup> (1) </sup> </th>
12
        <td> [% L.input_tag("object.template_file_name", SELF.object.template_file_name, "data-validate"="required", "data-title"=LxERP.t8("Print template base file name")) %] </td>
13
      </tr>
14
      <tr>
15
        <th> [% LxERP.t8("Section number format") %] <sup> (2) </sup> </th>
16
        <td> [% L.input_tag("object.section_number_format", SELF.object.section_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Section number format")) %] </td>
17
      </tr>
18
      <tr>
19
        <th> [% LxERP.t8("Function block number format") %] <sup> (2) </sup> </th>
20
        <td> [% L.input_tag("object.function_block_number_format", SELF.object.function_block_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Function block number format")) %] </td>
21
      </tr>
22
    </tbody>
23
  </table>
24
  <div class="long-description">
25
    <p>
26
      <sup> (1) </sup> [% LxERP.t8("The base file name without a path or an extension to be used for printing for this type of requirement spec.") %] <br>
27
      <sup> (2) </sup> [% LxERP.t8("The numbering will start at 1 with each requirement spec.") %]
28
    </p>
29
  </div>
30
  </div>
31
</div>

Auch abrufbar als: Unified diff