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

[TASK] Fixing some lang labels

parent 6c64b407
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ class EditOnClickViewHelper extends AbstractViewHelper { ...@@ -40,7 +40,7 @@ class EditOnClickViewHelper extends AbstractViewHelper {
* @param boolean $new * @param boolean $new
* @return string * @return string
*/ */
public function render($table, $uid, $new = FALSE) { public function render($table, $uid, $new = FALSE): string {
return BackendUtility::editOnClick('&edit[' . $table . '][' . $uid . ']=' . ($new ? 'new' : 'edit'), '', -1); return BackendUtility::editOnClick('&edit[' . $table . '][' . $uid . ']=' . ($new ? 'new' : 'edit'), '', -1);
} }
} }
\ No newline at end of file
<f:form action="list" controller="Route" method="post" objectName="filters" object="{filters}"> <f:form action="index" controller="Backend" method="post" objectName="filters" object="{filters}">
<div class="row"> <div class="row">
<div class="col-xs-6"> <div class="col-xs-6">
<div class="form-group"> <div class="form-group">
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-open.svg" width="16" height="16"> <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-open.svg" width="16" height="16">
</span> </span>
</span> </span>
<f:translate key="backend.filters.editCategory" /> <f:translate key="backend.filters.editLocation" />
</a> </a>
</div> </div>
</div> </div>
......
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
<source>Filter</source> <source>Filter</source>
<target>Filter</target> <target>Filter</target>
</trans-unit> </trans-unit>
<trans-unit id="backend.filters.editLocation" approved="yes">
<source>Edit selected location</source>
<target>Den ausgewählten Arbeitsort bearbeiten</target>
</trans-unit>
<trans-unit id="backend.filters.locations" approved="yes"> <trans-unit id="backend.filters.locations" approved="yes">
<source>Locations</source> <source>Locations</source>
<target>Arbeitsorte</target> <target>Arbeitsorte</target>
......
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
<trans-unit id="backend.filter"> <trans-unit id="backend.filter">
<source>Filter</source> <source>Filter</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.filters.editLocation">
<source>Edit selected location</source>
</trans-unit>
<trans-unit id="backend.filters.locations"> <trans-unit id="backend.filters.locations">
<source>Locations</source> <source>Locations</source>
</trans-unit> </trans-unit>
......
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