Revision a1ee1265
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
templates/webpages/ic/form_footer.html | ||
---|---|---|
28 | 28 |
<br style="clear: left" /> |
29 | 29 |
</div> |
30 | 30 |
|
31 |
[%- IF id %] |
|
32 |
<div id="sales_price_information" class="tabcontent"> |
|
33 |
[% PROCESS ic/sales_price_information.html id=id %] |
|
34 |
</div> |
|
35 |
[%- END %] |
|
36 |
|
|
31 | 37 |
[%- IF CUSTOM_VARIABLES.size %] |
32 | 38 |
<div id="custom_variables" class="tabcontent"> |
33 | 39 |
|
templates/webpages/ic/form_header.html | ||
---|---|---|
25 | 25 |
|
26 | 26 |
<ul id="maintab" class="shadetabs"> |
27 | 27 |
<li class="selected"><a href="#" rel="master_data">[% 'Basic Data' | $T8 %]</a></li> |
28 |
[%- IF id %] |
|
29 |
<li><a href="#" rel="sales_price_information">[% 'Price information' | $T8 %]</a></li> |
|
30 |
[%- END %] |
|
28 | 31 |
[%- IF CUSTOM_VARIABLES.size %] |
29 | 32 |
<li><a href="#" rel="custom_variables">[% 'Custom Variables' | $T8 %]</a></li> |
30 | 33 |
[%- END %] |
Auch abrufbar als: Unified diff
Tab für sales price information