Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9d008023

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID 9d008023328fb217dc629bb14fa6b3b03d0c8965
  • Vorgänger ca72d317
  • Nachfolger 82498056

Neues Design Bugfix: Stammdaten -> Preisregeln: Checkboxen seltsam/verschoben

- div Block korrigiert
- margin in CSS hinzugefügt
- table id korrigiert (unique)
- less/css neu kompiliert

Unterschiede anzeigen:

css/less/control_panels.less
// PENDENT: ggf. anpassen an Controlpanel-Farbtoene
.tbl-horizontal {
//th{ color: @base-superdark ; }
margin-right: 1.6em;
}
}
css/style.css
padding: 0 !important;
margin: 0;
}
.toggle_panel .tbl-horizontal {
margin-right: 1.6em;
}
#content .input-panel {
display: inline-block;
overflow: hidden ;
templates/webpages/price_rule/_filter.html
</tbody>
</table>
<table id="filter_table" class="tbl-horizontal">
<table id="filter_table2" class="tbl-horizontal">
<caption>[% 'Dates' | $T8 %]</caption>
<tbody>
<tr>
......
<div class="col list">
<h3 class="caption">[% 'Has item type' | $T8 %]</h3>
<div>
[% FOREACH type = SELF.all_price_rule_item_types %]
[% L.checkbox_tag('filter.has_item_type[]', value=type.0, label=type.1, checked=filter.has_item_type_.${type.0}) %]<br>
<div>[% L.checkbox_tag('filter.has_item_type[]', value=type.0, label=type.1, checked=filter.has_item_type_.${type.0}) %]</div>
[% END %]
</div>
</div>
[% L.hidden_tag('sort_by', FORM.sort_by) %]
[% L.hidden_tag('sort_dir', FORM.sort_dir) %]

Auch abrufbar als: Unified diff