File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 274
274
<input type="hidden" name="view" value="montagereview"/>
275
275
<div id="header">
276
276
<?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 ;
288
286
if (count ($ filter ->terms ())) {
289
287
echo $ filter ->simple_widget ();
290
288
}
You can’t perform that action at this time.
0 commit comments