Revision 032baadc
templates/webpages/part/_basic_data.html | ||
---|---|---|
181 | 181 |
<td> |
182 | 182 |
<span id='bin'> |
183 | 183 |
[% IF SELF.part.warehouse.id %] |
184 |
[% L.select_tag('part.bin_id', SELF.part.warehouse.bins_sorted_naturally, default=SELF.part.bin.id, title_key='description', with_empty=0, class='wi-lightwide') %]
|
|
184 |
[% L.select_tag('part.bin_id', SELF.part.warehouse.bins_sorted_naturally, default=SELF.part.bin.id, title_key='description', with_empty=0) %] |
|
185 | 185 |
[%- END %] |
186 | 186 |
</span> |
187 | 187 |
</td> |
Auch abrufbar als: Unified diff
nur css klassen verwenden, die auch verfügbar sind