Skip to content

Commit

Permalink
[TASK] Update display of "DB check" > "Full search"
Browse files Browse the repository at this point in the history
To improve accessibility, labels have been added to various form fields
in the "Full search" area. In this process, existing hard-coded label
texts were moved to the corresponding XLF file and their names were
partially updated.

In the results list, all action buttons now have a link title.

Form fields that previously ran across the entire screen width were
limited in width to improve readability.

Resolves: #103443
Releases: main
Change-Id: I713d659a3d9ad4f00fb38cf60529fe24f81d8fd9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83552
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com>
  • Loading branch information
minapok committed Apr 10, 2024
1 parent 51f8e8c commit 7d9bd7f
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 134 deletions.
Expand Up @@ -13,7 +13,7 @@
<source>"%s" query entry removed!</source>
</trans-unit>
<trans-unit id="undelete_only" resname="undelete_only">
<source>undelete</source>
<source>Undelete</source>
</trans-unit>
</body>
</file>
Expand Down
Expand Up @@ -92,7 +92,6 @@ public function seeDatabaseRelations(ApplicationTester $I): void
public function seeFullSearch(ApplicationTester $I, ModalDialog $modalDialog): void
{
$this->goToPageAndSeeHeadline($I, 'Full search', 'Search whole Database');
$I->see('Search options', 'h2');

// Fill in search phrase and check results
$I->fillField('input[name="SET[sword]"]', 'styleguide demo group 1');
Expand Down

0 comments on commit 7d9bd7f

Please sign in to comment.