Optionales Fokus-Setzen via CSS-Klasse "initial_focus"
[kivitendo-erp.git] / templates / webpages / oe / form_footer.html
index bfad52d..87c1993 100644 (file)
       [%- END %]
       </table>
           </td>
+      [%- IF show_weight %]
+          <td>
+            <table>
+            <tr>
+              <th  align="left">[% 'Total weight' | $T8 %]</th>
+              <td align="right">
+                [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %]
+              </td>
+            </tr>
+            </table>
+          </td>
+      [%- END %]
 [%- IF is_sales %]
           <td>
             <table>
 
 <hr size="3" noshade>
 
-<p>[% PRINT_OPTIONS %]</p>
+<p>[% print_options %]</p>
 
 [% label_edit %]<br>
 <input class="submit" type="submit" name="action_update" id="update_button" value="[% 'Update' | $T8 %]">