diff --git a/Configuration/FlexForms/ListByCategory.xml b/Configuration/FlexForms/ListByCategory.xml index 27859b4793703294d2b9b4cb2dcf7f5a44a7e9d2..ce810dbe918861dc15a433ba3605ef3c6b0a607b 100644 --- a/Configuration/FlexForms/ListByCategory.xml +++ b/Configuration/FlexForms/ListByCategory.xml @@ -31,6 +31,7 @@ <type>select</type> <renderType>selectMultipleSideBySide</renderType> <size>5</size> + <minitems>1</minitems> <maxitems>99</maxitems> <foreign_table>pages</foreign_table> <foreign_table_where>AND pages.sys_language_uid IN (-1, 0) AND pages.doktype = 117 ORDER BY pages.title</foreign_table_where> diff --git a/Resources/Private/Language/de.locallang_db.xlf b/Resources/Private/Language/de.locallang_db.xlf index 1e2734a9ce2c39fe53d5dc12b660421f4bf0c7e1..af0288e6e827287f35a1d89ff65cac70859a560f 100644 --- a/Resources/Private/Language/de.locallang_db.xlf +++ b/Resources/Private/Language/de.locallang_db.xlf @@ -158,8 +158,8 @@ <target><![CDATA[Kategorien]]></target> </trans-unit> <trans-unit id="plugin.listByCategory.flexForm.categories.description" approved="yes"> - <source><![CDATA[If none are selected, only news subpages of the current page are taken into account. If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source> - <target><![CDATA[Falls keine ausgewählt werden, werden nur News-Unterseiten der aktuellen Seite beachtet. Falls mehr als eine Kategorie ausgewählt ist, bricht die Paginierung, deshalb muss sichergestellt werden, dass das Anzeigelimit ausreichend hoch eingestellt ist, dass alle News auf einer Seite angezeigt werden.]]></target> + <source><![CDATA[If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source> + <target><![CDATA[Falls mehr als eine Kategorie ausgewählt ist, bricht die Paginierung, deshalb muss sichergestellt werden, dass das Anzeigelimit ausreichend hoch eingestellt ist, dass alle News auf einer Seite angezeigt werden.]]></target> </trans-unit> <trans-unit id="plugin.listByCategory.flexForm.newsLimitPerPage" approved="yes"> <source><![CDATA[News Limit per Page]]></source> @@ -235,4 +235,4 @@ </trans-unit> </body> </file> -</xliff> \ No newline at end of file +</xliff> diff --git a/Resources/Private/Language/locallang_db.xlf b/Resources/Private/Language/locallang_db.xlf index 2f7acd303af9660f6a31869670a0547170f71b6c..d0b3cc707179a07d667fc042089cb9cf3939fcf0 100644 --- a/Resources/Private/Language/locallang_db.xlf +++ b/Resources/Private/Language/locallang_db.xlf @@ -121,7 +121,7 @@ <source><![CDATA[Categories]]></source> </trans-unit> <trans-unit id="plugin.listByCategory.flexForm.categories.description"> - <source><![CDATA[If none are selected, only news subpages of the current page are taken into account. If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source> + <source><![CDATA[If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source> </trans-unit> <trans-unit id="plugin.listByCategory.flexForm.newsLimitPerPage"> <source><![CDATA[News Limit per Page]]></source> @@ -179,4 +179,4 @@ </trans-unit> </body> </file> -</xliff> \ No newline at end of file +</xliff>