X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fedit_units.html;h=1879d56b96be49886f3a42244f54773814f2baa3;hb=c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909;hp=9d228d5da2ba9a6081999a03d60334b8e217e621;hpb=1b522616312493ada2474275859ca9a9d79a40bb;p=kivitendo-erp.git diff --git a/templates/webpages/am/edit_units.html b/templates/webpages/am/edit_units.html index 9d228d5da..1879d56b9 100644 --- a/templates/webpages/am/edit_units.html +++ b/templates/webpages/am/edit_units.html @@ -1,9 +1,6 @@ [%- USE T8 %][%- USE LxERP %][% USE L %] [% USE HTML %] - - - - +

[% title %]

[% IF saved_message %]

[% saved_message %]

@@ -15,13 +12,6 @@ - - - - - -
[% title %]
-

[% LxERP.t8('All units have either no or exactly one base unit of which they are multiples.') %] [% LxERP.t8('If you select a base unit then you also have to enter a factor.') %] @@ -31,9 +21,7 @@


- - -
[% 'Add unit' | $T8 %]
+

[% 'Add unit' | $T8 %]

@@ -67,9 +55,7 @@
-
- -
[% 'Edit units' | $T8 %]
+

[% 'Edit units' | $T8 %]

[% 'Units that have already been used (e.g. for parts and services or in invoices or warehouse transactions) cannot be changed.' | $T8 %] @@ -86,7 +72,7 @@ - + @@ -100,7 +86,7 @@ [% FOREACH row = UNITS %] - + [% IF row.in_use %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Delete' | $T8 %] [% 'Unit' | $T8 %] [% 'Base unit' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] @@ -145,7 +131,5 @@ - [% L.sortable_element('#unit_list tbody', 'url' => 'controller.pl?action=Unit/reorder', 'with' => 'unit_id', handle => '.dragdrop') %] + [% L.sortable_element('#unit_list tbody', url => 'controller.pl?action=Unit/reorder', with => 'unit_id') %] - -