diff --git a/bricks.xml b/bricks.xml index f214d916e8edf7078fdbc72caecc22b502e740f3..bb76ced9c4ec5944bc0956f5e0ee5fa9cf95b158 100644 --- a/bricks.xml +++ b/bricks.xml @@ -878,10 +878,10 @@ <!-- sites listing --> <brick control="\QUI\Bricks\Controls\Children\Listing"> <title> - <locale group="quiqqer/bricks" var="bricks.control.list.aaaaaaaaaaaaaaa" /> + <locale group="quiqqer/bricks" var="bricks.list.title" /> </title> <description> - <locale group="quiqqer/bricks" var="bricks.control.list.description" /> + <locale group="quiqqer/bricks" var="bricks.list.description" /> </description> <settings> diff --git a/src/QUI/Bricks/Controls/Children/Listing.php b/src/QUI/Bricks/Controls/Children/Listing.php index 78f9e4d93ec53c51d2109c8879196e13e12c46fa..c92c6ae60af2e214d930a61727ce020f8b44ae85 100644 --- a/src/QUI/Bricks/Controls/Children/Listing.php +++ b/src/QUI/Bricks/Controls/Children/Listing.php @@ -61,6 +61,7 @@ public function getBody() $Control->setAttribute('showTime', $this->getAttribute('showTime')); $Control->setAttribute('showDate', $this->getAttribute('showDate')); $Control->setAttribute('showCreator', $this->getAttribute('showCreator')); + $Control->setAttribute('Site', false); return $Control->create(); }