X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fsimple_system_setting%2Fform.html;h=b30680e3444ba4944754607030177cbacd0a60e0;hb=634001fc54f883fb7de591cec80e6559802fe770;hp=26ca5b49fa781cecca140b40dba3b666bf9b39b7;hpb=464bf573847d115aa981454312d387c655599b47;p=kivitendo-erp.git diff --git a/templates/webpages/simple_system_setting/form.html b/templates/webpages/simple_system_setting/form.html index 26ca5b49f..b30680e34 100644 --- a/templates/webpages/simple_system_setting/form.html +++ b/templates/webpages/simple_system_setting/form.html @@ -14,13 +14,4 @@ [%- SET sub_file = "simple_system_setting/_" _ sub_form_template _ "_form.html"; INCLUDE $sub_file %] - -

- [% L.hidden_tag("action", "SimpleSystemSetting/dispatch") %] - [% L.submit_tag("action_" _ (SELF.object.id ? "update" : "create"), LxERP.t8("Save"), onclick="return kivi.validate_form('#form');") %] - [%- IF SELF.object.id && (!SELF.object.can("orphaned") || SELF.object.orphaned) && (!SELF.object.can("can_be_deleted") || SELF.object.can_be_deleted) -%] - [% L.submit_tag("action_delete", LxERP.t8("Delete"), confirm=LxERP.t8("Do you really want to delete this object?")) %] - [%- END %] - [%- LxERP.t8("Cancel") %] -