Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_cookie_optin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
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_cookie_optin
Commits
ac6d85d3
Commit
ac6d85d3
authored
3 years ago
by
Georgi Mateev
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX]
#153
Fix accessibility tabindex for the buttons and the footer links in the modal window
parent
e57f042e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resources/Private/Templates/Mustache/Template/Default.html
+6
-6
6 additions, 6 deletions
Resources/Private/Templates/Mustache/Template/Default.html
Resources/Private/Templates/Mustache/Template/Full.html
+7
-7
7 additions, 7 deletions
Resources/Private/Templates/Mustache/Template/Full.html
with
13 additions
and
13 deletions
Resources/Private/Templates/Mustache/Template/Default.html
+
6
−
6
View file @
ac6d85d3
...
...
@@ -24,9 +24,9 @@
</ul>
<div
class=
"sg-cookie-optin-box-button"
>
<button
class=
"sg-cookie-optin-box-button-accept-all"
>
{{{textEntries.accept_all_text}}}
</button>
<button
class=
"sg-cookie-optin-box-button-accept-specific"
>
{{{textEntries.accept_specific_text}}}
</button>
<button
class=
"sg-cookie-optin-box-button-accept-essential"
>
{{{textEntries.accept_essential_text}}}
</button>
<button
tabindex=
"1"
class=
"sg-cookie-optin-box-button-accept-all"
>
{{{textEntries.accept_all_text}}}
</button>
<button
tabindex=
"1"
class=
"sg-cookie-optin-box-button-accept-specific"
>
{{{textEntries.accept_specific_text}}}
</button>
<button
tabindex=
"1"
class=
"sg-cookie-optin-box-button-accept-essential"
>
{{{textEntries.accept_essential_text}}}
</button>
</div>
<ul
class=
"sg-cookie-optin-box-cookie-detail-list"
>
...
...
@@ -64,7 +64,7 @@
</div>
{{#cookieData}}
{{^index}}
<a
class=
"sg-cookie-optin-box-sublist-open-more-link"
href=
"#"
>
{{{textEntries.extend_table_link_text}}}
</a>
{{/index}}
{{^index}}
<a
tabindex=
"1"
class=
"sg-cookie-optin-box-sublist-open-more-link"
href=
"#"
>
{{{textEntries.extend_table_link_text}}}
</a>
{{/index}}
{{/cookieData}}
</li>
{{/cookieGroups}}
...
...
@@ -76,7 +76,7 @@
<div
class=
"sg-cookie-optin-box-footer"
>
<div
class=
"sg-cookie-optin-box-copyright"
>
<a
class=
"sg-cookie-optin-box-copyright-link{{#settings.disable_powered_by}} sg-cookie-optin-box-copyright-link-hidden{{/settings.disable_powered_by}}"
<a
tabindex=
"1"
class=
"sg-cookie-optin-box-copyright-link{{#settings.disable_powered_by}} sg-cookie-optin-box-copyright-link-hidden{{/settings.disable_powered_by}}"
href=
"https://www.sgalinski.de/typo3-produkte-webentwicklung/sgalinski-cookie-optin/"
target=
"_blank"
>
Powered by
<br>
sgalinski Cookie Opt In
...
...
@@ -89,7 +89,7 @@
<span
class=
"sg-cookie-optin-box-footer-divider"
>
|
</span>
{{/index}}
<a
class=
"sg-cookie-optin-box-footer-link"
href=
"{{url}}"
target=
"_blank"
>
{{{name}}}
</a>
<a
tabindex=
"1"
class=
"sg-cookie-optin-box-footer-link"
href=
"{{url}}"
target=
"_blank"
>
{{{name}}}
</a>
{{/footerLinks}}
</div>
...
...
This diff is collapsed.
Click to expand it.
Resources/Private/Templates/Mustache/Template/Full.html
+
7
−
7
View file @
ac6d85d3
...
...
@@ -14,7 +14,7 @@
{{#cookieGroups}}
<li
class=
"sg-cookie-optin-box-cookie-list-item"
>
<label
>
<input
class=
"sg-cookie-optin-checkbox"
<input
tabindex=
"1"
class=
"sg-cookie-optin-checkbox"
type=
"checkbox"
name=
"cookies[]"
value=
"{{groupName}}"
...
...
@@ -57,18 +57,18 @@
{{/cookieGroups}}
</ul>
<a
class=
"sg-cookie-optin-box-sublist-open-more-link"
href=
"#"
>
{{{textEntries.extend_table_link_text}}}
</a>
<a
tabindex=
"1"
class=
"sg-cookie-optin-box-sublist-open-more-link"
href=
"#"
>
{{{textEntries.extend_table_link_text}}}
</a>
<div
class=
"sg-cookie-optin-box-button"
>
<button
class=
"sg-cookie-optin-box-button-accept-essential"
>
{{{textEntries.accept_essential_text}}}
</button>
<button
class=
"sg-cookie-optin-box-button-accept-specific"
>
{{{textEntries.accept_specific_text}}}
</button>
<button
class=
"sg-cookie-optin-box-button-accept-all"
>
{{{textEntries.accept_all_text}}}
</button>
<button
tabindex=
"1"
class=
"sg-cookie-optin-box-button-accept-essential"
>
{{{textEntries.accept_essential_text}}}
</button>
<button
tabindex=
"1"
class=
"sg-cookie-optin-box-button-accept-specific"
>
{{{textEntries.accept_specific_text}}}
</button>
<button
tabindex=
"1"
class=
"sg-cookie-optin-box-button-accept-all"
>
{{{textEntries.accept_all_text}}}
</button>
</div>
<div
class=
"sg-cookie-optin-box-footer"
>
<div
class=
"sg-cookie-optin-box-footer-links"
>
<div
class=
"sg-cookie-optin-box-copyright{{#settings.disable_powered_by}} sg-cookie-optin-box-copyright-link-hidden{{/settings.disable_powered_by}}"
>
<a
class=
"sg-cookie-optin-box-copyright-link"
<a
tabindex=
"1"
class=
"sg-cookie-optin-box-copyright-link"
href=
"https://www.sgalinski.de/typo3-produkte-webentwicklung/sgalinski-cookie-optin/"
target=
"_blank"
>
Powered by sgalinski Cookie Opt In
...
...
@@ -81,7 +81,7 @@
<span
class=
"sg-cookie-optin-box-footer-divider"
>
|
</span>
{{/index}}
<a
class=
"sg-cookie-optin-box-footer-link"
href=
"{{url}}"
target=
"_blank"
>
{{name}}
</a>
<a
tabindex=
"1"
class=
"sg-cookie-optin-box-footer-link"
href=
"{{url}}"
target=
"_blank"
>
{{name}}
</a>
{{/footerLinks}}
</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