Merge branch 'master' of ssh://git-bblessmann@lx-office.linet-services.de/~/lx-office-erp
[kivitendo-erp.git] / templates / webpages / ic / form_header.html
index 1063fa5..1b3ea9a 100644 (file)
@@ -6,7 +6,7 @@
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/parts_language_selection.js"></script>
 
- <p><div class="listtop">[% title %]</div></p>
+ <p><div class="listtop">[% title %]  [% HTML.escape(partnumber) %]  [% HTML.escape(description) %]</div></p>
 
  <form method="post" name="ic" action="[% script %]">
 
@@ -24,7 +24,7 @@
   <input name="original_partnumber" type="hidden" value="[% HTML.escape(original_partnumber) %]">
 
   <ul id="maintab" class="shadetabs">
-   <li class="selected"><a href="#" rel="master_data">[% 'Master Data' | $T8 %]</a></li>
+   <li class="selected"><a href="#" rel="master_data">[% 'Basic Data' | $T8 %]</a></li>
    [%- IF CUSTOM_VARIABLES.size %]
    <li><a href="#" rel="custom_variables">[% 'Custom Variables' | $T8 %]</a></li>
    [%- END %]
            <td>
             <table>
              <tr>
-              <th align="left">[% 'Notes' | $T8 %]</th>
+              <th align="left">[% 'Part Notes' | $T8 %]</th>
               [%- UNLESS is_service %]
               <th align="left">[% 'Formula' | $T8 %]</th>
               [%- END %]
            </td>
           </tr>
         [%- END %]
-        [%- UNLESS is_service %]
           <tr>
            <th align="right" nowrap>[% 'On Hand' | $T8 %]</th>
            <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]">&nbsp;[% LxERP.format_amount(onhand) %]</th>
            <th align="right" nowrap><label for="not_discountable">[% 'Not Discountable' | $T8 %]</label></th>
            <td><input class="checkbox" type="checkbox" name="not_discountable" id="not_discountable" value="1" [% IF not_discountable %]checked[% END %]></td>
           </tr>
-        [%- END %]
         [%- IF id %]
           <tr>
            <th align="right" nowrap="true"><label for="obsolete">[% 'Obsolete' | $T8 %]</label></th>