Revision 945e44a8
Von Sven Schöling vor fast 14 Jahren hinzugefügt
templates/webpages/ct/form_header.html | ||
---|---|---|
12 | 12 |
<li class="selected"><a href="#" rel="billing">[% 'Billing Address' | $T8 %]</a></li> |
13 | 13 |
<li><a href="#" rel="shipto">[% 'Shipping Address' | $T8 %]</a></li> |
14 | 14 |
<li><a href="#" rel="contacts">[% 'Contacts' | $T8 %]</a></li> |
15 |
[%- IF id %] |
|
15 | 16 |
<li><a href="#" rel="deliveries">[% 'Supplies' | $T8 %]</a></li> |
17 |
[%- END %] |
|
16 | 18 |
<li><a href="#" rel="vcnotes">[% 'Notes' | $T8 %]</a></li> |
17 | 19 |
[%- IF CUSTOM_VARIABLES.size %] |
18 | 20 |
<li><a href="#" rel="custom_variables">[% 'Custom Variables' | $T8 %]</a></li> |
Auch abrufbar als: Unified diff
Lieferungen Tab bei Kunden ausblenden, wenn keine id vorhanden ist, weil sonst das Query kaputt geht.