Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tub-floorplan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tobias Zeumer
tub-floorplan
Commits
8b3398c8
Commit
8b3398c8
authored
Aug 16, 2019
by
Tobias Zeumer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing aria-labels for buttons
parent
3b565ed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.php
index.php
+4
-4
No files found.
index.php
View file @
8b3398c8
...
@@ -441,14 +441,14 @@
...
@@ -441,14 +441,14 @@
<p><label
class=
"switch"
><input
type=
"checkbox"
checked=
"checked"
id=
"tgl_roomid"
autocomplete=
"off"
><span
class=
"sliderToggle round"
></span></label>
<label
for=
"tgl_roomid"
lang=
"de"
data-lang-token=
"tgl_roomid"
>
Raumnummern
</label></p>
<p><label
class=
"switch"
><input
type=
"checkbox"
checked=
"checked"
id=
"tgl_roomid"
autocomplete=
"off"
><span
class=
"sliderToggle round"
></span></label>
<label
for=
"tgl_roomid"
lang=
"de"
data-lang-token=
"tgl_roomid"
>
Raumnummern
</label></p>
<p><label
class=
"switch"
><input
type=
"checkbox"
id=
"tgl_lbl"
checked=
"checked"
autocomplete=
"off"
><span
class=
"sliderToggle round"
></span></label>
<label
for=
"tgl_lbl"
lang=
"de"
data-lang-token=
"tgl_lbl"
>
Systematik
</label></p>
<p><label
class=
"switch"
><input
type=
"checkbox"
id=
"tgl_lbl"
checked=
"checked"
autocomplete=
"off"
><span
class=
"sliderToggle round"
></span></label>
<label
for=
"tgl_lbl"
lang=
"de"
data-lang-token=
"tgl_lbl"
>
Systematik
</label></p>
<p><label
class=
"switch"
><input
type=
"checkbox"
id=
"tgl_staffview"
autocomplete=
"off"
><span
class=
"sliderToggle round"
></span></label>
<label
for=
"tgl_staffview"
lang=
"de"
data-lang-token=
"tgl_staffview"
>
Spezial
</label></p>
<p><label
class=
"switch"
><input
type=
"checkbox"
id=
"tgl_staffview"
autocomplete=
"off"
><span
class=
"sliderToggle round"
></span></label>
<label
for=
"tgl_staffview"
lang=
"de"
data-lang-token=
"tgl_staffview"
>
Spezial
</label></p>
<p><button
id=
"savePng"
lang=
"de"
data-lang-token=
"downloadPng"
style=
"margin: auto auto;"
>
Pläne herunterladen
</button></p>
<p><button
id=
"savePng"
lang=
"de"
data-lang-token=
"downloadPng"
style=
"margin: auto auto;"
aria-label=
"Download maps"
>
Pläne herunterladen
</button></p>
</div>
</div>
<button
id=
"widget_btn_settings"
class=
"iconbutton"
aria-label=
"Show settings"
><svg
class=
"icon"
><use
xlink:href=
"res/symbols.svg#icon-cog"
></use></svg></button>
<button
id=
"widget_btn_settings"
class=
"iconbutton"
aria-label=
"Show settings"
><svg
class=
"icon"
><use
xlink:href=
"res/symbols.svg#icon-cog"
></use></svg></button>
</div>
</div>
<div
id=
"widget-zoom"
>
<div
id=
"widget-zoom"
>
<button
class=
"zoom-in btn_zoom"
title=
"Zoom In"
>
+
</button>
<button
class=
"zoom-in btn_zoom"
title=
"Zoom In"
aria-label=
"Zoom in"
>
+
</button>
<button
class=
"zoom-reset btn_zoom"
title=
"Reset Zoom"
>
Reset
</button>
<button
class=
"zoom-reset btn_zoom"
title=
"Reset Zoom"
aria-label=
"Reset zoom"
>
Reset
</button>
<button
class=
"zoom-out btn_zoom"
title=
"Zoom Out"
>
-
</button>
<button
class=
"zoom-out btn_zoom"
title=
"Zoom Out"
aria-label=
"Zoom out"
>
-
</button>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment