Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1aa007af

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 1aa007afcc1c3838f4c512786123460f8fff9b0a
  • Vorgänger 6b53e063
  • Nachfolger 68c8d420

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

Unterschiede anzeigen:

templates/webpages/dbupgrade/default_bin_parts_no_warehouse.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4 4
<h1>[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</h1>
5 5

  
6 6
<form name="Form" method="post" action="login.pl">
......
17 17
<p>[% '<b> I DO CARE!</b> Please click back and cancel the update and come back after there has been at least one warehouse defined with bin(s).:' | $T8 %]</p>
18 18
<p>[% '<b> I DO CARE!</b> Please check create warehouse and bins and define a name for the warehouse (Bins will be created automatically) and then continue'  | $T8 %]</p>
19 19

  
20
<table>
20
<table class="tbl-list">
21
<thead>
21 22
  <tr>
22
    <th class="listheading">[% 'Partnumber' | $T8 %]</th>
23
    <th class="listheading">[% 'Description' | $T8 %]</th>
24
    <th class="listheading">[% 'Master Data Bin Text Deleted' | $T8 %]</th>
23
    <th>[% 'Partnumber' | $T8 %]</th>
24
    <th>[% 'Description' | $T8 %]</th>
25
    <th>[% 'Master Data Bin Text Deleted' | $T8 %]</th>
25 26
  </tr>
27
</thead>
26 28

  
27
  [% SET row_odd = '1' %][% FOREACH row = PARTS %]
28
  <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
29
   <td align="left"> [% HTML.escape(row.partnumber) %]</a></td>
30
    <td align="left"> [% HTML.escape(row.description) %]</a></td>
31
    <td align="right">[% HTML.escape(row.bin) %]
32
    <input type="hidden" name='partid_[% loop.count %]' value='[% HTML.escape(row.id) %]'>
33
    <input type="hidden" id="bin_[% loop.count %]" name="bin_[% loop.count %]" value="[% HTML.escape(row.bin) %]">
34
   </tr>
35
  [% SET rowcount = loop.count %]
29
<tbody>
30

  
31
  [% SET row_odd = '1' %]
32
  [% FOREACH row = PARTS %]
33
    <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
34
      <td>[% HTML.escape(row.partnumber) %]</a></td>
35
      <td>[% HTML.escape(row.description) %]</a></td>
36
      <td>
37
        [% HTML.escape(row.bin) %]
38
        <input type="hidden" name='partid_[% loop.count %]' value='[% HTML.escape(row.id) %]'>
39
        <input type="hidden" id="bin_[% loop.count %]" name="bin_[% loop.count %]" value="[% HTML.escape(row.bin) %]">
40
      </td>
41
    </tr>
42
    [% SET rowcount = loop.count %]
36 43
  [% END %]
37 44
  <input type="hidden" name="rowcount" value="[% rowcount %]">
38
<tr><td colspan="5"><hr/></td></tr>
39
<tr><td colspan="5"><input type="checkbox" name="create_new_bins"> [% '<b>Automatically create new bins</b> in the following new warehouse ' | $T8 %] <input type="text" name="new_warehouse"></td></tr>
40
<tr><td colspan="5"><hr/></td></tr>
41
<tr><td><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"> </td><td colspan="3" align="center"><td><input style="background-color:#FA1400" type="submit" value="[% 'Continue' | $T8 %]"></td></tr>
45

  
46
</tbody>
47
</table>
48

  
49
<table class="tbl-horizontal">
50
  <caption>[% 'New Bins' | $T8 %]</caption>
51
  <colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
52
  <tbody>
53
    <tr>
54
      <th>[% 'Automatically create new bins' | $T8 %]</th>
55
      <td><input type="checkbox" name="create_new_bins"></td>
56
    </tr>
57
    <tr>
58
      <th>[% 'In the following new warehouse ' | $T8 %]</th>
59
      <td><input type="text" name="new_warehouse"></td>
60
    </tr>
61
  </tbody>
42 62
</table>
63

  
64
<div class="buttons">
65
  <input type="button" onclick="history.back()" value="[% 'Back' | $T8 %]" class="neutral">
66
  <input type="submit" value="[% 'Continue' | $T8 %]">
67
</div>
68

  
43 69
</form>

Auch abrufbar als: Unified diff