Skip to content
Snippets Groups Projects
Commit 9a490598 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Adding missing filter labels

parent 9ec1e0ca
No related branches found
No related tags found
1 merge request!5Feature 5 2 0
......@@ -29,7 +29,7 @@
<source>Go to News Content</source>
<target>Zum News-Content</target>
</trans-unit>
<trans-unit id="backend.button.goToNewsModule">
<trans-unit id="backend.button.goToNewsModule" approved="yes">
<source>Go to News Module</source>
<target>Zum News-Modul</target>
</trans-unit>
......@@ -85,6 +85,14 @@
<source>License Key</source>
<target>Lizenzschlüssel</target>
</trans-unit>
<trans-unit id="frontend.filter.category" approved="yes">
<source>Category</source>
<target>Kategorie</target>
</trans-unit>
<trans-unit id="frontend.filter.tag" approved="yes">
<source>Tag</source>
<target>Tag</target>
</trans-unit>
<trans-unit id="frontend.overview.allTabLabel" approved="yes">
<source>All</source>
<target>Alle</target>
......
......@@ -66,6 +66,12 @@
<trans-unit id="configuration.licenseKey">
<source>License Key</source>
</trans-unit>
<trans-unit id="frontend.filter.category">
<source>Category</source>
</trans-unit>
<trans-unit id="frontend.filter.tag">
<source>Tag</source>
</trans-unit>
<trans-unit id="frontend.overview.allTabLabel">
<source>All</source>
</trans-unit>
......
......@@ -4,11 +4,10 @@
<f:section name="main">
<div id="sgnews-newslist">
<f:render partial="Filter" arguments="{controller: 'OverviewController', action: 'overviewWithoutCategories', categories: categories,
<f:render partial="Filter" arguments="{controller: 'OverviewController', action: 'overview', categories: categories,
tags: tags, selectedTag: selectedTag, selectedCategory: selectedCategory}" />
</div>
<br />
<div class="tx-sgnews-overview">
<ul class="tx-sgnews-list row">
<f:for each="{newsMetaData}" as="newsMetaDataEntry">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment