[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%] [% SET style="width: 400px" %] [% SET size=15 %]

[% HTML.escape(title) %]

[%- INCLUDE "common/flash.html" %]
[%- L.hidden_tag("type", SELF.type) %] [%- L.hidden_tag("id", SELF.object.id) %] [%- 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) -%] [% L.submit_tag("action_delete", LxERP.t8("Delete"), confirm=LxERP.t8("Do you really want to delete this object?")) %] [%- END %] [%- LxERP.t8("Cancel") %]