Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 13011246

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 13011246d8b5074a91b727602769dce8dfb4c935
  • Vorgänger 5d0056d6
  • Nachfolger 27e7d20b

Neues kivitendo Design restliche Aenderungen in templates/webpages/requirement_spec_*

Dateien requirement_spec_item/* requirement_spec_order/* requirement_spec_part/*
requirement_spec_text_block/* requirement_spec_version/*

Unterschiede anzeigen:

templates/webpages/requirement_spec_part/show.html
9 9
  [% LxERP.t8("No articles have been added yet.") %]
10 10
 </div>
11 11

  
12
 <table id="additional_parts_list"[% IF !parts.size %] style="display: none;"[% END %]>
12
 <table id="additional_parts_list"[% IF !parts.size %] style="display:none;"[% END %] class="tbl-list">
13 13
  <thead>
14
   <tr class="listheading">
14
   <tr>
15 15
    <th>[%- LxERP.t8("Part Number") %]</th>
16 16
    <th>[%- LxERP.t8("Description") %]</th>
17 17
    <th>[%- LxERP.t8("Qty") %]</th>
......
20 20

  
21 21
  <tbody>
22 22
   [% FOREACH part = parts %]
23
    <tr class="listrow">
23
    <tr>
24 24
     <td>[% HTML.escape(part.part.partnumber) %]</td>
25 25
     <td>[% HTML.escape(part.description) %]</td>
26
     <td valign="right">[% HTML.escape(part.qty_as_number) %] [% HTML.escape(part.unit.name) %]</td>
26
     <td class="numeric">[% HTML.escape(part.qty_as_number) %] [% HTML.escape(part.unit.name) %]</td>
27 27
    </tr>
28 28
   [% END %]
29 29
  </tbody>

Auch abrufbar als: Unified diff