Skip to content

Commit

Permalink
Merge pull request #126 from contao-estatemanager/develop
Browse files Browse the repository at this point in the history
Various templates made searchable
  • Loading branch information
doishub authored Aug 6, 2020
2 parents 46ade93 + c3bcbb9 commit e40b335
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Resources/contao/templates/modules/expose_mod_texts.html5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php $this->extend('block_unsearchable'); ?>
<?php $this->extend('block_searchable'); ?>

<?php $this->block('content'); ?>

Expand All @@ -20,4 +20,4 @@

<?php endforeach; ?>

<?php $this->endblock(); ?>
<?php $this->endblock(); ?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php $this->extend('block_unsearchable'); ?>
<?php $this->extend('block_searchable'); ?>

<?php $this->block('content'); ?>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php $this->extend('block_unsearchable'); ?>
<?php $this->extend('block_searchable'); ?>

<?php $this->block('content'); ?>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php $this->extend('block_unsearchable'); ?>
<?php $this->extend('block_searchable'); ?>

<?php $this->block('content'); ?>

Expand All @@ -9,4 +9,4 @@
<?= $this->pagination ?>
<?php endif; ?>

<?php $this->endblock(); ?>
<?php $this->endblock(); ?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php $this->extend('block_unsearchable'); ?>
<?php $this->extend('block_searchable'); ?>

<?php $this->block('content'); ?>
<?php if ($this->addCountLabel): ?>
Expand Down

0 comments on commit e40b335

Please sign in to comment.