From: Moritz Bunkus Date: Fri, 17 Jun 2011 12:37:22 +0000 (+0200) Subject: Kosmetik X-Git-Tag: release-2.7.0beta1~382 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a609123f3eecbd46a053326935663e8d540e88cb;p=kivitendo-erp.git Kosmetik --- diff --git a/templates/webpages/department/form.html b/templates/webpages/department/form.html index f95836d77..2dc0dd9d8 100644 --- a/templates/webpages/department/form.html +++ b/templates/webpages/department/form.html @@ -31,7 +31,7 @@

[% 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 %]