Revision 0f8f16fd
Von Werner Hahn vor etwa 7 Jahren hinzugefügt
templates/webpages/part/form.html | ||
---|---|---|
41 | 41 |
[%- IF CUSTOM_VARIABLES.size %] |
42 | 42 |
<li><a href="#custom_variables">[% 'Custom Variables' | $T8 %]</a></li> |
43 | 43 |
[%- END %] |
44 |
<li><a href="#shop_variables">[% 'Shop variables' | $T8 %]</a></li> |
|
44 | 45 |
</ul> |
45 | 46 |
|
46 | 47 |
<div id="basic_data"> |
... | ... | |
67 | 68 |
<div id="sales_price_information"> |
68 | 69 |
[% PROCESS part/_sales_price_information.html id=SELF.part.id %] |
69 | 70 |
</div> |
71 |
<div id="shop_variables"> |
|
72 |
[% PROCESS 'part/_shop.html' %] |
|
73 |
</div> |
|
70 | 74 |
[%- END %] |
71 | 75 |
|
72 | 76 |
[%- IF CUSTOM_VARIABLES.size %] |
Auch abrufbar als: Unified diff
Shopmodul: Templateanpassung an neuen Partcontroller