Skip to content
Snippets Groups Projects
Commit 57614bed authored by Tim Wagner's avatar Tim Wagner
Browse files

[BUGFIX] Privacy page selection has broken title and too many options

The title of the pop-up button was broken due to a typo.
Also, it was possible to set non-page links for the privacy policy page.
These options are disabled now.
parent 063d94b2
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@
<fieldControl>
<linkPopup>
<options>
<title>LLL:EXT:sj_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs.application_privacyPolicyPage_formlabel</title>
<title>LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs.application_privacyPolicyPage_formlabel</title>
<blindLinkOptions>file,mail,spec,folder</blindLinkOptions>
</options>
</linkPopup>
</fieldControl>
......@@ -52,4 +53,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
\ No newline at end of file
</T3DataStructure>
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