Skip to content

Commit

Permalink
Take out wunderbyte Table heading
Browse files Browse the repository at this point in the history
  • Loading branch information
georgmaisser committed Jun 24, 2024
1 parent 46d70a3 commit ce05011
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions templates/local_wunderbyte_table/component_filter.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,11 @@
}}

{{#filter}}
<div class="pl-3 d-flex justify-content-start align-items-center mb-2">
<i class="fa-solid fa-filter h4 mb-0"></i>
<h4 class="pl-3 mb-0 font-weight-normal">
{{#str}} filter_heading, local_wunderbyte_table {{/str}}
</h4>
</div>
<div class="wunderbyteTableFilter row">
{{#categories}}
<div class="col dropdowncontainer dd">
<div class="dropdown">
<button
<button
{{#expanded}}
aria-expanded="true"
{{/expanded}}
Expand All @@ -160,7 +154,7 @@
<div class="dropdown-menu">
<div class="mt-2 ml-2 mr-2 {{show}}" id="id_collapse_{{columnname}}">
<label class="pl-4 labelsearch">
<span class="h6 small">{{ columnname }}</span>
<span class="h6 small">{{ columnname }}</span>
</label>
<input class="search form-control mb-2 filtersearch" name="filtersearch-{{columnname}}" placeholder="{{#str}}search, core{{/str}}" hidden>
{{#default}}
Expand Down

0 comments on commit ce05011

Please sign in to comment.