Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_youtube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_youtube
Commits
ab36a723
Commit
ab36a723
authored
1 month ago
by
Alex Penczko
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] avoid duplicate labels
parent
16f71710
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resources/Private/Partials/Filters/Dropdown.html
+1
-0
1 addition, 0 deletions
Resources/Private/Partials/Filters/Dropdown.html
Resources/Private/Partials/Filters/TextField.html
+2
-1
2 additions, 1 deletion
Resources/Private/Partials/Filters/TextField.html
with
3 additions
and
1 deletion
Resources/Private/Partials/Filters/Dropdown.html
+
1
−
0
View file @
ab36a723
<div
class=
"sg-video-filter-container"
>
<label
class=
"form-label"
for=
"{pluginId}__{filter.name}__duration"
>
<span
class=
"visually-hidden"
>
{pluginId} {filter.name}
</span>
<select
class=
"form-select form-select-md"
id=
"{pluginId}__{filter.name}__duration"
name=
"{pluginId}__{filter.name}__duration"
autocomplete=
"off"
>
<option
selected
>
{f:translate(key: filter.label)}
</option>
...
...
This diff is collapsed.
Click to expand it.
Resources/Private/Partials/Filters/TextField.html
+
2
−
1
View file @
ab36a723
<div
class=
"sg-video-filter-container"
>
<label
class=
"form-label"
for=
"{pluginId}__{filter.name}__search"
>
{f:translate(key: filter.label)}
<span
class=
"visually-hidden"
>
{pluginId} {filter.name}
</span>
<input
class=
"form-control"
type=
"text"
id=
"{pluginId}__{filter.name}__search"
name=
"{pluginId}__{filter.name}__search"
value=
"{filterValues.{filter.name}.search}"
/>
name=
"{pluginId}__{filter.name}__search"
value=
"{filterValues.{filter.name}.search}"
autocomplete=
"on"
/>
</label>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment