Skip to content

Commit 70fe9e1

Browse files
Fix missing filterbar
1 parent 251f66c commit 70fe9e1

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

web/skins/classic/views/montagereview.php

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -274,17 +274,15 @@
274274
<input type="hidden" name="view" value="montagereview"/>
275275
<div id="header">
276276
<?php
277-
$html = '<a class="flip" href="#"
278-
data-flip-сontrol-object="#mfbpanel"
279-
data-flip-сontrol-run-after-func="applyChosen drawGraph"
280-
data-flip-сontrol-run-after-complet-func="changeScale">
281-
<i id="mfbflip" class="material-icons md-18" data-icon-visible="filter_alt_off" data-icon-hidden="filter_alt"></i>
282-
</a>'.PHP_EOL;
283-
$html .= '<div id="mfbpanel" class="hidden-shift container-fluid">'.PHP_EOL;
284-
echo $html;
285-
?>
286-
<?php echo $filter_bar ?>
287-
<?php
277+
$html = '<a class="flip" href="#"
278+
data-flip-сontrol-object="#mfbpanel"
279+
data-flip-сontrol-run-after-func="applyChosen drawGraph"
280+
data-flip-сontrol-run-after-complet-func="changeScale">
281+
<i id="mfbflip" class="material-icons md-18" data-icon-visible="filter_alt_off" data-icon-hidden="filter_alt"></i>
282+
</a>'.PHP_EOL;
283+
$html .= '<div id="mfbpanel" class="hidden-shift container-fluid">'.PHP_EOL;
284+
echo $html;
285+
echo $filterbar;
288286
if (count($filter->terms())) {
289287
echo $filter->simple_widget();
290288
}

0 commit comments

Comments
 (0)