SimpleSystemSetting: Umstellung von »Pflichtenhefte« → »Pflichtenhefttypen«
[kivitendo-erp.git] / templates / webpages / requirement_spec_type / form.html
diff --git a/templates/webpages/requirement_spec_type/form.html b/templates/webpages/requirement_spec_type/form.html
deleted file mode 100755 (executable)
index a965c86..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-[% USE HTML %][% USE L %][% USE LxERP %]
-<h1>[% FORM.title %]</h1>
-
- <form method="post" action="controller.pl">
-
-[%- INCLUDE 'common/flash.html' %]
-
-  <table>
-   <tr>
-    <td>[% LxERP.t8('Description') %]</td>
-    <td>[% L.input_tag("requirement_spec_type.description", SELF.requirement_spec_type.description) %]</td>
-   </tr>
-
-   <tr>
-    <td>[% LxERP.t8('Print template base file name') %]<sup>(1)</sup></td>
-    <td>[% L.input_tag("requirement_spec_type.template_file_name", SELF.requirement_spec_type.template_file_name) %]</td>
-   </tr>
-
-   <tr>
-    <td>[% LxERP.t8('Section number format') %]<sup>(2)</sup></td>
-    <td>[% L.input_tag("requirement_spec_type.section_number_format", SELF.requirement_spec_type.section_number_format, size="15") %]</td>
-   </tr>
-
-   <tr>
-    <td>[% LxERP.t8('Function block number format') %]<sup>(2)</sup></td>
-    <td>[% L.input_tag("requirement_spec_type.function_block_number_format", SELF.requirement_spec_type.function_block_number_format, size="15") %]</td>
-   </tr>
-  </table>
-
-  <p>
-   [% L.hidden_tag("id", SELF.requirement_spec_type.id) %]
-   [% L.hidden_tag("action", "RequirementSpecType/dispatch") %]
-   [% L.submit_tag("action_" _ (SELF.requirement_spec_type.id ? "update" : "create"), LxERP.t8('Save')) %]
-   [%- IF SELF.requirement_spec_type.id %]
-    [% L.submit_tag("action_destroy", LxERP.t8('Delete'), confirm=LxERP.t8('Do you really want to delete this object?')) %]
-   [%- END %]
-   <a href="[% SELF.url_for(action => 'list') %]">[%- LxERP.t8('Abort') %]</a>
-  </p>
-
-  <p>
-   <sup>(1)</sup>: [% LxERP.t8("The base file name without a path or an extension to be used for printing for this type of requirement spec.") %]
-   <br>
-   <sup>(2)</sup>: [% LxERP.t8('The numbering will start at 1 with each requirement spec.') %]
-  </p>
- </form>