Revision abc13352
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/am/edit_warehouse.html | ||
---|---|---|
2 | 2 |
[%- USE HTML %] |
3 | 3 |
<h1>[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]</h1> |
4 | 4 |
|
5 |
<div class="wrapper"> |
|
6 |
<!-- UPDATE. message container --> |
|
5 | 7 |
[% IF saved_message %] |
6 | 8 |
<p>[% saved_message %]</p> |
7 | 9 |
[% END %] |
... | ... | |
9 | 11 |
<form method="post" action="am.pl" id="form"> |
10 | 12 |
|
11 | 13 |
<input type="hidden" name="id" value="[% HTML.escape(id) %]"> |
12 |
|
|
13 | 14 |
<input type="hidden" name="type" value="warehouse"> |
14 | 15 |
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]"> |
15 | 16 |
|
16 |
<table border="0"> |
|
17 |
<table class="tbl-horizontal"> |
|
18 |
<tbody> |
|
17 | 19 |
<tr> |
18 |
<td align="right">[% 'Description' | $T8 %]</td>
|
|
20 |
<th>[% 'Description' | $T8 %]</th>
|
|
19 | 21 |
<td> |
20 |
<input id='description' name="description" size="60" value="[% HTML.escape(description) %]" class="initial_focus"> |
|
22 |
<input type="text" id='description' name="description" size="60" value="[% HTML.escape(description) %]" class="initial_focus">
|
|
21 | 23 |
<input type="hidden" name="orig_description" value="[% HTML.escape(description) %]"> |
22 | 24 |
</td> |
23 | 25 |
</tr> |
24 | 26 |
|
25 | 27 |
<tr> |
26 |
<td align="right">[% 'Invalid' | $T8 %]</td>
|
|
28 |
<th>[% 'Invalid' | $T8 %]</th>
|
|
27 | 29 |
<td><input type="checkbox" name="invalid" value="1" [% IF invalid %]checked[% END %]></td> |
28 | 30 |
</tr> |
29 | 31 |
|
30 | 32 |
<tr> |
31 |
<td align="right">[% 'Number of new bins' | $T8 %]</td>
|
|
32 |
<td><input name="number_of_new_bins"></td> |
|
33 |
<th>[% 'Number of new bins' | $T8 %]</th>
|
|
34 |
<td><input type="text" name="number_of_new_bins"></td>
|
|
33 | 35 |
</tr> |
34 | 36 |
|
35 | 37 |
<tr> |
36 |
<td align="right">[%- 'Prefix for the new bins\' names' | $T8 %]</td>
|
|
37 |
<td><input name="prefix" value="[% 'Bin' | $T8 %]"></td> |
|
38 |
<th>[%- 'Prefix for the new bins\' names' | $T8 %]</th>
|
|
39 |
<td><input type="text" name="prefix" value="[% 'Bin' | $T8 %]"></td>
|
|
38 | 40 |
</tr> |
41 |
</tbody> |
|
39 | 42 |
</table> |
40 | 43 |
</form> |
44 |
</div> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/am/edit_warehouse.html