Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 867b69c4

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 867b69c47468635e46ed40f34d8907a97258fa7f
  • Vorgänger 5b8ff438
  • Nachfolger 3fb30e00

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

Unterschiede anzeigen:

templates/webpages/dbupgrade/erzeugnisnummern.html
1
[%- USE T8 %]
2
[% USE HTML %][%- USE LxERP -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
3 4
<h1>[% 'Double partnumbers' | $T8 %]</h1>
4 5

  
5 6
<script type="text/javascript">
......
27 28
<p>[% 'Please change the partnumber of the following parts and run the update again:' | $T8 %]</p>
28 29
<table>
29 30
  <tr>
30
    <th class="listheading">[% 'Partnumber' | $T8 %]</th>
31
    <th class="listheading">[% 'Description' | $T8 %]</th>
32
    <th class="listheading">[% 'Unit' | $T8 %]</th>
33
    <th class="listheading">[% 'Notes' | $T8 %]</th>
34
    <th class="listheading">[% 'EAN' | $T8 %]</th>
35
    <th class="listheading">[% 'Service, assembly or part' | $T8 %]</th>
36
    <th class="listheading">[% 'Obsolete' | $T8 %]</th>
31
    <th>[% 'Partnumber' | $T8 %]</th>
32
    <th>[% 'Description' | $T8 %]</th>
33
    <th>[% 'Unit' | $T8 %]</th>
34
    <th>[% 'Notes' | $T8 %]</th>
35
    <th>[% 'EAN' | $T8 %]</th>
36
    <th>[% 'Service, assembly or part' | $T8 %]</th>
37
    <th>[% 'Obsolete' | $T8 %]</th>
37 38
  </tr>
38 39

  
39 40
  [% SET row_odd = '1' %][% FOREACH row = PARTS %]
40 41
  <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
41
    <td align="right"><input name='partnumber_[% loop.count %]' value='[% HTML.escape(row.partnumber) %]'></td>
42
    <td><input type="text" name='partnumber_[% loop.count %]' value='[% HTML.escape(row.partnumber) %]'></td>
42 43
    <input type="hidden" name='partid_[% loop.count %]' value='[% HTML.escape(row.id) %]'>
43
    <td align="left"> [% HTML.escape(row.description) %]</a></td>
44
    <td align="right">[% HTML.escape(row.unit) %]</td>
45
    <td align="right">[% HTML.escape(row.notes) %]</td>
46
    <td align="right">[% HTML.escape(row.ean) %]</td>
47
    <td align="right">[% IF row.assembly %] [% 'assembly' | $T8 %] [% ELSE %] [% IF row.inventory_accno_id %] [% 'part' | $T8 %] [% ELSE %] [% 'service' | $T8 %] [% END %] [% END %]</td>
48
    <td>[% IF row.obsolete %][%- LxERP.t8("Obsolete") %][%- ELSE %][%- LxERP.t8("Not obsolete") %][%- END %]</td>
44
    <td> [% HTML.escape(row.description) %]</a></td>
45
    <td>[% HTML.escape(row.unit) %]</td>
46
    <td>[% HTML.escape(row.notes) %]</td>
47
    <td>[% HTML.escape(row.ean) %]</td>
48
    <td>[% IF row.assembly %] [% 'assembly' | $T8 %] [% ELSE %] [% IF row.inventory_accno_id %] [% 'part' | $T8 %] [% ELSE %] [% 'service' | $T8 %] [% END %] [% END %]</td>
49
    <td>[% IF row.obsolete %][% LxERP.t8("Obsolete") %][% ELSE %][% LxERP.t8("Not obsolete") %][% END %]</td>
49 50
  </tr>
50 51
  [% SET rowcount = loop.count %]
51 52
  [% END %]

Auch abrufbar als: Unified diff