Bugzilla – Attachment 121895 Details for
Bug 28243
Accessibility: Staff interface - add captions to tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28243: admin folder
Bug-28243-admin-folder.patch (text/plain), 43.94 KB, created by
Wainui Witika-Park
on 2021-06-13 05:02:46 UTC
(
hide
)
Description:
Bug 28243: admin folder
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-06-13 05:02:46 UTC
Size:
43.94 KB
patch
obsolete
>From d4a05f54251a3a710d964ec659e043f0c6bfc663 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Thu, 10 Jun 2021 00:36:13 +0000 >Subject: [PATCH] Bug 28243: admin folder > >Added captions to tables for accessibility purposes, some of these >include class="sr-only" so that they are not visible, but they are still >present for those who use screen-readers. > >To test: >1) Apply patch and dependencies >2) Go to Staff Client >3) Go to Koha Administration >4) Go to each of the pages/files and check if they have tables >5) Check that each of the tables have captions to describe them (unless > they have special heading tags instead) - some of these will be >visible on the page and some will be hidden with "sr-only" > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/en/modules/admin/additional-fields.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt | 4 ++++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt | 3 ++- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 1 + > .../prog/en/modules/admin/auth_subfields_structure.tt | 2 ++ > .../intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt | 2 ++ > .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 1 + > .../prog/en/modules/admin/branch_transfer_limits.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/cash_registers.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt | 4 ++++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 6 +++--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 3 ++- > .../intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt | 2 +- > .../prog/en/modules/admin/item_circulation_alerts.tt | 4 ++-- > .../prog/en/modules/admin/items_search_fields.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 ++ > .../intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/library_groups.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt | 1 + > .../prog/en/modules/admin/marc_subfields_structure.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 5 ++++- > .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 4 +++- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 11 +++++++++++ > .../intranet-tmpl/prog/en/modules/admin/sms_providers.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/systempreferences.tt | 2 ++ > .../prog/en/modules/admin/transport-cost-matrix.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 1 + > 47 files changed, 83 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >index 6885e4a09e..0279b68a1c 100755 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >@@ -122,6 +122,7 @@ > <h1>Additional fields for '[% tablename | html %]'</h1> > [% IF fields %] > <table id="fieldst"> >+ <caption class="sr-only">Fields</caption> > <thead> > <tr> > <th>Name</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt >index a34e4fa129..7649e2781f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt >@@ -45,6 +45,7 @@ > <input type=hidden name="op" value="save" /> > > <table id="adv_editor_keyboard_shortcuts"> >+ <caption class="sr-only">Shortcuts</caption> > <thead> > <th>Description</th> > <th>Shortcut keys</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >index 728cef755f..e46985f3a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >@@ -367,6 +367,7 @@ > <h2>The unreceived orders from the following funds will be moved</h2> > Fund list of budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]">[% budget_period_description | html %]</a>: > <table id="budgeth"> >+ <caption class="sr-only">Budgets</caption> > <thead> > <tr> > <th>Fund ID</th> >@@ -417,6 +418,7 @@ > <h2>Report after moving unreceived orders from budget [% from_budget_period.budget_period_description | html %] ([% from_budget_period.budget_period_startdate | $KohaDates %] - [% from_budget_period.budget_period_enddate | $KohaDates %]) to [% to_budget_period.budget_period_description | html %] ([% to_budget_period.budget_period_startdate | $KohaDates %] - [% to_budget_period.budget_period_enddate | $KohaDates%])</h2> > > <table id="closed_report"> >+ <caption class="sr-only">Closed report</caption> > <thead> > <tr> > <td>Budget id</td> >@@ -481,6 +483,7 @@ > <div id="active"> > [% IF ( period_active_loop ) %] > <table id="activeperiodst"> >+ <caption class="sr-only">Active periods</caption> > <thead> > <tr> > <th>Budget name</th> >@@ -517,6 +520,7 @@ > <div id="inactive"> > [% IF ( period_inactive_loop ) %] > <table id="inactiveperiodst"> >+ <caption class="sr-only">Inactive periods</caption> > <thead> > <tr> > <th>Budget name</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index 3a358b1d47..16433a1638 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -115,6 +115,7 @@ > [% END %] > > <table id="budgeth" class="group"> >+ <caption class="sr-only">Funds</caption> > <thead> > <tr> > <th>Active</th> >@@ -415,6 +416,7 @@ > <h1>Delete fund [% budget_name | html %]?</h1> > If you delete this fund, all orders linked to this fund will be deleted! > <table> >+ <caption class="sr-only">Fund to delete</caption> > <tr> > <th scope="row">Fund amount:</th> > <td>[% budget_amount | $Price %]</td> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt >index 0dde5cef9f..a2053751cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt >@@ -156,8 +156,8 @@ > [% END %] > [% IF ( delete_confirm ) %] > <div class="dialog alert"> >- <h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1> > <table> >+ <caption><h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1></caption> > <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr> > <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr> > <tr><th scope="row">Contract description:</th><td>[% contractdescription | html %]</td></tr> >@@ -189,6 +189,7 @@ > <h1>Contract(s) of [% booksellername | html %]</h1> > [% IF ( loop ) %] > <table> >+ <caption class="sr-only">Contracts</caption> > <tr> > <th scope="col">Name</th> > <th scope="col">Description</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >index 5a0fbacb13..2515eadaac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -61,6 +61,7 @@ > [% END %] > </p> > <table id="plan"> >+ <caption class="sr-only">Plan</caption> > <thead> > <tr> > <th>Fund name</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt >index ec47bc0986..685357588c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt >@@ -98,6 +98,7 @@ > </div> > [% END %] > <table id="audio-alerts-table"> >+ <caption class="sr-only">Audio alerts</caption> > <thead id="audio-alerts-table-head"> > <tr> > <th> </th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index 8184734769..1c196b05a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -274,6 +274,7 @@ > <form action="[% delete_link | html %]" method="post"> > <input type="hidden" name="op" value="delete_confirmed" /> > <table> >+ <caption class="sr-only">Subfield to delete</caption> > <tr><th scope="row">Subfield:</th> <td>[% ass.tagsubfield | html %]</td></tr> > <tr><th scope="row">Description:</th> <td>[% ass.liblibrarian | html_entity %]</td></tr> > </table> >@@ -298,6 +299,7 @@ > <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p> > > <table id="table_authsubfieldstructure"> >+ <caption class="sr-only">Subfields</caption> > <thead> > <tr> > <th>Subfield</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >index 8db80438c5..befe307d23 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >@@ -231,6 +231,7 @@ Authority MARC framework › Administration › Koha > <h2>Confirm deletion</h2> > <form action="[% script_name | html %]" method="post"> > <table> >+ <caption class="sr-only">Tag to delete</caption> > <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr> > </table> > <input type="hidden" name="op" value="delete_confirmed" /> >@@ -296,6 +297,7 @@ Authority MARC framework › Administration › Koha > <div id="pagertable_authtagstructure"> > </div> > <table id="table_authtagstructure"> >+ <caption class="sr-only">Tags</caption> > <thead> > <tr> > <th>Tag</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index 2006c6e0f1..b45830e576 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -253,6 +253,7 @@ Authorized values › Administration › Koha > [% IF loop %] > > <table id="categoriest" class="authorized_values_table"> >+ <caption class="sr-only">Authorized values</caption> > <thead><tr> > <th>Authorized value</th> > <th>Description</th> >@@ -314,6 +315,7 @@ Authorized values › Administration › Koha > [% ELSE # category was selected %] > > <table id="categoriest" class="authorized_values_table"> >+ <caption class="sr-only">Categories</caption> > <thead> > <tr> > <th>Category</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >index 79aafcb5d1..70fc191ad8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >@@ -169,6 +169,7 @@ Authority types › Administration › Koha > <h1>Authority types</h1> > <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p> > <table id="authtypes"> >+ <caption class="sr-only">Authority types</caption> > <thead> > <tr> > <th>Code</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >index 6cf7bdabac..8345a2d23e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >@@ -166,6 +166,7 @@ Administration › Koha > > [% IF jobs.count %] > <table id="table_background_jobs"> >+ <caption class="sr-only">Background jobs</caption> > <thead> > <tr> > <th>Job ID</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index 221b1ce782..8280a947e8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -161,6 +161,7 @@ MARC frameworks › Administration › Koha > <h1>MARC frameworks</h1> > > <table id="table_biblio_frameworks"> >+ <caption class="sr-only">Frameworks</caption> > <thead> > <tr> > <th>Code</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt >index 82b5f08cd8..a3844c569a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt >@@ -66,6 +66,7 @@ > <p><a id="CheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p> > > <table id="[% codes_loo.code | html %]table" class="sorted"> >+ <caption class="sr-only">Libraries to transfer</caption> > <thead> > <tr> > <th>Library</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 5f7e6f5cd4..d8515de18b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -293,6 +293,7 @@ Libraries › Administration › Koha > <h1>Libraries</h1> > [% IF libraries_count > 0 %] > <table id="libraries"> >+ <caption class="sr-only">Libraries</caption> > <thead> > <tr> > <th>Name</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >index c6ae2a7b89..9b05e30238 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >@@ -164,6 +164,7 @@ Cash registers › Administration › Koha > > [% IF cash_registers.count %] > <table id="table_cash_registers"> >+ <caption class="sr-only">Cash registers</caption> > <thead> > <th>Name</th> > <th>Description</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 396cd2c946..5499f4d6ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -439,6 +439,7 @@ > </div> > [% END %] > <table> >+ <caption class="sr-only">Category to delete</caption> > <tr><th scope="row">Category code: </th><td>[% category.categorycode | html %]</td></tr> > <tr><th scope="row">Description: </th><td>[% category.description | html %]</td></tr> > <tr><th scope="row">Enrollment period: </th> >@@ -512,6 +513,7 @@ > [% END %] > [% IF categories%] > <table id="patron_categories"> >+ <caption class="sr-only">Categories</caption> > <thead> > <tr> > <th scope="col">Code</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt >index 8ee016c4b9..52b8942776 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt >@@ -38,6 +38,7 @@ > > <h1>MARC bibliographic framework test</h1> > <table> >+ <caption class="sr-only">Test</caption> > <tr> > <th>Test</th> > <th>Result</th> >@@ -180,6 +181,7 @@ > <td style="vertical-align:top;">subfields not in same tabs</td> > <td>Not all subfields for the following tags are in the same tab (or marked 'ignored'). > <table> >+ <caption class="sr-only">Inconsistent tabs</caption> > <tr> > <th>Code</th> > <th>Description</th> >@@ -213,6 +215,7 @@ > <td style="vertical-align:top;">invalid authority types</td> > <td>Not all authority types referred to by the frameworks are defined. > <table> >+ <caption class="sr-only">Invalid authority type codes</caption> > <tr> > <th>Framework code</th> > <th>Framework description</th> >@@ -248,6 +251,7 @@ > <td style="vertical-align:top;">items.permanent_location mapped</td> > <td>The following mappings exist for items.permanent_location, and they shouldn't. > <table> >+ <caption class="sr-only">Permanent location mapped</caption> > <tr> > <th>Framework code</th> > <th>Framework description</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >index dd3be00042..47d01433d2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >@@ -139,6 +139,7 @@ > <div class="dialog alert"> > <h1>Delete city "[% city.city_name | html %]?"</h1> > <table> >+ <caption class="sr-only">City to delete</caption> > <tr><th>City id</th> > <td>[% city.cityid | html %]</td> > </tr> >@@ -180,6 +181,7 @@ > [% IF cities_count > 0 %] > <div class="table_cities_table_controls"></div> > <table id="table_cities"> >+ <caption class="sr-only">Cities</caption> > <thead> > <tr> > <th>City ID</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >index d1970ec646..c7891ff47c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >@@ -341,8 +341,8 @@ Classification sources › Administration › Koha > <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a> > </div> > <h1>Classification sources</h1> >-<h2>Classification sources</h2> > <table> >+<caption>Classification sources</caption> > <tr> > <th>Code</th> > <th>Description</th> >@@ -366,8 +366,8 @@ Classification sources › Administration › Koha > [% END %] > </table> > >-<h2>Classification filing rules</h2> > <table> >+<caption>Classification filing rules</caption> > <tr> > <th>Code</th> > <th>Description</th> >@@ -387,8 +387,8 @@ Classification sources › Administration › Koha > [% END %] > </table> > >-<h2>Classification splitting rules</h2> > <table> >+<caption>Classification splitting rules</caption> > <tr> > <th>Code</th> > <th>Description</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >index b655bc8878..bf99f6c227 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >@@ -160,6 +160,7 @@ > <h1>Account credit types</h1> > [% IF credit_types.count %] > <table id="table_credit_types"> >+ <caption class="sr-only">Account credit types</caption> > <thead> > <th>Archived</th> > <th>System</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index d0adecea70..b9b04609da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -179,6 +179,7 @@ > <div class="dialog alert"> > <h1>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1> > <table> >+ <caption class="sr-only">Currency to delete</caption> > <tr><th>Currency</th> > <td>[% currency.currency | html %]</td> > </tr> >@@ -211,6 +212,7 @@ > [% END %] > > <table id='currencies-table'> >+ <caption class="sr-only">Currencies</caption> > <thead> > <tr> > <th>Currency</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >index 9459776e29..64de513f31 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >@@ -151,6 +151,7 @@ > <h1>Account debit types</h1> > [% IF debit_types.count %] > <table id="table_debit_types"> >+ <caption class="sr-only">Account debit types</caption> > <thead> > <th>Archived</th> > <th>System</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >index 737186b4ec..76d4353ee2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >@@ -141,6 +141,7 @@ > <div class="dialog alert"> > <h1>Delete desk "[% desk.desk_name | html %]?"</h1> > <table> >+ <caption class="sr-only">Desk to delete</caption> > <tr><th>Desk ID</th> > <td>[% desk.desk_id | html %]</td> > </tr> >@@ -175,6 +176,7 @@ > > [% IF desks.count %] > <table id="table_desks"> >+ <caption class="sr-only">Desks</caption> > <thead> > <tr> > <th>Desk ID</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >index 1958a25422..d21d3a8752 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >@@ -244,6 +244,7 @@ EDI accounts › Administration › Koha > <div class="dialog alert"> > <h1>Delete this account?</h1> > <table> >+ <caption class="sr-only">Account to delete</caption> > <tr> > <th>Vendor</th> > <td>[% account.vendor.name | html %]</td> >@@ -271,9 +272,9 @@ EDI accounts › Administration › Koha > [% END %] > [% IF display %] > [% IF ( ediaccounts ) %] >-<h1>Vendor EDI accounts</h1> > > <table> >+ <caption><h1>Vendor EDI accounts</h1></caption> > <tr> > <th>ID</th> > <th>Vendor</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >index 0b1630ba69..11d7b0aa05 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >@@ -159,8 +159,8 @@ Library EANs › Administration › Koha > > [% IF display %] > [% IF ( eans ) %] >- <h1>Library EANs</h1> > <table> >+ <caption><h1>Library EANs</h1></caption> > <tr> > <th>Library</th> > <th>Description</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt >index 9cdef2b019..d87e8e29c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt >@@ -115,8 +115,8 @@ table.grid td.default { > </ul> > > <div id="checkout"> >-<h3>Checkout</h3> > <table class="grid active" width="100%"> >+<caption>Checkout</caption> > <thead> > <tr> > <th> </th> >@@ -139,8 +139,8 @@ table.grid td.default { > </div> > > <div id="checkin"> >-<h3>Check-in</h3> > <table class="grid active" width="100%"> >+<caption>Check-in</caption> > <thead> > <tr> > <th> </th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt >index de96abcbbc..4633ae8e66 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt >@@ -66,9 +66,9 @@ > [% END %] > [% IF fields.size %] > <div id="search_fields_list"> >- <h1>Item search fields</h1> > > <table id="search_fields_table"> >+ <caption><h1>Item search fields</h1></caption> > <thead> > <tr> > <th>Name</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 7221920f91..c62a97797e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -409,6 +409,7 @@ Item types › Administration › Koha > <div class="dialog alert"> > <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1> > <table> >+ <caption class="sr-only">Item type to delete</caption> > <tr> > <th scope="row">Item type</th> > <td>[% itemtype.itemtype | html %]</td> >@@ -439,6 +440,7 @@ Item types › Administration › Koha > <h1>Item types administration</h1> > [% IF itemtypes %] > <table id="table_item_type"> >+ <caption class="sr-only">Item types</caption> > <thead> > [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %] > <th>Description</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt >index efdea290c8..2568c07252 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt >@@ -39,6 +39,7 @@ > [% END %] > > <table id="kohafields"> >+ <caption class="sr-only">Koha fields</caption> > <thead><tr> > <th>Koha field</th> > <th>Tag</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >index e52cead935..991499b711 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >@@ -76,6 +76,7 @@ > > [% FOREACH root_group IN root_groups %] > <table class="library-groups"> >+ <caption class="sr-only">Library groups</caption> > <tr> > <th> </th> > <th>Description</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt >index 542547b5f3..7fef680ff1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt >@@ -59,6 +59,7 @@ > <div class="row"> > <div class="col-sm-12"> > <table id="localization"> >+ <caption class="sr-only">Localization</caption> > <thead> > <tr> > <th>Id</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index 66f1c9c294..dc357048e9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -361,6 +361,7 @@ > <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p> > > <table id="table_marcsubfieldstructure"> >+ <caption class="sr-only">MARC subfeld structure</caption> > <thead> > <tr> > <th>Subfield</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >index a962540eff..5f99e51ab3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -254,6 +254,7 @@ MARC frameworks › Administration › Koha > </form> > > <table id="table_marctagstructure"> >+ <caption class="sr-only">MARC tag structure</caption> > <thead> > <tr> > <th>Tag</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >index ddf91cd4d1..1dc1f9142d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >@@ -456,6 +456,7 @@ > [% END %] > [% IF ( available_matching_rules ) %] > <table> >+ <caption class="sr-only">Record matching rules</caption> > <tr> > <th>#</th> > <th>Code</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt >index 7d3ab1c0c9..4707b2430e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt >@@ -44,6 +44,7 @@ > [% END %] > <form action="/cgi-bin/koha/admin/oai_set_mappings.pl" method="post" id="mappingform"> > <table id="mappings"> >+ <caption class="sr-only">Mappings</caption> > <thead> > <tr> > <th>Rule operator</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >index 657284fd2e..491534036b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >@@ -104,6 +104,7 @@ > <h1>OAI sets</h1> > [% IF sets_loop %] > <table> >+ <caption class="sr-only">OAI sets</caption> > <thead> > <tr> > <th>setSpec</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt >index 63deb0a6f7..017d29f5ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt >@@ -38,6 +38,7 @@ > <input type="hidden" name="op" value="update" /> > > <table id="od_info"> >+ <caption>OverDrive library authnames info</caption> > <thead> > <tr> > <th>Library</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index 628c810aee..e2870435b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -293,6 +293,7 @@ Patron attribute types › Administration › Koha > <h2>[% attribute.lib | html %]</h2> > [% END %] > <table class="patron_attributes_types"> >+ <caption class="sr-only">Patron attribute types</caption> > <thead> > <tr> > <th>Code</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index 17a4966ad5..0262180850 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -74,10 +74,13 @@ > </div> > > <table class="preferences" id="collapse_[% LINE.title | $HtmlId %]"> >+ <caption class="sr-only">Preferences</caption> > <thead><tr><th>Preference</th><th>Value</th></tr></thead> > [% UNLESS ( loop.last ) %]<tbody>[% END %] > [% ELSE %] >- [% IF ( loop.first ) %]<table class="preferences"><thead><tr><th>Preference</th><th>Value</th></tr></thead><tbody>[% END %] >+ [% IF ( loop.first ) %]<table class="preferences"> >+ <caption class="sr-only">Preferences</caption> >+ <thead><tr><th>Preference</th><th>Value</th></tr></thead><tbody>[% END %] > <tr class="name-row"> > <td class="name-cell"> > <code> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index 44a9ae9614..8686d42185 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -127,6 +127,7 @@ a.add, a.delete { > </ul> > <div id="search_fields" class="ui-tabs-panel"> > <table class="search_fields" id="search_fields_table"> >+ <caption class="sr-only">Search fields</caption> > <thead> > <tr> > <th>Name</th> >@@ -249,6 +250,7 @@ a.add, a.delete { > [% FOREACH index IN indexes %] > <div id="mapping_[% index.index_name | html %]" class="ui-tabs-panel"> > <table class="mappings" data-index_name="[% index.index_name | html %]" data-ordering="false" id="mapping_[% index.index_name | html %]_table"> >+ <caption class="sr-only">Mappings</caption> > <thead> > <tr class="nodrag nodrop"> > <th>Search field</th> >@@ -415,9 +417,9 @@ a.add, a.delete { > </table> > > [% IF index.index_name == 'biblios' %] >- <h3>Facet order</h3> > <div id="facet_[% index.index_name | html %]" class="ui-tabs-panel"> > <table> >+ <caption><h3>Facet order</h3></caption> > <thead> > <tr> > <th>Search field</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index eedec0582e..c6a8c12664 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -102,6 +102,7 @@ > <input type="hidden" name="op" value="add" /> > <input type="hidden" name="branch" value="[% current_branch | html %]"/> > <table id="default-circulation-rules"> >+ <caption class="sr-only">Default circulation rules</caption> > <thead> > <tr> > <th> </th> >@@ -533,6 +534,7 @@ > <input type="hidden" name="op" value="set-branch-defaults" /> > <input type="hidden" name="branch" value="[% current_branch | html %]"/> > <table> >+ <caption class="sr-only">Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</caption> > <tr> > <th> </th> > <th>Total current checkouts allowed</th> >@@ -719,6 +721,7 @@ > <input type="hidden" name="op" value="add-branch-cat" /> > <input type="hidden" name="branch" value="[% current_branch | html %]"/> > <table> >+ <caption class="sr-only">[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</caption> > <tr> > <th>Patron category</th> > <th>Total current checkouts allowed</th> >@@ -799,6 +802,13 @@ > <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" /> > <input type="hidden" name="branch" value="[% current_branch | html %]" /> > <table> >+ <caption class="sr-only"> >+ [% IF current_branch == '*' %] >+ Default lost item fee refund on return policy >+ [% ELSE %] >+ Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %] >+ [% END %] >+ </caption> > <tr> > <th>Refund lost item fee</th> > <th> </th> >@@ -915,6 +925,7 @@ > <input type="hidden" name="op" value="add-branch-item" /> > <input type="hidden" name="branch" value="[% current_branch | html %]"/> > <table> >+ <caption class="sr-only">[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</caption> > <tr> > <th>Item type</th> > <th>Hold policy</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt >index c6d5a02d99..aad85cb00f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt >@@ -40,6 +40,7 @@ > [% IF providers.size %] > > <table id="providerst"> >+ <caption class="sr-only">Providers</caption> > <thead> > <tr> > <th>Name</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >index c7a86e9ec6..faa4de5027 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >@@ -247,6 +247,7 @@ > > [% IF servers_count > 0 %] > <table id="smtp_servers"> >+ <caption class="sr-only">SMTP servers</caption> > <thead> > <tr> > <th>Name</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >index 7da9dd2579..dc6ed234ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >@@ -328,9 +328,11 @@ > [% IF ( tab != 'local_use' ) %] > <p>Please click on one of the tabs at the left side of this form.</p> > <table> >+ <caption class="sr-only">Preferences</caption> > [% ELSE %] > <h1>Local use preferences</h1> > <table width="80%" id="sysprefst"> >+ <caption class="sr-only">Preferences</caption> > <thead><tr> > <th>Preference</th> > <th>Explanation</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >index 53f54362e3..6c712e305b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >@@ -63,6 +63,7 @@ > </div> > > <table> >+ <caption class="sr-only">Transport costs between libraries</caption> > <tr> > <th>From \ To</th> > [% FOR b IN Branches.all() %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >index db06e62a09..671f77446f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >@@ -200,6 +200,7 @@ > You searched for [% searchfield | html %] > [% END %] > <table id="serverst"> >+ <caption class="sr-only">Servers</caption> > > <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th> > </tr></thead> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28243
:
121750
| 121895 |
121896
|
121898
|
121899
|
121900
|
121901
|
121902
|
121903
|
121904
|
121905
|
121942
|
121943
|
121944
|
121945
|
121946
|
121947
|
121948
|
121949
|
121950
|
121956
|
121957
|
121958
|
121959
|
121973
|
121974
|
122019
|
122020
|
122021