]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ct/form_header.html
@sven s: warum warten? Patch aus Kundenprojekt, der einige Felder in customer auf...
[mfinanz.git] / templates / webpages / ct / form_header.html
index 2c95fac4088c454f21b942174e0cdf12531268aa..a6f2ceb5610fd0e54c454f1c385dd899a0be5d63 100644 (file)
@@ -1,16 +1,16 @@
 [%- USE T8 %]
 [% USE HTML %][% USE LxERP %]
-<body onLoad="fokus()">
+<body>
 
  <div class="listtop">[% title %]</div>
 
- <form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
+ <form method="post" name="ct" action="ct.pl" >
 
   <ul id="maintab" class="shadetabs">
    <li class="selected"><a href="#" rel="billing">[% 'Billing Address' | $T8 %]</a></li>
    <li><a href="#" rel="shipto">[% 'Shipping Address' | $T8 %]</a></li>
-   <li><a href="#" rel="contacts">Ansprechpartner</a></li>
-   <li><a href="#" rel="deliveries">[% 'Lieferungen' | $T8 %]</a></li>
+   <li><a href="#" rel="contacts">[% 'Contacts' | $T8 %]</a></li>
+   <li><a href="#" rel="deliveries">[% 'Supplies' | $T8 %]</a></li>
    <li><a href="#" rel="vcnotes">[% 'Notes' | $T8 %]</a></li>
    [%- IF CUSTOM_VARIABLES.size %]
    <li><a href="#" rel="custom_variables">[% 'Custom Variables' | $T8 %]</a></li>
      </tr>
 
      <tr>
-      <th align="right" nowrap>[% 'Homepage' | $T8 %]</th>
-      <td><input name="homepage" size="45" value="[% HTML.escape(homepage) %]"></td>
+      <th align="right" nowrap>
+      [% IF homepage %]<a href="[% HTML.escape(homepage) %]" title="[% 'Open this Website' | $T8 %]" target="_blank">[% 'Homepage' | $T8 %]</a>
+      [% ELSE %][% 'Homepage' | $T8 %]
+      [% END %]
+      </th>
+      <td><input name="homepage" size="45" title="[% 'Example: http://lx-office.org' | $T8 %]" value="[% HTML.escape(homepage) %]"></td>
      </tr>
     </table>
 
 
     <table>
      <tr>
-      <th align="left" nowrap>[% 'Notes' | $T8 %]</th>
+      <th align="left" nowrap>[% 'Internal Notes' | $T8 %]</th>
      </tr>
 
      <tr>
     <table>
      <input type="hidden" name="cp_id" value="[% HTML.escape(cp_id) %]">
      <tr>
-      <th align="right">[% 'Ansprechpartner' | $T8 %]</th>
+      <th align="left">[% 'Contacts' | $T8 %]</th>
       <td>
        [%- INCLUDE generic/multibox.html
              name       = 'cp_id',