Bugzilla – Attachment 127369 Details for
Bug 27741
Accessibility: Staff Client - Headings should have correct tags and hierarchy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27741: admin folder
Bug-27741-admin-folder.patch (text/plain), 46.79 KB, created by
Owen Leonard
on 2021-11-05 14:57:39 UTC
(
hide
)
Description:
Bug 27741: admin folder
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-11-05 14:57:39 UTC
Size:
46.79 KB
patch
obsolete
>From 68fa8c039c903b773380e3189cf01705a5de132a Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Mon, 24 May 2021 05:20:51 +0000 >Subject: [PATCH] Bug 27741: admin folder > >Bug 27631 corrected the <h1> tags in each of the pages in the staf >client. This bug deals with correcting the hierarchy of each of the >other headings. > >To test: >1) Apply patch and dependencies >2) Go to each of the pages and check the headings under <h1> are in the > correct order and hierarchy > >Sponsored-by: Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/includes/acquisitions-menu.inc | 6 ++-- > .../prog/en/includes/admin-menu.inc | 18 +++++------ > .../en/includes/messaging-preference-form.inc | 1 + > .../prog/en/modules/admin/admin-home.tt | 26 ++++++++-------- > .../prog/en/modules/admin/aqbudgetperiods.tt | 4 +-- > .../prog/en/modules/admin/aqbudgets.tt | 2 +- > .../prog/en/modules/admin/aqplan.tt | 4 +-- > .../prog/en/modules/admin/audio_alerts.tt | 2 +- > .../en/modules/admin/auth_tag_structure.tt | 4 +-- > .../en/modules/admin/authorised_values.tt | 2 +- > .../modules/admin/branch_transfer_limits.tt | 2 +- > .../prog/en/modules/admin/cash_registers.tt | 4 +-- > .../prog/en/modules/admin/columns_settings.tt | 30 +++++++++---------- > .../prog/en/modules/admin/currency.tt | 2 +- > .../prog/en/modules/admin/itemtypes.tt | 2 +- > .../prog/en/modules/admin/library_groups.tt | 12 ++++---- > .../prog/en/modules/admin/marctagstructure.tt | 4 +-- > .../prog/en/modules/admin/matching-rules.tt | 4 +-- > .../prog/en/modules/admin/oai_set_mappings.tt | 2 +- > .../en/modules/admin/patron-attr-types.tt | 2 +- > .../prog/en/modules/admin/preferences.tt | 4 +-- > .../searchengine/elasticsearch/mappings.tt | 2 +- > .../prog/en/modules/admin/share_content.tt | 2 +- > .../prog/en/modules/admin/smart-rules.tt | 10 +++---- > .../prog/en/modules/admin/smtp_servers.tt | 2 +- > .../en/modules/admin/transport-cost-matrix.tt | 2 +- > 26 files changed, 78 insertions(+), 77 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >index a83bc21d96..604838b6ab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -1,6 +1,6 @@ > <div id="navmenu"> > <div id="navmenulist"> >- <h5>Acquisitions</h5> >+ <h2>Acquisitions</h2> > <ul> > <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions home</a></li> > [% IF ( CAN_user_acquisition_order_receive ) %]<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>[% END %] >@@ -11,7 +11,7 @@ > [% END %] > </ul> > [% IF ( CAN_user_reports || CAN_user_circulate_circulate_remaining_permissions ) %] >- <h5>Reports</h5> >+ <h2>Reports</h2> > <ul> > [% IF ( CAN_user_reports ) %] > <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics wizard</a></li> >@@ -23,7 +23,7 @@ > </ul> > [% END %] > [% IF ( CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_currencies_manage || CAN_user_acquisition_edi_manage || CAN_user_parameters_manage_additional_fields ) %] >- <h5>Administration</h5> >+ <h2>Administration</h2> > <ul> > [% IF ( CAN_user_acquisition_period_manage ) %] > <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >index b6992f86d8..115f2cc324 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -4,14 +4,14 @@ > <div id="navmenulist"> > > [% IF ( CAN_user_parameters_manage_sysprefs ) %] >- <h5>System preferences</h5> >+ <h2>System preferences</h2> > <ul> > <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li> > </ul> > [% END %] > > [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %] >- <h5>Basic parameters</h5> >+ <h2>Basic parameters</h2> > <ul> > [% IF ( CAN_user_parameters_manage_libraries ) %] > <li><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></li> >@@ -27,7 +27,7 @@ > [% END %] > > [% IF ( CAN_user_parameters_manage_patron_categories || CAN_user_parameters_manage_circ_rules || CAN_user_parameters_manage_patron_attributes || CAN_user_parameters_manage_transfers || CAN_user_parameters_manage_item_circ_alerts || CAN_user_parameters_manage_cities ) %] >- <h5>Patrons and circulation</h5> >+ <h2>Patrons and circulation</h2> > <ul> > [% IF ( CAN_user_parameters_manage_patron_categories ) %] > <li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li> >@@ -55,7 +55,7 @@ > [% END %] > > [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %] >- <h5>Accounting</h5> >+ <h2>Accounting</h2> > <ul> > [% IF ( CAN_user_parameters_manage_accounts ) %] > <li><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></li> >@@ -68,14 +68,14 @@ > [% END %] > > [% IF CAN_user_parameters_manage_background_jobs %] >- <h5>Background jobs</h5> >+ <h2>Background jobs</h2> > <ul> > <li><a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a></li> > </ul> > [% END %] > > [% IF ( CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || CAN_user_parameters_manage_search_engine_config || CAN_user_parameters_manage_marc_overlay_rules ) %] >- <h5>Catalog</h5> >+ <h2>Catalog</h2> > <ul> > [% IF ( CAN_user_parameters_manage_marc_frameworks ) %] > <li><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></li> >@@ -107,7 +107,7 @@ > [% END %] > > [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %] >- <h5>Acquisition parameters</h5> >+ <h2>Acquisition parameters</h2> > > <ul> > [% IF ( CAN_user_acquisition_currencies_manage ) %] >@@ -127,14 +127,14 @@ > [% END %] > > [% IF CAN_user_plugins && plugins_enabled %] >- <h5>Plugins</h5> >+ <h2>Plugins</h2> > <ul> > <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></li> > </ul> > [% END %] > > [% IF ( CAN_user_parameters_manage_smtp_servers || CAN_user_parameters_manage_search_targets || CAN_user_parameters_manage_didyoumean || CAN_user_parameters_manage_column_config || CAN_user_parameters_manage_audio_alerts || ( CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) || CAN_user_parameters_manage_usage_stats || CAN_user_parameters_manage_additional_fields || ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts ) ) %] >- <h5>Additional parameters</h5> >+ <h2>Additional parameters</h2> > <ul> > [% IF ( CAN_user_parameters_manage_search_targets ) %] > <li><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >index de6729cc62..801465c27f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >@@ -4,6 +4,7 @@ > <input type="hidden" name="modify" value="yes" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> > <table> >+ <caption>Default messaging preferences for this patron category</caption> > <tr><th></th> > <th>Days in advance</th> > [% IF Koha.Preference('SMSSendDriver') %]<th>SMS</th>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index 6ec128e569..49a79ea261 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -28,7 +28,7 @@ > [% IF ( CAN_user_parameters_manage_mana ) %] > [% IF ( Koha.Preference('Mana') == 1) && !mana_url %] > <div class="dialog message"> >- <h4>The Mana Knowledge Base feature is enabled but not configured.</h4> >+ <h2>The Mana Knowledge Base feature is enabled but not configured.</h2> > <p>This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libraries.</p> > <p> > Ask your system administrator to configure this feature, or remove this note by <a href=/cgi-bin/koha/admin/share_content.pl>disabling the 'Mana' system preference</a>. >@@ -37,7 +37,7 @@ > [% END %] > [% IF ( Koha.Preference('Mana') == 2 ) %] > <div class="dialog message"> >- <h4>Share content with Mana KB?</h4> >+ <h2>Share content with Mana KB?</h2> > <p> You haven't decided if you want to activate Mana Knowledge Base. <a href=/cgi-bin/koha/admin/share_content.pl>Change your Mana KB settings</a>.</p> > </div> > [% END %] >@@ -45,7 +45,7 @@ > [% IF ( CAN_user_parameters_manage_usage_stats ) %] > [% IF ( Koha.Preference('UsageStats') == 2 ) %] > <div class="dialog message"> >- <h4>Share anonymous usage statistics with the Koha community?</h4> >+ <h2>Share anonymous usage statistics with the Koha community?</h2> > <p> You haven't decided if you want to activate usage statistic sharing in Koha yet. <a href=/cgi-bin/koha/admin/usage_statistics.pl>Change your Hea settings</a>.</p> > <p> This feature gives the Koha developers valuable information regarding how Koha is being used and helps to drive decisions during the development cycle</p> > </div> >@@ -56,7 +56,7 @@ > [% IF ( CAN_user_parameters_manage_sysprefs ) %] > <form action="/cgi-bin/koha/admin/preferences.pl" method="post"> > <fieldset> >- <h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4> >+ <h2><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h2> > <p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p> > <input type="hidden" name="op" value="search" /> > <input type="text" name="searchfield" value="[% searchfield | html %]" /> >@@ -66,8 +66,8 @@ > [% END %] > > [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %] >- <div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div> >- <h3>Basic parameters</h3> >+ <div class="hint"><strong>Hint:</strong><p>Configure these parameters in the order they appear.</p></div> >+ <h2>Basic parameters</h2> > <dl> > [% IF ( CAN_user_parameters_manage_libraries ) %] > <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></dt> >@@ -87,7 +87,7 @@ > [% END %] > > [% IF ( CAN_user_parameters_manage_patron_categories || CAN_user_parameters_manage_circ_rules || CAN_user_parameters_manage_patron_attributes || CAN_user_parameters_manage_transfers || CAN_user_parameters_manage_item_circ_alerts || CAN_user_parameters_manage_cities ) %] >- <h3>Patrons and circulation</h3> >+ <h2>Patrons and circulation</h2> > <dl> > [% IF ( CAN_user_parameters_manage_patron_categories ) %] > <dt><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></dt> >@@ -123,7 +123,7 @@ > [% END %] > > [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %] >- <h3>Accounting</h3> >+ <h2>Accounting</h2> > <dl> > [% IF ( CAN_user_parameters_manage_accounts ) %] > <dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt> >@@ -139,7 +139,7 @@ > [% END %] > > [% IF CAN_user_plugins && plugins_enabled %] >- <h3>Plugins</h3> >+ <h2>Plugins</h2> > <dl> > <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></dt> > <dd>View, manage, configure and run plugins.</dd> >@@ -147,7 +147,7 @@ > [% END %] > > [% IF CAN_user_parameters_manage_background_jobs %] >- <h3>Background jobs</h3> >+ <h2>Background jobs</h2> > <dl> > <dt><a href="/cgi-bin/koha/admin/background_jobs.pl">Manage background jobs</a></dt> > <dd>View, manage and cancel background jobs.</dd> >@@ -158,7 +158,7 @@ > > <div class="col-md-6 sysprefs"> > [% IF ( CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || CAN_user_parameters_manage_search_engine_config || CAN_user_parameters_manage_marc_overlay_rules ) %] >- <h3>Catalog</h3> >+ <h2>Catalog</h2> > <dl> > [% IF ( CAN_user_parameters_manage_marc_frameworks ) %] > <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt> >@@ -200,7 +200,7 @@ > [% END %] > > [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %] >- <h3>Acquisition parameters</h3> >+ <h2>Acquisition parameters</h2> > <dl> > [% IF ( CAN_user_acquisition_currencies_manage ) %] > <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt> >@@ -224,7 +224,7 @@ > [% END %] > > [% IF ( ( CAN_user_parameters_manage_smtp_servers || CAN_user_parameters_manage_search_targets || CAN_user_parameters_manage_didyoumean || CAN_user_parameters_manage_column_config || CAN_user_parameters_manage_audio_alerts || CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) || CAN_user_parameters_manage_usage_stats || CAN_user_parameters_manage_additional_fields || CAN_user_parameters_manage_mana || (Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts) ) %] >- <h3>Additional parameters</h3> >+ <h2>Additional parameters</h2> > <dl> > <!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt> > <dd>Printers (UNIX paths).</dd> --> >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 ae85cabbb5..e6c0fb3373 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >@@ -364,7 +364,7 @@ > There are no unreceived orders for this budget. > <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a> > [% ELSE %] >- <h3>The unreceived orders from the following funds will be moved</h3> >+ <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"> > <thead> >@@ -414,7 +414,7 @@ > [% END %] > [% ELSIF closed %] > <h1>Budget [% budget_period_description | html %] closed</h1> >- <h3>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%])</h3> >+ <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"> > <thead> >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 50a13c9b06..3a358b1d47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -443,7 +443,7 @@ > <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get"> > <a href="#" id="filterbutton">Filters</a> > <fieldset class="brief" id="fundfilters"> >- <h4>Fund filters</h4> >+ <h2>Fund filters</h2> > <ol> > <li> > <label for="filter_budgetbranch2">Library: </label> >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 cbd85c4edc..5a0fbacb13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -201,7 +201,7 @@ > <form method="post" action="/cgi-bin/koha/admin/aqplan.pl"> > <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" /> > <fieldset class="brief"> >-<h4>Filter</h4> >+<h2>Filter</h2> > [% BLOCK planning_types %] > [% SWITCH type %] > [% CASE 'MONTHS' %]<span>by months</span> >@@ -260,7 +260,7 @@ > [% IF ( budget_lines ) %] > <form method="post" action="/cgi-bin/koha/admin/aqplan.pl"> > <fieldset class="brief"> >-<h4>Export</h4> >+<h2>Export</h2> > <ol> > <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li> > <li><label class="inline" for="MIME">Into an application</label> >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 9922efa583..ec47bc0986 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 >@@ -89,7 +89,7 @@ > <h1>Audio alerts</h1> > [%IF !( Koha.Preference('AudioAlerts') ) %] > <div class="dialog alert"> >- <h3>Audio alerts are disabled</h3> >+ <h2>Audio alerts are disabled</h2> > [% IF ( CAN_user_parameters_manage_sysprefs ) %] > <p>Please enable system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AudioAlerts">AudioAlerts</a> to activate sounds.</p> > [% ELSE %] >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 1c04aa734f..822b75398e 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 >@@ -228,7 +228,7 @@ Authority MARC framework › Administration › Koha > > [% IF ( delete_confirm ) %] > <div class="dialog alert"> >- <h3>Confirm deletion</h3> >+ <h2>Confirm deletion</h2> > <form action="[% script_name | html %]" method="post"> > <table> > <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr> >@@ -246,7 +246,7 @@ Authority MARC framework › Administration › Koha > > [% IF ( delete_confirmed ) %] > >- <div class="dialog message"> <h3>Data deleted</h3> >+ <div class="dialog message"> <h2>Data deleted</h2> > <form action="[% script_name | html %]" method="post"> > <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> > <input type="hidden" name="searchfield" value="[% searchfield | html %]" /> >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 f27cced624..1d5bc18cc1 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 >@@ -138,7 +138,7 @@ Authorized values › Administration › Koha > > </ol> > <div id="icons" class="toptabs" style="clear:both"> >- <h5 style="margin-left:10px;">Choose an icon:</h5> >+ <h2 style="margin-left:10px;">Choose an icon:</h2> > <ul> > <li><a href="#none">None</a></li> > [% FOREACH imageset IN imagesets %] >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 86f9fa56cb..82b5f08cd8 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 >@@ -61,7 +61,7 @@ > > [% FOREACH codes_loo IN codes_loop %] > <div id="[% codes_loo.code | html %]set"> >- <h4>Policy for [% codes_loo.limit_phrase | html %]: [% codes_loo.code | html %]</h4> >+ <h2>Policy for [% codes_loo.limit_phrase | html %]: [% codes_loo.code | html %]</h2> > > <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> > >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 79094e8d3a..c6ae2a7b89 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 >@@ -156,11 +156,11 @@ Cash registers › Administration › Koha > </div> > > <h1>Cash registers</h1> >- <h3>Cash registers for <select id="branch_filter" name="branch_filter"> >+ <h2>Cash registers for <select id="branch_filter" name="branch_filter"> > <option value=""></option> > [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %] > </select> >- </h3> >+ </h2> > > [% IF cash_registers.count %] > <table id="table_cash_registers"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >index 1885e780db..dcafb9a5f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >@@ -19,7 +19,7 @@ > [% SET panel_id = panel_id + 1 %] > [% IF module.keys and module.keys.size > 0 %] > [% FOR pagename IN module.keys.sort %] >- <h4 class="page_name" id="[% pagename | html %]">Page: [% pagename | html %]</h4> >+ <h2 class="page_name" id="[% pagename | html %]">Page: [% pagename | html %]</h2> > [% SET tables = module %] > [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] > [% FOR tablename IN tables.$pagename.keys.sort %] >@@ -204,85 +204,85 @@ > <div id="modules"> > <div class="panel_header"><a href="#acqui">Acquisition</a></div> > <div id="acqui"> >- <h3>Acquisition tables</h3> >+ <h2>Acquisition tables</h2> > [% PROCESS pagelist module=modules.acqui modulename="acqui" %] > </div> > > <div class="panel_header"><a href="#admin">Administration</a></div> > <div id="admin"> >- <h3>Administration tables</h3> >+ <h2>Administration tables</h2> > [% PROCESS pagelist module=modules.admin modulename="admin" %] > </div> > > <div class="panel_header"><a href="#authorities">Authorities</a></div> > <div id="authorities"> >- <h3>Authorities tables</h3> >+ <h2>Authorities tables</h2> > [% PROCESS pagelist module=modules.authorities modulename="authorities" %] > </div> > > <div class="panel_header"><a href="#catalog">Catalog</a></div> > <div id="catalogue"> >- <h3>Catalogue tables</h3> >+ <h2>Catalogue tables</h2> > [% PROCESS pagelist module=modules.catalogue modulename="catalogue" %] > </div> > > <div class="panel_header"><a href="#cataloguing">Cataloging</a></div> > <div id="cataloguing"> >- <h3>Cataloguing tables</h3> >+ <h2>Cataloguing tables</h2> > [% PROCESS pagelist module=modules.cataloguing modulename="cataloguing" %] > </div> > > <div class="panel_header"><a href="#circulation">Circulation</a></div> > <div id="circulation"> >- <h3>Circulation tables</h3> >+ <h2>Circulation tables</h2> > [% PROCESS pagelist module=modules.circ modulename="circ" %] > </div> > > <div class="panel_header"><a href="#coursereserves">Course reserves</a></div> > <div id="coursereserves"> >- <h3>Course reserves tables</h3> >+ <h2>Course reserves tables</h2> > [% PROCESS pagelist module=modules.coursereserves modulename="coursereserves" %] > </div> > > <div class="panel_header"><a href="#ill">Interlibrary loans</a></div> > <div id="ill"> >- <h3>Interlibrary loans tables</h3> >+ <h2>Interlibrary loans tables</h2> > [% PROCESS pagelist module=modules.illrequests modulename="illrequests" %] > </div> > > <div class="panel_header"><a href="#members">Patrons</a></div> > <div id="members"> >- <h3>Patrons tables</h3> >+ <h2>Patrons tables</h2> > [% PROCESS pagelist module=modules.members modulename="members" %] > </div> > > <div class="panel_header"><a href="#pos">Point of sale</a></div> > <div id="pos"> >- <h3>Point of sale tables</h3> >+ <h2>Point of sale tables</h2> > [% PROCESS pagelist module=modules.pos modulename="pos" %] > </div> > > <div class="panel_header"><a href="#tools">Tools</a></div> > <div id="tools"> >- <h3>Tools tables</h3> >+ <h2>Tools tables</h2> > [% PROCESS pagelist module=modules.tools modulename="tools" %] > </div> > > <div class="panel_header"><a href="#opac">OPAC</a></div> > <div id="opac"> >- <h3>OPAC tables</h3> >+ <h2>OPAC tables</h2> > [% PROCESS pagelist module=modules.opac modulename="opac" %] > </div> > > <div class="panel_header"><a href="#reports">Reports</a></div> > <div id="reports"> >- <h3>Reports tables</h3> >+ <h2>Reports tables</h2> > [% PROCESS pagelist module=modules.reports modulename="reports" %] > </div> > > <div class="panel_header"><a href="#serials">Serials</a></div> > <div id="serials"> >- <h3>Serials tables</h3> >+ <h2>Serials tables</h2> > [% PROCESS pagelist module=modules.serials modulename="serials" %] > </div> > >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 115d1d986a..d0adecea70 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -203,7 +203,7 @@ > <h1>Currencies and exchange rates</h1> > > [% IF currencies and no_active_currency %] >- <div class="dialog alert"><h3>No active currency is defined</h3><p>Please edit one currency and mark it as active.</p></div> >+ <div class="dialog alert"><h2>No active currency is defined</h2><p>Please edit one currency and mark it as active.</p></div> > [% END %] > > [% IF searchfield %] >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 b5d3b410dd..dd653849db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -223,7 +223,7 @@ Item types › Administration › Koha > </ol> > [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %] > <div id="icons" class="toptabs" style="clear:both"> >- <h5 style="margin-left:10px;">Choose an icon:</h5> >+ <h2 style="margin-left:10px;">Choose an icon:</h2> > <ul> > <li><a href="#none">None</a></li> > [% FOREACH imageset IN imagesets %] >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 6b68db01aa..e52cead935 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 >@@ -101,7 +101,7 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-header"> >- <h3 id="add-group-modal-label">Add group</h3> >+ <h2 id="add-group-modal-label">Add group</h2> > </div> > <div class="modal-body"> > <fieldset class="rows"> >@@ -121,7 +121,7 @@ > </ol> > </fieldset> > <div id="root-group-features-add"> >- <h3>Features</h3> >+ <h2>Features</h2> > <div class="checkbox"> > <p> > <label> >@@ -164,7 +164,7 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-header"> >- <h3 id="edit-group-modal-label">Edit group</h3> >+ <h2 id="edit-group-modal-label">Edit group</h2> > </div> > <div class="modal-body"> > <input type="hidden" id="edit-group-modal-id" name="id" value="" /> >@@ -185,7 +185,7 @@ > </ol> > </fieldset> > <div id="root-group-features-edit"> >- <h3>Features</h3> >+ <h2>Features</h2> > <div class="checkbox"> > <p> > <label> >@@ -230,7 +230,7 @@ > <input id="delete-group-modal-action" type="hidden" name="action" value="delete" /> > <input id="delete-group-modal-id" type="hidden" name="id" value="" /> > <div class="modal-header"> >- <h3 id="delete-group-modal-label">Delete group</h3> >+ <h2 id="delete-group-modal-label">Delete group</h2> > </div> > <div class="modal-body"> > Are you sure you want to delete <span id="delete-group-modal-title" class="name"></span>? >@@ -251,7 +251,7 @@ > <input id="remove-library-modal-action" type="hidden" name="action" value="delete" /> > <input id="remove-library-modal-id" type="hidden" name="id" value="" /> > <div class="modal-header"> >- <h3 id="remove-library-modal-label">Remove library from group</h3> >+ <h2 id="remove-library-modal-label">Remove library from group</h2> > </div> > <div class="modal-body"> > Are you sure you want to remove <span id="remove-library-modal-library" class="name"></span> from <span id="remove-library-modal-group" class="name"></span>? >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 88b58d9446..a962540eff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -187,7 +187,7 @@ MARC frameworks › Administration › Koha > > [% IF ( delete_confirm ) %] > <div class="dialog alert"> >- <h3>Confirm deletion of tag <span class="ex">'[% searchfield | html %]'</span>?</h3> >+ <h2>Confirm deletion of tag <span class="ex">'[% searchfield | html %]'</span>?</h2> > <p>Tag: [% searchfield | html %]</p> > <p>Description: [% liblibrarian | html %]</p> > <form action="[% script_name | html %]" method="post"> >@@ -204,7 +204,7 @@ MARC frameworks › Administration › Koha > > [% IF ( delete_confirmed ) %] > >- <div class="dialog message"><h3>Tag deleted</h3> >+ <div class="dialog message"><h2>Tag deleted</h2> > <form action="[% script_name | html %]" method="post"><input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" /> > <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> > </form></div> >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 5c9b1468c4..ddf91cd4d1 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 >@@ -155,7 +155,7 @@ > </fieldset> <!-- /.rows --> > > <fieldset class="rows" id="match_points"> >- <h4>Match points</h4> >+ <h2>Match points</h2> > [% IF ( edit_matching_rule ) %] > [% IF ( matchpoints ) %] > <p id="addMatchPoint" style="display:none;"> >@@ -268,7 +268,7 @@ > </fieldset> <!-- /#match_points --> > > <fieldset class="rows" id="match_checks"> >- <h4>Required match checks</h4> >+ <h2>Required match checks</h2> > [% IF ( edit_matching_rule ) %] > [% IF ( matchchecks ) %] > <p id="addMatchCheck" style="display:none;"> >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 08bc96de1e..ed92faf161 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 >@@ -34,7 +34,7 @@ > > [% IF ( mappings_saved ) %] > <div class="dialog message"> >- <h4>Mappings have been saved</h4> >+ <p><strong>Mappings have been saved</strong></p> > <p><a href="/cgi-bin/koha/admin/oai_sets.pl">Return to sets management</a></p> > </div> > [% END %] >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 c8673d6963..a84740737b 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 >@@ -290,7 +290,7 @@ Patron attribute types › Administration › Koha > [% IF ( available_attribute_types ) %] > [% FOREACH attribute IN available_attribute_types %] > [% IF attribute.class %] >- <h4>[% attribute.lib | html %]</h4> >+ <h2>[% attribute.lib | html %]</h2> > [% END %] > <table class="patron_attributes_types" id="patron_attr[% attribute.class | html %]"> > <thead> >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 8d4f77bf09..42459bd800 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -49,7 +49,7 @@ > No system preferences matched your search for: <strong>[% searchfield | html %]</strong> > </div> > [% ELSIF searchfield %] >- <h2>You searched for: [% searchfield | html %]</h2> >+ <p><strong>You searched for: [% searchfield | html %]</strong></p> > [% END %] > [% FOREACH TAB IN TABS %] > <div class="prefs-tab"> >@@ -218,7 +218,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="prefModalLabel">Modal title</h4> >+ <h2 class="modal-title" id="prefModalLabel">Modal title</h2> > </div> > <div class="modal-body"> > <p> >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 2096a3305f..b1e4d4f35c 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 >@@ -90,7 +90,7 @@ a.add, a.delete { > > [% IF reset_confirm %] > <div class="dialog alert"> >- <h3>The current mappings you see on the screen will be erased and replaced by the mappings in the mappings.yaml file.</h3> >+ <h2>The current mappings you see on the screen will be erased and replaced by the mappings in the mappings.yaml file.</h2> > <form method="post"> > <input type="hidden" name="op" value="reset_confirmed" /> > <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, reset mappings</button> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt >index c6f8d95257..b17cbb4c4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt >@@ -108,7 +108,7 @@ > </form> > > [% UNLESS Koha.Preference('ManaToken') %] >- <h3>Configure Mana KB</h3> >+ <h2>Configure Mana KB</h2> > > <p>Once you have enabled Mana it must be configured. Type your name, and email address and submit. This will send an account creation request to Mana KB that will respond back with a Mana KB token (an encrypted ID that uniquely identifies your Koha installation). This token will automatically be saved in your database. After that you will receive an email. Read it and follow the instructions.</p> > [% END %] >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 2d24283cbc..3c4156d533 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 >@@ -527,7 +527,7 @@ > </form> > </div> > <div id="defaults-for-this-library" class="container"> >- <h3>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h3> >+ <h2>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h2> > <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p> > <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> > <input type="hidden" name="op" value="set-branch-defaults" /> >@@ -708,7 +708,7 @@ > </div> > [% IF ( show_branch_cat_rule_form ) %] > <div id="holds-policy-by-patron-category" class="container"> >- <h3>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h3> >+ <h2>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h2> > <p>For this library, you can specify the maximum number of loans that > a patron of a given category can make, regardless of the item type. > </p> >@@ -845,9 +845,9 @@ > > <div id="refund-lost-item-fee-on-return" class="container"> > [% IF current_branch == '*' %] >- <h3>Default lost item fee refund on return policy</h3> >+ <h2>Default lost item fee refund on return policy</h2> > [% ELSE %] >- <h3>Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %]</h3> >+ <h2>Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %]</h2> > [% END %] > <p>Specify the default policy for lost item fees on return. > </p> >@@ -948,7 +948,7 @@ > </div> > > <div id="holds-policy-by-item-type" class="container"> >- <h3>[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</h3> >+ <h2>[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</h2> > <p> > For this library, you can edit rules for given itemtypes, regardless > of the patron's category. >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 f6a2088b8a..c7a86e9ec6 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 >@@ -267,7 +267,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="delete_confirm_modal_label">Delete server</h3> >+ <h2 id="delete_confirm_modal_label">Delete server</h2> > </div> > <div class="modal-body"> > <div id="delete_confirm_dialog"></div> >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 4d3a813fc2..53f54362e3 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 >@@ -45,7 +45,7 @@ > [% END %] > > [% IF ( errors ) %]<div class="dialog alert"> >- <h4>There were problems with your submission</h4> >+ <h2>There were problems with your submission</h2> > <ul> > [% FOR e IN errors %] > <li>Invalid value for [% e | html %]</li> >-- >2.20.1
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 27741
:
120192
|
120193
|
120194
|
120195
|
120197
|
120198
|
121344
|
121346
|
121347
|
121348
|
121349
|
121350
|
121351
|
121357
|
121358
|
121365
|
121400
|
121402
|
121403
|
121404
|
121509
|
121510
|
121521
|
121534
|
121560
|
121622
|
121642
|
121643
|
121644
|
121645
|
121646
|
121699
|
121700
|
121701
|
122018
| 127369 |
127370
|
127371
|
127372
|
127373
|
127374
|
127375
|
127376
|
127377
|
127378
|
127379
|
127380
|
127381
|
127382
|
127383
|
127384
|
127385
|
127386
|
127387
|
127388
|
127389
|
127390
|
127391
|
127392
|
127393
|
127394
|
127395