Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b2978890

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID b297889030215911d3f9adb500099bb1b1aa213f
  • Vorgänger 1213b27a
  • Nachfolger 2527bf70

Design-4.0: HTML-Anpassung an neues Design templates/webpages/wh/..

Neues kivitendo Design Aenderungen in templates/webpages/wh/..

Unterschiede anzeigen:

templates/webpages/wh/removal_parts_selection.html
10 10

  
11 11
  <p>[% 'Removal from warehouse' | $T8 %]: [% warehouse_description %]</p>
12 12

  
13
  <p>
14 13
   <table>
15 14
    <tr>
16 15
     <td>[% 'Select type of removal' | $T8 %]:</td>
17 16
     <td>
18 17
      <select name="transfer_type_id">
19
       [%- FOREACH type = TRANSFER_TYPES %]<option value="[% HTML.escape(type.id) %]">[% HTML.escape(type.description) %]</option>[% END %]
18
       [% FOREACH type = TRANSFER_TYPES %]<option value="[% HTML.escape(type.id) %]">[% HTML.escape(type.description) %]</option>[% END %]
20 19
      </select>
21 20
     </td>
22 21
    </tr>
......
25 24
     <td><input type="text" name="comment" size="60"></td>
26 25
    </tr>
27 26
   </table>
28
  </p>
29 27

  
30
  <p>
31 28
   <table>
32 29
    <tr>
33
     <th class="listheading">[% 'Bin' | $T8 %]</th>
34
     <th class="listheading">[% 'Part Number' | $T8 %]</th>
35
     <th class="listheading">[% 'Part Description' | $T8 %]</th>
36
     <th class="listheading">[% 'Charge Number' | $T8 %]</th>
30
     <th>[% 'Bin' | $T8 %]</th>
31
     <th>[% 'Part Number' | $T8 %]</th>
32
     <th>[% 'Part Description' | $T8 %]</th>
33
     <th>[% 'Charge Number' | $T8 %]</th>
37 34
     [% IF INSTANCE_CONF.get_show_bestbefore %]
38
     <th class="listheading">[% 'Best Before' | $T8 %]</th>
35
     <th>[% 'Best Before' | $T8 %]</th>
39 36
     [% END %]
40
     <th class="listheading">[% 'EAN' | $T8 %]</th>
41
     <th class="listheading">[% 'Available qty' | $T8 %]</th>
42
     <th class="listheading">[% 'Removal qty' | $T8 %]</th>
37
     <th>[% 'EAN' | $T8 %]</th>
38
     <th>[% 'Available qty' | $T8 %]</th>
39
     <th>[% 'Removal qty' | $T8 %]</th>
43 40
    </tr>
44 41
    [% FOREACH row = CONTENTS %]
45 42
    <tr class="listrow[% loop.count % 2 %]">
......
62 59
     <td>[% HTML.escape(row.ean) %]</td>
63 60
     <td>[% HTML.escape(row.qty) %]</td>
64 61
     <td>
65
      <input name="qty_[% loop.count %]">
62
      <input type="text" name="qty_[% loop.count %]">
66 63
      <select name="unit_[% loop.count %]">
67 64
       [% FOREACH unit = row.UNITS %]<option[% IF unit.selected %] selected[% END %]>[% HTML.escape(unit.name) %]</option>[% END %]
68 65
      </select>
69 66
     </td>
70 67
    </tr>
71

  
72 68
    [% END %]
73

  
74 69
    <input type="hidden" name="rowcount" value="[% CONTENTS.size %]">
75

  
76 70
    <tr><td colspan="7"><hr size="3" noshade></td></tr>
77

  
78 71
   </table>
79
  </p>
80 72
 </form>

Auch abrufbar als: Unified diff