Bugzilla – Attachment 121699 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.13 KB, created by
Wainui Witika-Park
on 2021-06-08 04:23:45 UTC
(
hide
)
Description:
Bug 27741: tools folder
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-06-08 04:23:45 UTC
Size:
36.13 KB
patch
obsolete
>From 71d31cd65b9e75dfc55c08b17c05930f621da01c Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Tue, 8 Jun 2021 04:21:39 +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 >--- > .../intranet-tmpl/prog/en/includes/tools-menu.inc | 6 ++--- > .../tools/automatic_item_modification_by_age.tt | 18 +++++++------- > .../prog/en/modules/tools/batchMod-edit.tt | 4 ++-- > .../en/modules/tools/batch_record_modification.tt | 2 +- > .../prog/en/modules/tools/cleanborrowers.tt | 28 ++++++++++++---------- > .../prog/en/modules/tools/holidays.tt | 18 +++++++------- > .../prog/en/modules/tools/import_borrowers.tt | 6 ++--- > .../prog/en/modules/tools/koha-news.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/tools/letter.tt | 3 ++- > .../prog/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 +++---- > .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 2 +- > .../prog/en/modules/tools/stockrotation.tt | 26 ++++++++++---------- > .../prog/en/modules/tools/tools-home.tt | 6 ++--- > .../intranet-tmpl/prog/en/modules/tools/upload.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 8 +++---- > 18 files changed, 78 insertions(+), 73 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 ba3f54a281..9d9e25833f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -8,7 +8,7 @@ > [% 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> >@@ -54,7 +54,7 @@ > || ( 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> >@@ -104,7 +104,7 @@ > [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news > || 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/automatic_item_modification_by_age.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt >index 31ab9093f3..39b91853f8 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 e07e44b228..dee7d79998 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 >@@ -86,7 +86,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 %] >@@ -108,7 +108,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 950854285c..268f6b6b7f 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 87ab207806..eb4fdb2bec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >@@ -104,9 +104,11 @@ > <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> >- <br /> >- <h5>Delete patrons who meet the following criteria:</h5> >+ <input id="checkborrower" type="checkbox" name="checkbox" value="borrower" /><label for="checkborrower"> Verify you want to delete patrons</label> >+ <br / >+ <br> >+ <br> >+ <p><strong>Delete patrons who meet the following criteria:</strong></p> > <ul> > <li> > <label for="date1">who have not borrowed since:</label> >@@ -155,8 +157,10 @@ > [% 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 /> >+ <br> >+ <br> > <ul> > <li> > <label for="date2">Permanently delete checkout history older than</label> >@@ -181,7 +185,7 @@ > <form name="f2" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post"> > > <div class="dialog alert"> >- <h3>Warning</h3> >+ <h2>Warning</h2> > <ul> > <li>[% patrons_to_delete.size || 0 | html %] patrons will be deleted</li> > <li>[% patrons_to_anonymize.count || 0 | html %] patrons' checkout histories will be anonymized</li> >@@ -241,23 +245,23 @@ > > <div id="step3"> > [% IF ( testrun ) %] >- <h4>[% TotalDel | html %] patrons would have been removed (if it wasn't a test run)</h4> >- <h4>No patron records have been actually removed</h4> >+ <p><strong>[% TotalDel | html %] patrons would have been removed (if it wasn't a test run)</strong></p> >+ <p><strong>No patron records have been actually removed</strong></p> > [% ELSE %] > [% IF ( do_delete ) %] > [% IF ( trash ) %] >- <h4>[% TotalDel | html %] patrons have been successfully moved to trash</h4> >+ <p><strong>[% TotalDel | html %] patrons have been successfully moved to trash</strong></p> > [% ELSE %] >- <h4>[% TotalDel | html %] patrons have been successfully deleted</h4> >+ <p><strong>[% TotalDel | html %] patrons have been successfully deleted</strong></p> > [% END %] > [% ELSE %] >- <h4>No patron records have been removed</h4> >+ <p><strong>No patron records have been removed</strong></p> > [% END %] > [% END %] > [% IF do_anonym %] >- <h4>All checkouts ([% do_anonym | html %]) older than [% last_issue_date | $KohaDates %] have been anonymized</h4> >+ <p><strong>All checkouts ([% do_anonym | html %]) older than [% last_issue_date | $KohaDates %] have been anonymized</strong></p> > [% ELSE %] >- <h4>No patron records have been anonymized</h4> >+ <p><strong>No patron records have been anonymized</strong></p> > [% END %] > > </div> >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 35d72554a9..ba52fce510 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >@@ -50,7 +50,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> >@@ -127,7 +127,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> >@@ -200,7 +200,7 @@ > <!-- ************************************************************************************** --> > <!-- ****** MAIN SCREEN CODE ****** --> > <!-- ************************************************************************************** --> >-<h3>Calendar information</h3> >+<h2>Calendar information</h2> > <div id="jcalendar-container"></div> > > <div style="margin-top: 2em;"> >@@ -220,7 +220,7 @@ > </div> > <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> >@@ -228,7 +228,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> >@@ -241,7 +241,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 >@@ -270,7 +270,7 @@ > [% END %] > > [% IF ( WEEK_DAYS_LOOP ) %] >-<h3>Weekly - Repeatable holidays</h3> >+<h2>Weekly - Repeatable holidays</h2> > <table id="holidayweeklyrepeatable"> > <thead> > <tr> >@@ -293,7 +293,7 @@ > [% END %] > > [% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] >-<h3>Yearly - Repeatable holidays</h3> >+<h2>Yearly - Repeatable holidays</h2> > <table id="holidaysyearlyrepeatable"> > <thead> > <tr> >@@ -321,7 +321,7 @@ > [% END %] > > [% 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 4237c8fcc9..81fbbbcc48 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/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >index 6f5b230294..5ab5ac5bd7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >@@ -192,7 +192,7 @@ > <div class="modal-dialog" role="document"> > <div class="modal-content modal-lg"> > <div class="modal-header"> >- <h5 class="modal-title">Preview of: "[% opac_new.title | html %]"</h5> >+ <h2 class="modal-title">Preview of: "[% opac_new.title | html %]"</h2> > </div> > <div class="modal-body"> > [% opac_new.content | $raw %] >@@ -247,7 +247,7 @@ > > <div id="news-filter"> > <form action="/cgi-bin/koha/tools/koha-news.pl" method="get"> >- <h4>Filter</h4> >+ <h2>Filter</h2> > <fieldset class="brief"> > <ol> > <li> >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 2a56b1a2d3..9c44024ccf 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 >@@ -429,7 +429,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 39fbc7c12e..55d4bb1388 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -112,7 +112,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 8cea9c0cb5..7f53195ac7 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 @@ > [% 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) %] >@@ -99,7 +99,7 @@ > [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news > || 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 ) %] >@@ -178,7 +178,7 @@ > || ( 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 7a657ab980..e61e82d81d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >@@ -272,12 +272,12 @@ > [% PROCESS closer %] > [% ELSIF mode == 'report' %] > [% 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 9760ba6c40..e870276099 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -297,7 +297,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> >@@ -421,16 +421,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.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 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