mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 12:28:06 +01:00
Wall Filter Columns
This commit is contained in:
parent
ca880174e1
commit
7222df29af
@ -156,13 +156,13 @@ class WallStreamFilterNavigation extends FilterNavigation
|
||||
|
||||
$this->addFilterBlock(static::FILTER_BLOCK_DATE_FROM, [
|
||||
'title' => Yii::t('StreamModule.filter', 'Date from'),
|
||||
'sortOrder' => 100
|
||||
], static::PANEL_COLUMN_4);
|
||||
'sortOrder' => 500
|
||||
], static::PANEL_COLUMN_2);
|
||||
|
||||
$this->addFilterBlock(static::FILTER_BLOCK_DATE_TO, [
|
||||
'title' => Yii::t('StreamModule.filter', 'Date to'),
|
||||
'sortOrder' => 200
|
||||
], static::PANEL_COLUMN_4);
|
||||
'sortOrder' => 600
|
||||
], static::PANEL_COLUMN_2);
|
||||
|
||||
|
||||
if(TopicPicker::showTopicPicker(ContentContainerHelper::getCurrent())) {
|
||||
|
@ -36,7 +36,6 @@ $panelColumn4Blocks = isset($panels[WallStreamFilterNavigation::PANEL_COLUMN_4])
|
||||
<?= FilterPanel::widget(['blocks' => $panelColumn1Blocks, 'span' => count($panels)])?>
|
||||
<?= FilterPanel::widget(['blocks' => $panelColumn2Blocks, 'span' => count($panels)])?>
|
||||
<?= FilterPanel::widget(['blocks' => $panelColumn3Blocks, 'span' => count($panels)])?>
|
||||
<?= FilterPanel::widget(['blocks' => $panelColumn4Blocks, 'span' => count($panels)])?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user