Bugzilla – Attachment 127389 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: tools folder
Bug-27741-tools-folder.patch (text/plain), 36.26 KB, created by
Owen Leonard
on 2021-11-05 14:59:00 UTC
(
hide
)
Description:
Bug 27741: tools folder
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-11-05 14:59:00 UTC
Size:
36.26 KB
patch
obsolete
>From e8962ce94e067e91917b7ec9a4249dee3a3a5f3d Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Wed, 2 Jun 2021 08:00:21 +0000 >Subject: [PATCH] Bug 27741: tools folder > >Bug 27631 corrected the <h1> tags in each of the pages in the staff >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/tools-menu.inc | 6 ++--- > .../en/modules/tools/additional-contents.tt | 2 +- > .../automatic_item_modification_by_age.tt | 18 ++++++------- > .../prog/en/modules/tools/batchMod-edit.tt | 4 +-- > .../tools/batch_record_modification.tt | 2 +- > .../prog/en/modules/tools/cleanborrowers.tt | 6 ++--- > .../prog/en/modules/tools/holidays.tt | 18 ++++++------- > .../prog/en/modules/tools/import_borrowers.tt | 6 ++--- > .../prog/en/modules/tools/letter.tt | 3 ++- > .../en/modules/tools/manage-marc-import.tt | 2 +- > .../prog/en/modules/tools/modborrowers.tt | 2 +- > .../prog/en/modules/tools/overduerules.tt | 4 +-- > .../prog/en/modules/tools/preview_letter.tt | 8 +++--- > .../prog/en/modules/tools/quotes.tt | 2 +- > .../prog/en/modules/tools/stockrotation.tt | 26 +++++++++---------- > .../prog/en/modules/tools/tools-home.tt | 8 +++--- > .../prog/en/modules/tools/upload.tt | 4 +-- > .../prog/en/modules/tools/viewlog.tt | 8 +++--- > 18 files changed, 65 insertions(+), 64 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >index 0b5f33110f..2b401098df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -6,7 +6,7 @@ > <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li> > </ul> > [% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %] >-<h5>Patrons and circulation</h5> >+<h2>Patrons and circulation</h2> > <ul> > [% IF ( CAN_user_tools_manage_patron_lists ) %] > <li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li> >@@ -47,7 +47,7 @@ > </ul> > [% END %] > [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %] >-<h5>Catalog</h5> >+<h2>Catalog</h2> > <ul> > [% IF ( CAN_user_tools_items_batchdel ) %] > <li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li> >@@ -95,7 +95,7 @@ > </ul> > [% END %] > [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] >-<h5>Additional tools</h5> >+<h2>Additional tools</h2> > <ul> > [% IF ( CAN_user_tools_edit_calendar ) %] > <li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index fecb347618..bd0e7938fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -362,7 +362,7 @@ > <div class="modal-dialog" role="document"> > <div class="modal-content modal-lg"> > <div class="modal-header"> >- <h5 class="modal-title">Preview of: "[% c.title | html %]"</h5> >+ <h2 class="modal-title">Preview of: "[% c.title | html %]"</h2> > </div> > <div class="modal-body"> > [% c.content | $raw %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt >index 31ab9093f3..d1c5d6a820 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt >@@ -86,14 +86,14 @@ > [% FOR rule IN rules %] > [% SET id = loop.count %] > <fieldset class="rule"> >- <legend>Rule <span class="rulecount">[% loop.count | html %]</span> <a href="#" class="remove_rule"><i class="fa fa-trash"></i> Remove this rule</a></legend> >+ <legend><h2>Rule <span class="rulecount">[% loop.count | html %]</span></h2> <a href="#" class="remove_rule"><i class="fa fa-trash"></i> Remove this rule</a></legend> > <input type="hidden" name="unique_id" value="[% loop.count | html %]" /> <!-- FIXME on update, the unique_id should be filled --> > <div class="age"> >- <h5>Age in days</h5> >+ <h3>Age in days</h3> > <input class="age" type="text" inputmode="numeric" pattern="[0-9]*" value="[% rule.age | html %]" name="age_[% id | html %]" /> > </div> > <div class="blocks"> >- <h5>Conditions</h5> >+ <h3>Conditions</h3> > [% FOR condition IN rule.conditions %] > <div class="block"> > <select name="condition_field_[% id | html %]"> >@@ -114,7 +114,7 @@ > [% END %] > </div> > <div class="blocks"> >- <h5>Substitutions</h5> >+ <h3>Substitutions</h3> > [% FOR substitution IN rule.substitutions %] > <div class="block"> > <select class="required" required="required" name="substitution_field_[% id | html %]"> >@@ -147,14 +147,14 @@ > </div> > > <fieldset id="new_rule"> >- <legend>Rule <span class="rulecount"></span> <a href="#" class="remove_rule"><i class="fa fa-trash"></i> Remove this rule</a></legend> >+ <legend><h2>Rule <span class="rulecount"></span></h2> <a href="#" class="remove_rule"><i class="fa fa-trash"></i> Remove this rule</a></legend> > <input type="hidden" name="unique_id" /> > <div class="age"> >- <h5>Age in days</h5> >+ <h3>Age in days</h3> > <input class="age" type="text" inputmode="numeric" pattern="[0-9]*" value="" name="age" /> > </div> > <div class="blocks"> >- <h5>Conditions</h5> >+ <h3>Conditions</h3> > <div class="block"> > <select name="condition_field"> > <option value="">Choose a field name</option> >@@ -169,7 +169,7 @@ > </div> > </div> > <div class="blocks"> >- <h5>Substitutions</h5> >+ <h3>Substitutions</h3> > <div class="block"> > <select required="required" class="required" name="substitution_field"> > <option value="">Choose a field name</option> >@@ -187,7 +187,7 @@ > </fieldset> > [% ELSIF rules %] > <div> >- <h4>List of rules</h4> >+ <h2>List of rules</h2> > <table id="rulest"> > <thead> > <tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index 75402985f0..b21d5c7389 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -102,7 +102,7 @@ > > [% IF ( item_loop ) %] > [% UNLESS ( too_many_items_display ) %] >- <h4>The following barcodes were found: </h4> >+ <h2>The following barcodes were found: </h2> > [% END %] > [% END %] > [% END # /IF notfoundbarcodes.size %] >@@ -124,7 +124,7 @@ > </table> > [% IF ( item_loop ) %] > [% UNLESS ( too_many_items_display ) %] >- <h4>The following itemnumbers were found: </h4> >+ <h2>The following itemnumbers were found: </h2> > [% END %] > [% END %] > [% END # /IF notfounditemnumbers.size %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index a88f84c6b2..67031b8ea3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -166,7 +166,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="marcPreviewLabel">MARC preview</h3> >+ <h2 id="marcPreviewLabel">MARC preview</h2> > </div> > <div class="modal-body"> > <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >index 05e70eb768..f4d04a9cbf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >@@ -105,9 +105,9 @@ > <form name="f1" id="delete_patrons_form" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post"> > <fieldset> > <legend>Delete patrons</legend> >- <h3><input id="checkborrower" type="checkbox" name="checkbox" value="borrower" /><label for="checkborrower"> Verify you want to delete patrons</label></h3> >+ <input id="checkborrower" type="checkbox" name="checkbox" value="borrower" /><label for="checkborrower"> Verify you want to delete patrons</label> > <br /> >- <h5>Delete patrons who meet the following criteria:</h5> >+ <p><strong>Delete patrons who meet the following criteria:</strong></p> > <ul> > <li> > <label for="date1">who have not borrowed since:</label> >@@ -156,7 +156,7 @@ > [% UNLESS Koha.Preference('AnonymousPatron') %] > <div class="dialog message">The AnonymousPatron system preference is not defined. You can use this feature anyway but NULL will be used to update the checkout history.</div> > [% END %] >- <h3><input id="checkissue" type="checkbox" name="checkbox" value="issue" /><label for="checkissue"> Verify you want to anonymize patron checkout history</label></h3> >+ <input id="checkissue" type="checkbox" name="checkbox" value="issue" /><label for="checkissue"> Verify you want to anonymize patron checkout history</label> > <br /> > <ul> > <li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >index a35f8cbf15..2984dcbd4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >@@ -45,7 +45,7 @@ > <form action="/cgi-bin/koha/tools/exceptionHolidays.pl" method="post"> > <input type="hidden" id="showHolidayType" name="showHolidayType" value="" /> > <fieldset class="brief"> >- <h3>Edit this holiday</h3> >+ <h2>Edit this holiday</h2> > <span id="holtype"></span> > <ol> > <li> >@@ -140,7 +140,7 @@ > <div class="panel" id="newHoliday"> > <form action="/cgi-bin/koha/tools/newHolidays.pl" method="post"> > <fieldset class="brief"> >- <h3>Add new holiday</h3> >+ <h2>Add new holiday</h2> > <ol> > <li> > <strong>Library:</strong> >@@ -224,7 +224,7 @@ > </div> <!-- /#newHoliday --> > > <div id="calendar-container"> >- <h3>Calendar information</h3> >+ <h2>Calendar information</h2> > <span id="calendar-anchor"></span> > </div> > <div style="margin-top: 2em;"> >@@ -244,7 +244,7 @@ > > <div class="col-sm-6"> > <div class="help"> >- <h4>Hints</h4> >+ <h2>Hints</h2> > <ul> > <li>Search in the calendar the day you want to set as holiday.</li> > <li>Click the date to add or edit a holiday.</li> >@@ -252,7 +252,7 @@ > <li>Specify how the holiday should repeat.</li> > <li>Click Save to finish.</li> > </ul> >- <h4>Key</h4> >+ <h2>Key</h2> > <p> > <span class="key normalday">Working day</span> > <span class="key holiday">Unique holiday</span> >@@ -266,7 +266,7 @@ > <!-- Exceptions First --> > <!-- this will probably always have the least amount of data --> > [% IF ( EXCEPTION_HOLIDAYS_LOOP ) %] >- <h3>Exceptions</h3> >+ <h2>Exceptions</h2> > <label class="controls"> > <input type="checkbox" name="show_past" id="show_past_holidayexceptions" class="show_past" /> > Show past entries >@@ -296,7 +296,7 @@ > [% END # /IF ( EXCEPTION_HOLIDAYS_LOOP ) %] > > [% IF ( WEEK_DAYS_LOOP ) %] >- <h3>Weekly - Repeatable holidays</h3> >+ <h2>Weekly - Repeatable holidays</h2> > <table id="holidayweeklyrepeatable"> > <thead> > <tr> >@@ -318,7 +318,7 @@ > [% END # / IF ( WEEK_DAYS_LOOP ) %] > > [% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] >- <h3>Yearly - Repeatable holidays</h3> >+ <h2>Yearly - Repeatable holidays</h2> > <table id="holidaysyearlyrepeatable"> > <thead> > <tr> >@@ -346,7 +346,7 @@ > [% END # /IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] > > [% IF ( HOLIDAYS_LOOP ) %] >- <h3>Unique holidays</h3> >+ <h2>Unique holidays</h2> > <label class="controls"> > <input type="checkbox" name="show_past" id="show_past_holidaysunique" class="show_past" /> > Show past entries >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index a0bb8409b7..a9ec435828 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -59,7 +59,7 @@ > <div class="col-sm-6"> > <h1>Import patrons</h1> > [% IF ( uploadborrowers ) %] >- <h5>Import results :</h5> >+ <h2>Import results :</h2> > <ul> > <li>[% imported | html %] imported records [% IF ( lastimported ) %](last was [% lastimported | html %])[% END %]</li> > [% IF imported and patronlistname %] >@@ -76,7 +76,7 @@ > <br /><br /> > > <div> >- <h5>Feedback:</h5> >+ <h2>Feedback:</h2> > <ul class="feedback"> > [% FOREACH f IN feedback %] > <li> >@@ -101,7 +101,7 @@ > <br /><br /> > > <div> >- <h5>Error analysis:</h5> >+ <h2>Error analysis:</h2> > <ul> > [% FOREACH e IN errors %] > [% IF ( e.badheader ) %]<li>Header row could not be parsed</li>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 946518210e..fd98cdeca9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -95,7 +95,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="preview_template_label">Preview notice template</h3> >+ <h2 id="preview_template_label">Preview notice template</h2> > </div> > <div class="modal-body"> > <div id="loading"> >@@ -270,6 +270,7 @@ > </div> <!-- /#toolbar --> > > <form id="add_notice" name="Aform" method="post" enctype="multipart/form-data" class="validate"> >+ <legend class="sr-only"><h2>Add details for notice</h2></legend> > [% IF add_form %] > <input type="hidden" name="op" id="op" value="add_validate" /> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index 75777fc3a3..407dc07ea7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -431,7 +431,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="marcPreviewLabel">MARC preview</h3> >+ <h2 id="marcPreviewLabel">MARC preview</h2> > </div> > <div class="modal-body"> > <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index f60a917a9b..ff2e06b3a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -169,7 +169,7 @@ > [% IF ( op == 'show_results' ) %] > [% IF ( errors ) %] > <div class="dialog alert"> >- <h4>Errors occurred:</h4> >+ <h2>Errors occurred:</h2> > <ul class="warnings"> > [% FOREACH error IN errors %] > [% IF ( error.error == 'can_not_update' ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >index 659f092ed4..118b7dd7f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >@@ -49,7 +49,7 @@ > </form> > [% IF ( ERROR ) %] > <div class="dialog alert"> >- <h3>Data error</h3> >+ <h2>Data error</h2> > <p>The following errors were found. Please correct them and submit again:</p> > <ul> > [% IF ( ERRORDELAY ) %] >@@ -68,7 +68,7 @@ > <form method="post" action="/cgi-bin/koha/tools/overduerules.pl"> > <input type="hidden" name="op" value="save" /> > <input type="hidden" name="branch" value="[% branch | html %]" /> >- <h3>Rules for overdue actions: [% IF ( branch ) %][% Branches.GetName( branch ) | html %][% ELSE %] default library [% END %]</h3> >+ <h2>Rules for overdue actions: [% IF ( branch ) %][% Branches.GetName( branch ) | html %][% ELSE %] default library [% END %]</h2> > [% IF ( datasaved ) %]<div class="dialog message">Changes saved.</div> [% END %] > > <div id="rulestabs" class="toptabs"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt >index 5173d7635e..db2dfe66bb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt >@@ -32,7 +32,7 @@ > [% IF rendered_message %] > <div class="row"> > <div class="col-xs-6"> >- <h3>Original version</h3> >+ <h2>Original version</h2> > <span style="font-family:monospace"> > [% FILTER html_line_break %] > [% original_content | html %] >@@ -40,7 +40,7 @@ > </span> > </div> > <div class="col-xs-6"> >- <h3>Original message, rendered:</h3> >+ <h2>Original message, rendered:</h2> > <span style="font-family:monospace"> > [% FILTER html_line_break %] > [% rendered_message.content | html %] >@@ -55,7 +55,7 @@ > <hr /> > <div class="row"> > <div class="col-xs-6"> >- <h3>Converted version</h3> >+ <h2>Converted version</h2> > <span style="font-family:monospace"> > [% FILTER html_line_break %] > [% tt_content | html %] >@@ -63,7 +63,7 @@ > </span> > </div> > <div class="col-xs-6"> >- <h3>Converted message, rendered:</h3> >+ <h2>Converted message, rendered:</h2> > <span style="font-family:monospace"> > [% FILTER html_line_break %] > [% rendered_tt_message.content | html %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >index 1c94c71bd8..a4a3b87878 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >@@ -123,7 +123,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 quote</h3> >+ <h2 id="delete_confirm_modal_label">Delete quote</h2> > </div> > <div class="modal-body"> > <div id="delete_confirm_dialog"></div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >index ef2389fbf2..b73d736f10 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >@@ -159,7 +159,7 @@ > > [% IF error == 'invalid_form' %] > <div class="dialog alert"> >- <h3>There was a problem with your form submission</h3> >+ <h2>There was a problem with your form submission</h2> > </div> > [% END %] > >@@ -205,7 +205,7 @@ > > [% IF error == 'invalid_form' %] > <div class="dialog alert"> >- <h3>There was a problem with your form submission</h3> >+ <h2>There was a problem with your form submission</h2> > </div> > [% END %] > >@@ -229,7 +229,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="addStageLabel">Add stage to <em>[% rota.title | html %]</em></h4> >+ <h2 class="modal-title" id="addStageLabel">Add stage to <em>[% rota.title | html %]</em></h2> > </div> > <div class="modal-body"> > <fieldset class="rows"> >@@ -301,7 +301,7 @@ > [% ELSE %] > > <div class="dialog message"> >- <h4>This rota has no stages.</h4> >+ <h2>This rota has no stages.</h2> > <p><button type="button" data-toggle="modal" data-target="#addStageModal"><i class="fa fa-plus"></i> Add a stage</button></p> > </div> > >@@ -319,7 +319,7 @@ > > [% IF error == 'invalid_form' %] > <div class="dialog alert"> >- <h3>There was a problem with your form submission</h3> >+ <h2>There was a problem with your form submission</h2> > </div> > [% END %] > >@@ -387,9 +387,9 @@ > [% IF error %] > <div class="dialog alert"> > [% IF error == "item_not_found" %] >- <h3>The item was not found</h3> >+ <h2>The item was not found</h2> > [% ELSIF error == "already_on_rota" %] >- <h3>This item is already on this rota</h3> >+ <h2>This item is already on this rota</h2> > [% END %] > </div> > [% END %] >@@ -403,7 +403,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="addItemsLabel">Add item to <em>[% rota.title | html %]</em></h4> >+ <h2 class="modal-title" id="addItemsLabel">Add item to <em>[% rota.title | html %]</em></h2> > </div> > <div class="modal-body"> > <fieldset class="rows"> >@@ -510,7 +510,7 @@ > [% ELSE %] > > <div class="dialog message"> >- <h4>There are no items assigned to this rota.</h4> >+ <h2>There are no items assigned to this rota.</h2> > <p><button type="button" data-toggle="modal" data-target="#addItemsModal"><i class="fa fa-plus"></i> Add items</button></p> > </div> > >@@ -526,7 +526,7 @@ > > <div> > [% IF barcode_status.ok.size > 0 %] >- <h4>Items added to rota:</h4> >+ <h2>Items added to rota:</h2> > <ul> > [% FOREACH item_ok IN barcode_status.ok %] > <li>[% item_ok.biblio.title | html %]</li> >@@ -534,7 +534,7 @@ > </ul> > [% END %] > [% IF barcode_status.on_this.size > 0 %] >- <h4>Items already on this rota:</h4> >+ <h2>Items already on this rota:</h2> > <ul> > [% FOREACH item_on_this IN barcode_status.on_this %] > <li>[% item_on_this.biblio.title | html %]</li> >@@ -542,7 +542,7 @@ > </ul> > [% END %] > [% IF barcode_status.not_found.size > 0 %] >- <h4>Barcodes not found:</h4> >+ <h2>Barcodes not found:</h2> > <ul> > [% FOREACH barcode_not_found IN barcode_status.not_found %] > <li>[% barcode_not_found | html %]</li> >@@ -550,7 +550,7 @@ > </ul> > [% END %] > [% IF barcode_status.on_other.size > 0 %] >- <h4>Items found on other rotas:</h4> >+ <h2>Items found on other rotas:</h2> > <ul> > [% FOREACH item_on_other IN barcode_status.on_other %] > <li>[% item_on_other.biblio.title | html %]</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >index 2ab7dc9e12..360091734d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >@@ -28,7 +28,7 @@ > <div class="row"> > <div class="col-sm-4"> > [% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %] >-<h3>Patrons and circulation</h3> >+<h2>Patrons and circulation</h2> > [% END %] > <dl> > [% IF (CAN_user_tools_manage_patron_lists) %] >@@ -97,7 +97,7 @@ > > <div class="col-sm-4 col-sm-push-4"> > [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] >-<h3>Additional tools</h3> >+<h2>Additional tools</h2> > [% END %] > <dl> > [% IF ( CAN_user_tools_edit_calendar ) %] >@@ -167,7 +167,7 @@ > </dl> > > [% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %] >-<h3>Cash management</h3> >+<h2>Cash management</h2> > <dl> > > <dt><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></dt> >@@ -183,7 +183,7 @@ > > <div class="col-sm-4 col-sm-pull-4"> > [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %] >-<h3>Catalog</h3> >+<h2>Catalog</h2> > [% END %] > <dl> > [% IF ( CAN_user_tools_items_batchdel ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >index 7a232de0ef..df59d3cd01 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >@@ -296,12 +296,12 @@ > <a href="/cgi-bin/koha/tools/upload.pl" class="btn btn-default">Upload file</a> > </div> > [% IF uploads %] >- <h3>Your request gave the following results:</h3> >+ <h2>Your request gave the following results:</h2> > [% PROCESS table_results %] > [% PROCESS closer %] > [% PROCESS back %] > [% ELSE %] >- <h4>Sorry, your request had no results.</h4> >+ <h2>Sorry, your request had no results.</h2> > [% PROCESS newsearch %] > [% END %] > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index 2f4ad0629e..1246b374f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -309,7 +309,7 @@ > </form> > [% IF ( do_it ) %] > [% IF ( total ) %] >- <h3>Log entries</h3> >+ <h2>Log entries</h2> > <div id="toolbar" class="btn-toolbar"> > <a href="#" id="select_none" class="btn btn-link disabled"><i class="fa fa-remove"></i> Check none</a> > <button class="btn btn-link disabled compare_link"><i class="fa fa-columns"></i> Compare selected</button> >@@ -433,16 +433,16 @@ > <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="compareInfoLabel">Compare preference values</h4> >+ <h2 class="modal-title" id="compareInfoLabel">Compare preference values</h2> > </div> > <div class="modal-body"> > <div class="row"> > <div class="compare_pane col-sm-6" id="col1"> >- <h5>Older version</h5> >+ <h3>Older version</h3> > <pre></pre> > </div> > <div class="compare_pane col-sm-6" id="col2"> >- <h5>Newer version</h5> >+ <h3>Newer version</h3> > <pre></pre> > </div> > </div> >-- >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