X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ff2f6c9c9f95845ddb83d1cef264e580977759c..46bc75c8:/templates/webpages/department/form.html diff --git a/templates/webpages/department/form.html b/templates/webpages/department/form.html index f95836d77..d009ea0c3 100644 --- a/templates/webpages/department/form.html +++ b/templates/webpages/department/form.html @@ -12,26 +12,12 @@
[% L.hidden_tag("id", SELF.department.id) %] [% L.hidden_tag("action", "Department/dispatch") %] - + [% L.submit_tag("action_" _ (SELF.department.id ? "update" : "create"), LxERP.t8('Save')) %] [%- IF SELF.department.id && !is_used %] [% L.submit_tag("action_destroy", LxERP.t8("Delete"), "confirm", LxERP.t8("Are you sure you want to delete this department?")) %] [%- END %]