multibox.html: Möglichkeit, "class" zu setzen
[kivitendo-erp.git] / templates / webpages / ic / form_header.html
index 32527a9..658979a 100644 (file)
@@ -1,4 +1,4 @@
-[[%- USE T8 %]
+[%- USE T8 %]
 [%- USE HTML %]
 [%- USE LxERP %]
 [% PROCESS 'common/select_warehouse_bin.html' %]
             [% HTML.escape(defaults.weightunit) %]
            </td>
           </tr>
+        [%- END %]
           <tr>
            <th align="right" nowrap>[% 'On Hand' | $T8 %]</th>
            <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]">&nbsp;[% LxERP.format_amount(onhand) %]</th>
            <td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>
           </tr>
           <tr>
-           <th align="right" nowrap="true">[% 'Default Warehouse' | $T8 %] [% HTML.escape(bin_id) %]</th>
+           <th align="right" nowrap="true">[% 'Default Warehouse' | $T8 %]</th>
            <td>
             <select name="warehouse_id" onchange="warehouse_selected(warehouses[this.selectedIndex]['id'], 0)">
              [%- FOREACH warehouse = WAREHOUSES %]
            <th align="right" nowrap="true">[% 'Default Bin' | $T8 %]</th>
            <td><select id="bin_id" name="bin_id"></select></td>
           </tr>
-        [%- END %]
           <tr>
            <th align="right" nowrap="true">[% 'Verrechnungseinheit' | $T8 %]</th>
            <td><input name="ve" size="10" value="[% HTML.escape(ve) %]"></td>