Revision 2bb06207
Von Werner Hahn vor fast 2 Jahren hinzugefügt
templates/design40_webpages/shop_part/_list_articles.html | ||
---|---|---|
14 | 14 |
|
15 | 15 |
[% IF SHOP_PARTS.size > 0 %] |
16 | 16 |
|
17 |
<table id="shoplist" class="tbl-list"> |
|
17 |
<div class="wrapper"> |
|
18 |
<table id="shoplist" class="tbl-list wi-moderate"> |
|
18 | 19 |
<thead> |
19 | 20 |
<tr> |
20 | 21 |
<th>[% L.checkbox_tag('check_all') %]</th> |
... | ... | |
137 | 138 |
[% END %] |
138 | 139 |
</tbody> |
139 | 140 |
</table> |
141 |
</div> |
|
140 | 142 |
|
141 | 143 |
<div class="wrapper"> |
142 | 144 |
<div class="buttons"> |
Auch abrufbar als: Unified diff
Design 4.0: Shoppartliste Tablle angepasst