Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 80e089cd

Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt

  • ID 80e089cde98dca7aeb4bc6c962333d6e676201aa
  • Vorgänger afb85af8
  • Nachfolger 009b0731

Weitere Tipp- und Copy-Paste-Fehler korrigiert.

Unterschiede anzeigen:

templates/webpages/am/edit_units.html
83 83
 <table id="unit_list">
84 84
  <thead>
85 85
  <tr class="listheading">
86
   <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
86
   <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
87 87
   <th>[% 'Delete' | $T8 %]</th>
88 88
   <th>[% 'Unit' | $T8 %]</th>
89 89
   <th>[% 'Base unit' | $T8 %]</th>
......
97 97
  <tbody>
98 98
  [% FOREACH row = UNITS %]
99 99
   <tr class="listrow[% loop.count % 2 %]" id="unit_id_[% row.id %]">
100
    <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
100
    <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
101 101
    [% IF row.in_use %]
102 102
     <td>
103 103
      <input type="hidden" name="unchangeable_[% loop.count %]" value="1">
templates/webpages/am/list_price_factors.html
9 9
  <table width="100%" id="price_factor_list">
10 10
   <thead>
11 11
   <tr class="listheading">
12
    <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
12
    <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
13 13
    <th width="80%">[% 'Description' | $T8 %]</th>
14 14
    <th width="20%">[% 'Factor' | $T8 %]</th>
15 15
   </tr>
......
18 18
   <tbody>
19 19
   [% FOREACH factor = PRICE_FACTORS %]
20 20
   <tr class="listrow[% loop.count % 2 %]" id="price_factor_id_[% factor.id %]">
21
    <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
21
    <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
22 22
    <td><a href="[% url_base %]&action=edit_price_factor&id=[% HTML.url(factor.id) %]">[% HTML.escape(factor.description) %]</a></td>
23 23
    <td>[% HTML.escape(factor.factor) %]</td>
24 24
   </tr>
templates/webpages/am/list_warehouses.html
8 8
 <p>
9 9
  <table width="100%" id="warehouse_list">
10 10
   <tr class="listheading">
11
    <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
11
    <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
12 12
    <th width="70%">[% 'Description' | $T8 %]</th>
13 13
    <th width="20%">[% 'Number of bins' | $T8 %]</th>
14 14
    <th width="10%">[% 'Invalid' | $T8 %]</th>
......
16 16

  
17 17
   [% FOREACH warehouse = WAREHOUSES %]
18 18
   <tr class="listrow[% loop.count % 2 %]" id="warehouse_id_[% warehouse.id %]">
19
    <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
19
    <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
20 20
    <td><a href="[% url_base %]&action=edit_warehouse&id=[% HTML.url(warehouse.id) %]">[% HTML.escape(warehouse.description) %]</a></td>
21 21
    <td>[% HTML.escape(warehouse.number_of_bins) %]</td>
22 22
    <td>[% IF warehouse.invalid %][% 'Yes' | $T8 %][% ELSE %][% 'No' | $T8 %][% END %]</td>
templates/webpages/custom_variable_config/list.html
11 11
 <table width="100%" id="cvarcfg_list">
12 12
  <thead>
13 13
   <tr class="listheading">
14
    <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
14
    <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
15 15
    <th width="20%">[% 'Name' | $T8 %]</th>
16 16
    <th width="20%">[% 'Description' | $T8 %]</th>
17 17
    <th width="20%">[% 'Type' | $T8 %]</th>
......
26 26
  <tbody>
27 27
   [%- FOREACH cfg = CONFIGS %]
28 28
    <tr class="listrow" id="cvarcfg_id_[% cfg.id %]">
29
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
29
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
30 30

  
31 31
     <td><a href="[% SELF.url_for(action='edit', module=SELF.module, id=cfg.id) %]">[% HTML.escape(cfg.name) %]</a></td>
32 32

  

Auch abrufbar als: Unified diff