Pflichtenhefte: Druckvorlagendateinamen bei Pflicthenhefttypen festlegen können
[kivitendo-erp.git] / templates / webpages / requirement_spec_type / form.html
index 36f2923..814e49d 100755 (executable)
     <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>
   </table>
 
   <p>
@@ -21,4 +26,8 @@
    [%- 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.") %]
+  </p>
  </form>