mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Make API Keys table more accessible to screen readers
This commit is contained in:
parent
8da3735118
commit
9cd6627eed
2 changed files with 7 additions and 5 deletions
|
@ -4,18 +4,19 @@
|
||||||
<div class="detailSectionHeader">
|
<div class="detailSectionHeader">
|
||||||
<h2 style="margin:.6em 0;vertical-align:middle;display:inline-block;">${HeaderApiKeys}</h2>
|
<h2 style="margin:.6em 0;vertical-align:middle;display:inline-block;">${HeaderApiKeys}</h2>
|
||||||
<button is="emby-button" type="button" class="fab btnNewKey submit" style="margin-left:1em;" title="${ButtonAdd}">
|
<button is="emby-button" type="button" class="fab btnNewKey submit" style="margin-left:1em;" title="${ButtonAdd}">
|
||||||
<span class="material-icons add"></span>
|
<span class="material-icons add" aria-hidden="true"></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<p>${HeaderApiKeysHelp}</p>
|
<p>${HeaderApiKeysHelp}</p>
|
||||||
<br />
|
<br />
|
||||||
<table class="tblApiKeys detailTable">
|
<table class="tblApiKeys detailTable">
|
||||||
|
<caption class="clipForScreenReader">${ApiKeysCaption}</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="detailTableHeaderCell"></th>
|
<th scope="col" class="detailTableHeaderCell"></th>
|
||||||
<th class="detailTableHeaderCell">${HeaderApiKey}</th>
|
<th scope="col" class="detailTableHeaderCell">${HeaderApiKey}</th>
|
||||||
<th class="detailTableHeaderCell">${HeaderApp}</th>
|
<th scope="col" class="detailTableHeaderCell">${HeaderApp}</th>
|
||||||
<th class="detailTableHeaderCell">${HeaderDateIssued}</th>
|
<th scope="col" class="detailTableHeaderCell">${HeaderDateIssued}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="resultBody"></tbody>
|
<tbody class="resultBody"></tbody>
|
||||||
|
|
|
@ -311,6 +311,7 @@
|
||||||
"HeaderApiKey": "API Key",
|
"HeaderApiKey": "API Key",
|
||||||
"HeaderApiKeys": "API Keys",
|
"HeaderApiKeys": "API Keys",
|
||||||
"HeaderApiKeysHelp": "External applications are required to have an API key in order to communicate with Jellyfin Server. Keys are issued by logging in with a Jellyfin account, or by manually granting the application a key.",
|
"HeaderApiKeysHelp": "External applications are required to have an API key in order to communicate with Jellyfin Server. Keys are issued by logging in with a Jellyfin account, or by manually granting the application a key.",
|
||||||
|
"ApiKeysCaption": "List of the currently enable API keys",
|
||||||
"HeaderApp": "App",
|
"HeaderApp": "App",
|
||||||
"HeaderAppearsOn": "Appears On",
|
"HeaderAppearsOn": "Appears On",
|
||||||
"HeaderAudioBooks": "Audio Books",
|
"HeaderAudioBooks": "Audio Books",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue