X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_status%2Fform.html;fp=templates%2Fwebpages%2Frequirement_spec_status%2Fform.html;h=0000000000000000000000000000000000000000;hp=8b034f98e09152a1357683e39835a8231ba3701a;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/requirement_spec_status/form.html b/templates/webpages/requirement_spec_status/form.html deleted file mode 100755 index 8b034f98e..000000000 --- a/templates/webpages/requirement_spec_status/form.html +++ /dev/null @@ -1,29 +0,0 @@ -[% USE HTML %][% USE L %][% USE LxERP %] -

[% FORM.title %]

- -
- -[%- INCLUDE 'common/flash.html' %] - - - - - - - - - - - -
[% LxERP.t8('Name') %][% L.select_tag("requirement_spec_status.name", SELF.valid_names, default = SELF.requirement_spec_status.name) %]
[% LxERP.t8('Description') %][% L.input_tag("requirement_spec_status.description", SELF.requirement_spec_status.description) %]
- -

- [% L.hidden_tag("id", SELF.requirement_spec_status.id) %] - [% L.hidden_tag("action", "RequirementSpecStatus/dispatch") %] - [% L.submit_tag("action_" _ (SELF.requirement_spec_status.id ? "update" : "create"), LxERP.t8('Save')) %] - [%- IF SELF.requirement_spec_status.id %] - [% L.submit_tag("action_destroy", LxERP.t8('Delete'), confirm=LxERP.t8('Do you really want to delete this object?')) %] - [%- END %] - [%- LxERP.t8('Abort') %] -

-