Lieferungen Tab bei Kunden ausblenden, wenn keine id vorhanden ist, weil sonst das...
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 30 Dec 2010 17:24:29 +0000 (18:24 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 30 Dec 2010 17:24:29 +0000 (18:24 +0100)
templates/webpages/ct/form_header.html

index ea73547..1473a71 100644 (file)
@@ -12,7 +12,9 @@
    <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">[% 'Contacts' | $T8 %]</a></li>
+[%- IF id %]
    <li><a href="#" rel="deliveries">[% 'Supplies' | $T8 %]</a></li>
+[%- END %]
    <li><a href="#" rel="vcnotes">[% 'Notes' | $T8 %]</a></li>
    [%- IF CUSTOM_VARIABLES.size %]
    <li><a href="#" rel="custom_variables">[% 'Custom Variables' | $T8 %]</a></li>