From a609123f3eecbd46a053326935663e8d540e88cb Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 17 Jun 2011 14:37:22 +0200 Subject: [PATCH] Kosmetik --- templates/webpages/department/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.20.1