Pflichtenheft: Projektverknüpfung anlegen, bearbeiten
[kivitendo-erp.git] / templates / webpages / requirement_spec / _show_basic_settings.html
index 83b6d1e..db7bf49 100644 (file)
   <p>[% LxERP.t8("This requirement spec is currently not linked to a project.") %]</p>
 
  [% ELSE %]
-  <table>
-   <tr class="listrow">
-    <td>[% LxERP.t8("Project Number") %]:</td>
-    <td>[% HTML.escape(SELF.requirement_spec.project.projectnumber) %]</td>
-   </tr>
-
-   <tr class="listrow">
-    <td>[% LxERP.t8("Description") %]:</td>
-    <td>[% HTML.escape(SELF.requirement_spec.project.description) %]</td>
-   </tr>
-
-   <tr class="listrow">
-    <td>[% LxERP.t8("Customer") %]:</td>
-    <td>[% HTML.escape(SELF.requirement_spec.project.customer.name) %]</td>
-   </tr>
-
-   <tr class="listrow">
-    <td>[% LxERP.t8("Type") %]:</td>
-    <td>[% HTML.escape(SELF.requirement_spec.project.project_type.description) %]</td>
-   </tr>
-
-   <tr class="listrow">
-    <td>[% LxERP.t8("Status") %]:</td>
-    <td>[% HTML.escape(SELF.requirement_spec.project.project_status.description) %]</td>
-   </tr>
-  </table>
-
+  [% INCLUDE 'requirement_spec/_project_link_details.html' requirement_spec=SELF.requirement_spec %]
  [% END %]
 [% END %]
 </div>