3 <h1>[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]</h1>
6 <!-- UPDATE. message container -->
8 <p>[% saved_message %]</p>
11 <form method="post" action="am.pl" id="form">
13 <input type="hidden" name="id" value="[% HTML.escape(id) %]">
14 <input type="hidden" name="type" value="warehouse">
15 <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
17 <table class="tbl-horizontal">
20 <th>[% 'Description' | $T8 %]</th>
22 <input type="text" id='description' name="description" size="60" value="[% HTML.escape(description) %]" class="initial_focus">
23 <input type="hidden" name="orig_description" value="[% HTML.escape(description) %]">
28 <th>[% 'Invalid' | $T8 %]</th>
29 <td><input type="checkbox" name="invalid" value="1" [% IF invalid %]checked[% END %]></td>
33 <th>[% 'Number of new bins' | $T8 %]</th>
34 <td><input type="text" name="number_of_new_bins"></td>
38 <th>[%- 'Prefix for the new bins\' names' | $T8 %]</th>
39 <td><input type="text" name="prefix" value="[% 'Bin' | $T8 %]"></td>