Feature #65020
closedEpic #83669: Improve file list / file browser
Add configuration option for file_upload.select-and-submit
100%
Description
In the method renderPossibleRecordsSelectorTypeGroupDB it's possible to use $config['appearance']['createNewRelationLinkTitle'] to change the default text of the button for FAL-records.
The Button for file-uploads is always filled with $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xlf:file_upload.select-and-submit', TRUE) and therefore the text is not configurable (on this level ?).
Updated by Riccardo De Contardi over 7 years ago
- Tracker changed from Bug to Feature
- Category set to Backend User Interface
- Target version set to 9 LTS
"Add media by URL" button text is also not adjustable
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for Major Version
Updated by Benni Mack over 4 years ago
- Status changed from New to Needs Feedback
I get your point.
The one button says "Create new record" and its possible to give it a label like "Add new category" - which is OK IMHO.
BUT changing "Select and Upload" and "Add media by URL" - Why would one want to change this at all? On a per - TCA level? One can override labels through locallangXMLOverride but apart from that, I'm not sure we should have more TCA configuration options for these edge cases.
Updated by David Bruchmann over 4 years ago
Some of the texts in my opinion are perhaps improvable but the user-interface might be just more intuitive if the text is related to the detailed options.
example "Add media by URL":
Allowing only PDFs its a bit confusing when the user reads about "media", in this case it would be much better for the user if its written "Add PDF by URL".
Depending on the context it could be even "Add PDF-Report by URL" and in another upload option in the same form "Add PDF-Analysis by URL".
I know it sounds like a very small change but I think individual adjustments of these small texts can make the system easier to use.
Updated by Gerrit Code Review over 1 year ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78190
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78190
Updated by Benni Mack over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a53a3c7df5f4ea09b6e447e3673f6d274d7a0882.