From 09244d6a78e47f817ea28915db23b6ee74b7618c Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> Date: Mon, 19 Apr 2021 05:31:07 +0000 Subject: [PATCH] Bug 27631: admin folder Changed each of the pages in the admin folder to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo. The hierarchy of heading tags may be broken in many pages, but this will be dealt with in an additional bug. To test: 1) Go to the Staff Client 2) Apply patch 3) Go to each of the pages in the admin folder and check that they have an obvious and descriptive heading 4) Ensure that the heading in the page is <h1> Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard <oleonard@myacpl.org> --- .../prog/en/modules/admin/additional-fields.tt | 8 ++++---- .../prog/en/modules/admin/admin-home.tt | 2 +- .../prog/en/modules/admin/aqbudgetperiods.tt | 16 +++++++++------- .../prog/en/modules/admin/aqbudgets.tt | 5 +++-- .../prog/en/modules/admin/aqcontract.tt | 8 ++++---- .../prog/en/modules/admin/aqplan.tt | 2 +- .../prog/en/modules/admin/audio_alerts.tt | 4 ++-- .../modules/admin/auth_subfields_structure.tt | 2 +- .../prog/en/modules/admin/authtypes.tt | 6 ++++-- .../prog/en/modules/admin/background_jobs.tt | 2 +- .../prog/en/modules/admin/biblio_framework.tt | 12 ++++++------ .../prog/en/modules/admin/branches.tt | 6 +++--- .../prog/en/modules/admin/cash_registers.tt | 3 ++- .../prog/en/modules/admin/categories.tt | 14 ++++++++------ .../prog/en/modules/admin/cities.tt | 4 ++-- .../prog/en/modules/admin/classsources.tt | 14 +++++++------- .../prog/en/modules/admin/clone-rules.tt | 4 ++-- .../prog/en/modules/admin/columns_settings.tt | 2 +- .../prog/en/modules/admin/credit_types.tt | 6 +++--- .../prog/en/modules/admin/currency.tt | 18 ++++++++++-------- .../prog/en/modules/admin/debit_types.tt | 6 +++--- .../prog/en/modules/admin/desks.tt | 4 ++-- .../prog/en/modules/admin/didyoumean.tt | 2 +- .../prog/en/modules/admin/edi_accounts.tt | 16 +++++++++------- .../prog/en/modules/admin/edi_ean_accounts.tt | 16 +++++++++------- .../en/modules/admin/items_search_fields.tt | 4 ++-- .../prog/en/modules/admin/itemtypes.tt | 8 ++++---- .../prog/en/modules/admin/library_groups.tt | 2 +- .../prog/en/modules/admin/localization.tt | 1 + .../modules/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/admin/matching-rules.tt | 8 ++++---- .../prog/en/modules/admin/oai_sets.tt | 6 +++--- .../prog/en/modules/admin/overdrive.tt | 2 +- .../prog/en/modules/admin/patron-attr-types.tt | 8 ++++---- .../prog/en/modules/admin/preferences.tt | 4 ++-- .../prog/en/modules/admin/sms_providers.tt | 2 +- .../prog/en/modules/admin/smtp_servers.tt | 6 +++--- .../prog/en/modules/admin/systempreferences.tt | 11 +++++++---- .../prog/en/modules/admin/z3950servers.tt | 2 +- 39 files changed, 133 insertions(+), 115 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt index 3fdd329014..38965080b7 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt @@ -102,7 +102,7 @@ [% IF op == 'list_tables' %] [% IF CAN_user_acquisitions_order_manage || CAN_user_serials_edit_subscription %] - <h3>Additional fields</h3> + <h1>Additional fields</h1> <p>Select a table:</p> [% BLOCK table_option %] <li><a href="?tablename=[% value | uri %]">[% content | html %] (<span class="ex">[% value | html %]</span>)</a></li> @@ -119,7 +119,7 @@ Additional permissions in the acquisitions or serials modules are required for editing additional fields [% END %] [% ELSIF op == 'list' %] - <h3>Additional fields for '[% tablename | html %]'</h3> + <h1>Additional fields for '[% tablename | html %]'</h1> [% IF fields %] <table id="fieldst"> <thead> @@ -157,9 +157,9 @@ [% END %] [% ELSIF op == 'add_form' %] [% IF field %] - <h3>Modify field</h3> + <h1>Modify field</h1> [% ELSE %] - <h3>Add field</h3> + <h1>Add field</h1> [% END %] <form action="" name="add_form" id="add_field" method="post"> <fieldset class="rows"> 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 afdae6c399..6ec128e569 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 @@ -24,6 +24,7 @@ <div class="main container-fluid"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> + <h1>Koha administration</h1> [% IF ( CAN_user_parameters_manage_mana ) %] [% IF ( Koha.Preference('Mana') == 1) && !mana_url %] <div class="dialog message"> @@ -50,7 +51,6 @@ </div> [% END %] [% END %] - <h1>Koha administration</h1> <div class="row"> <div class="col-md-6 sysprefs"> [% IF ( CAN_user_parameters_manage_sysprefs ) %] 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 1560479772..ae85cabbb5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -179,7 +179,7 @@ [% END %] [% IF ( duplicate_form ) %] -<h3>Duplicate budget</h3> +<h1>Duplicate budget</h1> <form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post"> <fieldset class="rows"> <input type="hidden" name="op" value="duplicate_budget" /> @@ -245,9 +245,9 @@ <!-- add or modify a budget period --> [% IF ( budget_period_id ) %] - <h3>Modify budget <em>[% budget_period_description | html %]</em></h3> + <h1>Modify budget <em>[% budget_period_description | html %]</em></h1> [% ELSE %] - <h3>Add budget</h3> + <h1>Add budget</h1> [% END %] <form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post"> <fieldset class="rows"> @@ -326,16 +326,16 @@ [% IF ( delete_confirm ) %] [% IF ( total ) %] <div class="dialog message"> - <h3>Cannot delete budget</h3> + <h1>Cannot delete budget</h1> <p><strong>This record is used [% total | html %] times</strong> . Deletion is not possible.</p> [% ELSIF ( funds_exist ) %] <div class="dialog message"> - <h3>Cannot delete budget</h3> + <h1>Cannot delete budget</h1> <p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p> [% ELSE %] <div class="dialog alert"> - <h3>Delete budget '[% budget_period_description | html %]'?</h3> + <h1>Delete budget '[% budget_period_description | html %]'?</h1> <!-- ############################################################# --> <!-- "delete" and "cancel" buttons --> @@ -355,6 +355,7 @@ [% END %] [% IF close_form %] +<h1>Close budget [% budget_period_description | html %]</h1> [% IF budget_periods.size == 0 %] You cannot move funds of this budget, there is no active budget. Please create a new active budget and retry. @@ -412,6 +413,7 @@ </form> [% 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> <table id="closed_report"> @@ -462,7 +464,7 @@ <!-- DEFAULT display budget periods list --> [% IF ( else ) %] - <h2>Budgets administration</h2> + <h1>Budgets administration</h1> [% IF ( failed_delete_funds_exist ) %] <div class="dialog message">Failed to delete budget because funds exist.</div> 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 d7f15fe08d..50a13c9b06 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -243,10 +243,11 @@ [% IF op == 'add_form' && !error_not_authorised_to_modify %] <form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post"> <fieldset class="rows"> - <legend>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund + <legend><h1>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund [% IF ( budget_period_description ) %] [% budget_name | html %] for Budget '[% budget_period_description | html %]' [% END %] + </h1> </legend> <input type="hidden" name="op" value="add_validate" /> @@ -411,7 +412,7 @@ [% IF op == 'delete_confirm' %] <div class="dialog alert"> - <h3>Delete fund [% budget_name | html %]?</h3> + <h1>Delete fund [% budget_name | html %]?</h1> If you delete this fund, all orders linked to this fund will be deleted! <table> <tr> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt index b4a0983041..f97eac73ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -149,14 +149,14 @@ </form> [% END %] [% IF ( add_validate ) %] - <h3>Data recorded</h3> + <h1>Data recorded</h1> <form action="[% script_name | html %]" method="post"> <input type="submit" value="OK" /> </form> [% END %] [% IF ( delete_confirm ) %] <div class="dialog alert"> - <h3>Confirm deletion of contract <em>[% contractname | html %]</em></h3> + <h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1> <table> <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr> <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr> @@ -179,14 +179,14 @@ </div> [% END %] [% IF ( delete_confirmed ) %] - <h3>Contract deleted</h3> + <h1>Contract deleted</h1> <form action="[% script_name | html %]" method="post"> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> <input type="submit" value="OK" /> </form> [% END %] [% IF ( else ) %] - <h2>Contract(s) of [% booksellername | html %]</h2> + <h1>Contract(s) of [% booksellername | html %]</h1> [% IF ( loop ) %] <table> <tr> 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 85180f4efd..cbd85c4edc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -41,7 +41,7 @@ [% INCLUDE 'budgets-admin-toolbar.inc' %] <form method="post" id="Aform" name="Aform" action="/cgi-bin/koha/admin/aqplan.pl"> -<h3>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h3> +<h1>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h1> <input type="hidden" name="authcat" value="[% authcat | html %]" /> <!-- Budget Lines --> 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 23a5e89b29..9922efa583 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 @@ -38,7 +38,7 @@ <form id="new-alert-form" action="audio_alerts.pl" method="post" class="validated"> <fieldset class="rows"> - <legend><span class="create-alert">Add new alert</span><span class="edit-alert">Edit alert</span></legend> + <legend><h1><span class="create-alert">Add new alert</span><span class="edit-alert">Edit alert</span></h1></legend> <input id="id" name="id" type="hidden" value="" /> <ol> @@ -86,7 +86,7 @@ </form> <form id="delete-alert-form" action="audio_alerts.pl" method="post"> - <h3>Audio alerts</h3> + <h1>Audio alerts</h1> [%IF !( Koha.Preference('AudioAlerts') ) %] <div class="dialog alert"> <h3>Audio alerts are disabled</h3> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index 67eee4f1ab..d6b77237d8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -270,7 +270,7 @@ [% IF ( delete_confirm ) %] <div class="dialog alert"> - <h3>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h3> + <h1>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h1> <form action="[% delete_link | html %]" method="post"> <input type="hidden" name="op" value="delete_confirmed" /> <table> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index 83338af0f6..79aafcb5d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -92,11 +92,13 @@ Authority types › Administration › Koha <form action="/cgi-bin/koha/admin/authtypes.pl" name="Aform" method="post" class="validated"> <fieldset class="rows"> <legend> + <h1> [% IF authority_type.authtypecode.defined %] Modify authority type [% ELSE %] New authority type [% END %] + </h1> </legend> <ol> <li> @@ -142,11 +144,11 @@ Authority types › Administration › Koha [% IF op == 'delete_confirm' %] <div class="dialog alert"> [% IF authorities_using_it %] - <h3>This authority type cannot be deleted</h3> + <h1>This authority type cannot be deleted</h1> <p>This record is used <strong>[% authorities_using_it | html %]</strong> times</p> <a class="cancel" href="/cgi-bin/koha/admin/authtypes.pl">Back to the list</a> [% ELSE %] - <h3>Confirm deletion of authority structure definition for <span class="ex">'[% authority_type.authtypetext | html %]' ([% authority_type.authtypecode | html %])</span></h3> + <h1>Confirm deletion of authority structure definition for <span class="ex">'[% authority_type.authtypetext | html %]' ([% authority_type.authtypecode | html %])</span></h1> <form action="/cgi-bin/koha/admin/authtypes.pl" method="post"> <input type="hidden" name="op" value="delete_confirmed" /> <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" /> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt index f73e9222ae..c3eed162c3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -148,7 +148,7 @@ [% IF op == 'list' %] - <h2>Background jobs</h2> + <h1>Background jobs</h1> [% IF jobs.count %] <table id="table_background_jobs"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index ce45d1260f..221b1ce782 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -137,14 +137,14 @@ MARC frameworks › Administration › Koha [% IF op == 'delete_confirm' %] <div class="dialog alert"> [% IF biblios_use_this_framework %] - <h3>This framework cannot be deleted</h3> + <h1>This framework cannot be deleted</h1> <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p> <p>The framework is used [% biblios_use_this_framework | html %] times.</p> <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get"> <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button> </form> [% ELSE %] - <h3>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h3> + <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1> <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post"> <input type="hidden" name="op" value="delete_confirmed" /> <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" /> @@ -191,7 +191,7 @@ MARC frameworks › Administration › Koha <div class="modal-content"> <div class="modal-header"> <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> - <h3 id="exportLabelexportModal_default">Export default framework</h3> + <h1 id="exportLabelexportModal_default">Export default framework</h1> </div> <!-- /.modal-header --> <form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank" class="form_export"> <div class="modal-body"> @@ -216,7 +216,7 @@ MARC frameworks › Administration › Koha <div class="modal-content"> <div class="modal-header"> <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> - <h3 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h> + <h1 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1> </div> <!-- /.modal-header --> <form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_default" id="form_i_default" method="post" enctype="multipart/form-data" class="form_import"> <div class="modal-body"> @@ -261,7 +261,7 @@ MARC frameworks › Administration › Koha <div class="modal-content"> <div class="modal-header"> <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> - <h3 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h3> + <h1 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h1> </div> <!-- /.modal-header --> <form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank" class="form_export"> <div class="modal-body"> @@ -286,7 +286,7 @@ MARC frameworks › Administration › Koha <div class="modal-content"> <div class="modal-header"> <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> - <h3 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h3> + <h1 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1> </div> <!-- /.modal-header --> <form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_[% loo.frameworkcode | html %]" id="form_i_[% loo.frameworkcode | html %]" method="post" enctype="multipart/form-data" class="form_import"> <div class="modal-body"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 1d8f31f0bb..3bac4c3b5f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -124,7 +124,7 @@ Libraries › Administration › Koha [% END %] [% IF op == 'add_form' %] - <h3>[% IF library %]Modify library[% ELSE %]New library[% END %]</h3> + <h1>[% IF library %]Modify library[% ELSE %]New library[% END %]</h1> <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post"> <fieldset class="rows"> <input type="hidden" name="op" value="add_validate" /> @@ -289,7 +289,7 @@ Libraries › Administration › Koha [% IF op == 'delete_confirm' and not ( items_count or patrons_count )%] <div class="dialog alert"> <form action="/cgi-bin/koha/admin/branches.pl" method="post"> - <h3>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h3> + <h1>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h1> <input type="hidden" name="op" value="delete_confirmed" /> <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" /> <input type="hidden" name="branchname" value="[% library.branchname | html %]"> @@ -302,7 +302,7 @@ Libraries › Administration › Koha [% END %] [% IF op == 'list' %] - <h3>Libraries</h3> + <h1>Libraries</h1> [% IF libraries_count > 0 %] <table id="libraries"> <thead> 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 1a39afd51e..79094e8d3a 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 @@ -98,7 +98,7 @@ Cash registers › Administration › Koha [% END %] [% IF op == 'add_form' %] - <h3>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h3> + <h1>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h1> <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post"> <fieldset class="rows"> @@ -155,6 +155,7 @@ Cash registers › Administration › Koha <a class="btn btn-default" id="newcashregister" href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form"><i class="fa fa-plus"></i> New cash register</a> </div> + <h1>Cash registers</h1> <h3>Cash registers for <select id="branch_filter" name="branch_filter"> <option value=""></option> [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index 2cc8ac2940..c54d037290 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -425,11 +425,13 @@ <form action="/cgi-bin/koha/admin/categories.pl" method="post"> <fieldset> <legend> - [% IF patrons_in_category > 0 %] - Category [% categorycode | html %] is in use. Deletion not possible! - [% ELSE %] - Confirm deletion of category [% categorycode | html %] - [% END %] + <h1> + [% IF patrons_in_category > 0 %] + Category [% categorycode | html %] is in use. Deletion not possible! + [% ELSE %] + Confirm deletion of category [% categorycode | html %] + [% END %] + </h1> </legend> [% IF patrons_in_category > 0 %] @@ -505,7 +507,7 @@ <a class="btn btn-default" id="newcategory" href="/cgi-bin/koha/admin/categories.pl?op=add_form"><i class="fa fa-plus"></i> New category</a> </div> - <h2>Patron categories</h2> + <h1>Patron categories</h1> [% IF searchfield %] You searched for [% searchfield | html %]</span> [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt index cd0da5df0a..dd3be00042 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -137,7 +137,7 @@ [% IF op == 'delete_confirm' %] <div class="dialog alert"> - <h3>Delete city "[% city.city_name | html %]?"</h3> + <h1>Delete city "[% city.city_name | html %]?"</h1> <table> <tr><th>City id</th> <td>[% city.cityid | html %]</td> @@ -172,7 +172,7 @@ <a class="btn btn-default" id="newcity" href="/cgi-bin/koha/admin/cities.pl?op=add_form"><i class="fa fa-plus"></i> New city</a> </div> - <h2>Cities</h2> + <h1>Cities</h1> [% IF city_name_filter %] Searching: [% city_name_filter | html %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt index 399dacdb8a..d1970ec646 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -151,9 +151,9 @@ Classification sources › Administration › Koha [% IF op == 'add_source' %] [% IF class_source %] -<h2>Modify classification source</h2> +<h1>Modify classification source</h1> [% ELSE %] -<h2>Add classification source</h2> +<h1>Add classification source</h1> [% END %] <form action="[% script_name | html %]" name="Aform" class="validated" method="post"> <input type="hidden" name="op" value="add_source_validate" /> @@ -215,9 +215,9 @@ Classification sources › Administration › Koha [% IF op == 'add_sort_rule' %] [% IF sort_rule %] -<h2>Modify filing rule</h2> +<h1>Modify filing rule</h1> [% ELSE %] -<h2>Add filing rule</h2> +<h1>Add filing rule</h1> [% END %] <form action="[% script_name | html %]" name="Aform" class="validated" method="post"> <input type="hidden" name="op" value="add_sort_rule_validate" /> @@ -261,9 +261,9 @@ Classification sources › Administration › Koha [% IF op == 'add_split_rule' %] [% IF split_rule %] -<h2>Modify splitting rule</h2> +<h1>Modify splitting rule</h1> [% ELSE %] -<h2>Add splitting rule</h2> +<h1>Add splitting rule</h1> [% END %] <form action="[% script_name | html %]" name="Aform" class="validated" method="post"> <input type="hidden" name="op" value="add_split_rule_validate" /> @@ -340,7 +340,7 @@ Classification sources › Administration › Koha <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a> <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a> </div> - +<h1>Classification sources</h1> <h2>Classification sources</h2> <table> <tr> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt index fee155958b..fa260548e2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt @@ -34,10 +34,10 @@ <div class="col-sm-10 col-sm-push-2"> <main> - <h2>Cloning circulation and fine rules + <h1>Cloning circulation and fine rules [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %] [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %] - </h2> + </h1> [% IF ( result ) %] [% IF ( error ) %] 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 5db60d762c..1885e780db 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 @@ -200,7 +200,7 @@ <div class="col-sm-10 col-sm-push-2"> <main> - <h2>Table settings</h2> + <h1>Table settings</h1> <div id="modules"> <div class="panel_header"><a href="#acqui">Acquisition</a></div> <div id="acqui"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt index d1d37a5e17..9e15e8ceac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt @@ -79,9 +79,9 @@ [% IF op == 'add_form' %] [% IF credit_type %] - <h3>Modify a credit type</h3> + <h1>Modify a credit type</h1> [% ELSE %] - <h3>New credit type</h3> + <h1>New credit type</h1> [% END %] <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated"> @@ -157,7 +157,7 @@ <a class="btn btn-default" id="newcredittype" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form"><i class="fa fa-plus"></i> New credit type</a> </div> - <h3>Account credit types</h3> + <h1>Account credit types</h1> [% IF credit_types.count %] <table id="table_credit_types"> <thead> 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 cc9fce0a83..115d1d986a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -97,11 +97,13 @@ <input type="hidden" name="op" value="add_validate" /> <fieldset class="rows"> <legend> - [% IF currency %] - Modify currency - [% ELSE %] - New currency - [% END %] + <h1> + [% IF currency %] + Modify currency + [% ELSE %] + New currency + [% END %] + </h1> </legend> <ol> <li> @@ -160,7 +162,7 @@ [% IF op =='delete_confirm' %] [% IF nb_of_orders or nb_of_vendors %] <div class="dialog alert"> - <h3>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3> + <h1>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1> <p> [% IF nb_of_orders %] This currency is used by [% nb_of_orders | html %] orders. @@ -175,7 +177,7 @@ </div> [% ELSE %] <div class="dialog alert"> - <h3>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3> + <h1>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1> <table> <tr><th>Currency</th> <td>[% currency.currency | html %]</td> @@ -198,7 +200,7 @@ [% IF op == 'list' %] -<h2>Currencies and exchange rates</h2> +<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> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt index 98f6dc3ef1..bef24c24f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt @@ -77,9 +77,9 @@ [% IF op == 'add_form' %] [% IF debit_type %] - <h3>Modify a debit type</h3> + <h1>Modify a debit type</h1> [% ELSE %] - <h3>New debit type</h3> + <h1>New debit type</h1> [% END %] <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated"> @@ -148,7 +148,7 @@ <a class="btn btn-default" id="newdebittype" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form"><i class="fa fa-plus"></i> New debit type</a> </div> - <h3>Account debit types</h3> + <h1>Account debit types</h1> [% IF debit_types.count %] <table id="table_debit_types"> <thead> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt index 9da4510f69..737186b4ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt @@ -139,7 +139,7 @@ [% IF op == 'delete_confirm' %] <div class="dialog alert"> - <h3>Delete desk "[% desk.desk_name | html %]"?</h3> + <h1>Delete desk "[% desk.desk_name | html %]?"</h1> <table> <tr><th>Desk ID</th> <td>[% desk.desk_id | html %]</td> @@ -168,7 +168,7 @@ <a class="btn btn-default" id="newdesk" href="/cgi-bin/koha/admin/desks.pl?op=add_form"><i class="fa fa-plus"></i> New desk</a> </div> - <h2>Desks</h2> + <h1>Desks</h1> [% IF searchfield %] Searching: [% searchfield | html %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt index 4b6a7ffbaf..975c53b298 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt @@ -53,7 +53,7 @@ <div class="col-sm-10 col-sm-push-2"> <main> - <h3>Did you mean?</h3> + <h1>Did you mean?</h1> <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong> Configuring 'Did you mean?' plugins requires Javascript. If you are unable to use Javascript, you may be able to enter the diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt index 51d8ec0019..1958a25422 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt @@ -88,11 +88,13 @@ EDI accounts › Administration › Koha [% END %] <fieldset class="rows"> <legend> - [% IF account %] - Modify account - [% ELSE %] - New account - [% END %] + <h1> + [% IF account %] + Modify account + [% ELSE %] + New account + [% END %] + </h1> </legend> <ol> @@ -240,7 +242,7 @@ EDI accounts › Administration › Koha [% END %] [% IF delete_confirm %] <div class="dialog alert"> -<h3>Delete this account?</h3> +<h1>Delete this account?</h1> <table> <tr> <th>Vendor</th> @@ -269,7 +271,7 @@ EDI accounts › Administration › Koha [% END %] [% IF display %] [% IF ( ediaccounts ) %] -<h2>Vendor EDI accounts</h2> +<h1>Vendor EDI accounts</h1> <table> <tr> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt index 70dcc732e2..0b1630ba69 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt @@ -86,11 +86,13 @@ Library EANs › Administration › Koha <fieldset class="rows"> <legend> - [% IF ean %] - Modify EAN - [% ELSE %] - New EAN - [% END %] + <h1> + [% IF ean %] + Modify EAN + [% ELSE %] + New EAN + [% END %] + </h1> </legend> <ol> @@ -143,7 +145,7 @@ Library EANs › Administration › Koha [% IF delete_confirm %] <div class="dialog alert"> -<h3>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h3> +<h1>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h1> <form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post"> <input type="hidden" name="op" value="delete_confirmed" /> <input type="hidden" name="id" value="[% ean.id | html %]" /> @@ -157,7 +159,7 @@ Library EANs › Administration › Koha [% IF display %] [% IF ( eans ) %] - <h2>Library EANs</h2> + <h1>Library EANs</h1> <table> <tr> <th>Library</th> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt index ab6139dcfb..de96abcbbc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt @@ -66,7 +66,7 @@ [% END %] [% IF fields.size %] <div id="search_fields_list"> - <h2>Item search fields</h2> + <h1>Item search fields</h1> <table id="search_fields_table"> <thead> @@ -104,7 +104,7 @@ <form id="add_field_form" action="/cgi-bin/koha/admin/items_search_fields.pl" method="POST" class="validated"> <fieldset class="rows"> - <legend>Add a new field</legend> + <legend><h1>Add a new field</h1></legend> [% INCLUDE 'admin-items-search-field-form.inc' field=undef %] <input type="hidden" name="op" value="add" /> </fieldset> 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 aed2ebc061..b5d3b410dd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -142,9 +142,9 @@ Item types › Administration › Koha [% IF op == 'add_form' %] [% IF itemtype %] - <h3>Modify item type</h3> + <h1>Modify item type</h1> [% ELSE %] - <h3>Add item type</h3> + <h1>Add item type</h1> [% END %] <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry"> <input type="hidden" name="op" value="add_validate" /> @@ -413,7 +413,7 @@ Item types › Administration › Koha [% IF op == 'delete_confirm' %] <div class="dialog alert"> - <h3>Delete item type '[% itemtype.itemtype | html %]'?</h3> + <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1> <table> <tr> <th scope="row">Item type</th> @@ -442,7 +442,7 @@ Item types › Administration › Koha [% END %] [% IF op == 'list' %] - <h2>Item types administration</h2> + <h1>Item types administration</h1> [% IF itemtypes %] <table id="table_item_type"> <thead> 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 d483b056b0..6b68db01aa 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 @@ -72,7 +72,7 @@ </div> </div> - <h2>Library groups</h2> + <h1>Library groups</h1> [% FOREACH root_group IN root_groups %] <table class="library-groups"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt index 2f8522a451..542547b5f3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt @@ -11,6 +11,7 @@ <div class="container-fluid"> <div class="row"> <div class="col-sm-12"> + <h1>Localization</h1> <form id="add_translation" method="post"> <input type="hidden" name="entity" value="[% entity | html %]" /> <input type="hidden" name="code" value="[% code | html %]" /> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt index 881adf1a3e..7f7568b4c8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -333,7 +333,7 @@ [% IF ( delete_confirm ) %] <div class="dialog alert"> - <h3>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h3> + <h1>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h1> <p>Subfield: [% mss.tagsubfield | html %]</p> <p>Description: [% mss.liblibrarian | html_entity %]</p> 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 06983048ec..5c9b1468c4 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 @@ -112,9 +112,9 @@ [% IF ( matching_rule_form ) %] [% IF ( edit_matching_rule ) %] - <h2>Modify record matching rule</h2> + <h1>Modify record matching rule</h1> [% ELSE %] - <h2>Add record matching rule</h2> + <h1>Add record matching rule</h1> [% END %] <form action="[% script_name | html %]" name="Aform" method="post"> <input type="hidden" name="op" value="[% confirm_op | html %]" /> @@ -425,7 +425,7 @@ [% IF ( delete_matching_rule_form ) %] <div class="dialog alert"> - <h3>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h3> + <h1>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1> <form action="[% script_name | html %]" name="Aform" method="post"> <input type="hidden" name="op" value="[% confirm_op | html %]" /> <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" /> @@ -443,7 +443,7 @@ <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_matching_rule"><i class="fa fa-plus"></i> New record matching rule</a> </div> - <h2>Record matching rules</h2> + <h1>Record matching rules</h1> [% IF ( added_matching_rule ) %] <div class="dialog message">Added record matching rule "[% added_matching_rule | html %]"</div> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt index a433a8c10b..657284fd2e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt @@ -61,10 +61,10 @@ [% IF ( op_new || op_mod ) %] <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated"> [% IF ( op_new ) %] - <h2>Add a new OAI set</h2> + <h1>Add a new OAI set</h1> <input type="hidden" name="op" value="savenew" /> [% ELSIF ( op_mod ) %] - <h2>Edit OAI set '[% spec | html %]'</h2> + <h1>Edit OAI set '[% spec | html %]'</h1> <input type="hidden" name="op" value="savemod" /> <input type="hidden" name="id" value="[% id | html %]" /> [% END %] @@ -101,7 +101,7 @@ <a class="btn btn-default" id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new"><i class="fa fa-plus"></i> New set</a> </div> - <h2>OAI sets</h2> + <h1>OAI sets</h1> [% IF sets_loop %] <table> <thead> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt index fa06d4dd7b..63deb0a6f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt @@ -32,7 +32,7 @@ <div class="col-sm-10 col-sm-push-2"> <main> - <h2>OverDrive library authnames</h2> + <h1>OverDrive library authnames</h1> <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated"> <input type="hidden" name="op" value="update" /> 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 b57890ace2..c8673d6963 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 @@ -79,9 +79,9 @@ Patron attribute types › Administration › Koha [% IF ( attribute_type_form ) %] [% IF ( edit_attribute_type ) %] -<h2>Modify patron attribute type</h2> +<h1>Modify patron attribute type</h1> [% ELSE %] -<h2>Add patron attribute type</h2> +<h1>Add patron attribute type</h1> [% END %] [% IF ( duplicate_code_error ) %] <div class="dialog message">Could not add patron attribute type "[% duplicate_code_error | html %]" @@ -251,7 +251,7 @@ Patron attribute types › Administration › Koha [% IF ( delete_attribute_type_form ) %] <div class="dialog alert"> - <h3>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h3> + <h1>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1> <form action="[% script_name | html %]" name="Aform" method="post"> <input type="hidden" name="op" value="[% confirm_op | html %]" /> <input type="hidden" name="code" value="[% code | html %]" /> @@ -269,7 +269,7 @@ Patron attribute types › Administration › Koha <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a> </div> -<h2>Patron attribute types</h2> +<h1>Patron attribute types</h1> [% IF ( added_attribute_type ) %] <div class="dialog message">Added patron attribute type "[% added_attribute_type | html %]"</div> [% END %] 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 5f52994d3f..8d4f77bf09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -38,8 +38,8 @@ <div class="col-sm-10 col-sm-push-2"> <main> + <h1>System preferences</h1> [% IF ( jump_not_found ) %] - <h2>System preferences</h2> <div class="dialog alert"> Could not find a system preference named <code>[% jumpfield | html %]</code>. </div> @@ -49,7 +49,7 @@ No system preferences matched your search for: <strong>[% searchfield | html %]</strong> </div> [% ELSIF searchfield %] - <h1>You searched for: [% searchfield | html %]</h1> + <h2>You searched for: [% searchfield | html %]</h2> [% END %] [% FOREACH TAB IN TABS %] <div class="prefs-tab"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt index 614b704484..c6d5a02d99 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt @@ -35,7 +35,7 @@ <a class="btn btn-default" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a> </div> - <h2>SMS cellular providers</h2> + <h1>SMS cellular providers</h1> [% IF providers.size %] 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 b1e5ab5ba7..f6a2088b8a 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 @@ -81,7 +81,7 @@ <div class="dialog alert" id="smtp_delete_error" style="display: none;"></div> [% IF op == 'add_form' %] - <h3>New SMTP server</h3> + <h1>New SMTP server</h1> <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post"> <input type="hidden" name="op" value="add" /> <fieldset class="rows"> @@ -144,7 +144,7 @@ [% END %] [% IF op == 'edit_form' %] - <h3>Edit SMTP server</h3> + <h1>Edit SMTP server</h1> <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post"> <input type="hidden" name="op" value="edit_save" /> <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" /> @@ -231,7 +231,7 @@ <a class="btn btn-default" id="new_smtp_server" href="/cgi-bin/koha/admin/smtp_servers.pl?op=add_form"><i class="fa fa-plus"></i> New SMTP server</a> </div> - <h3>SMTP servers</h3> + <h1>SMTP servers</h1> <div class="dialog message" id="default_server_message"> <p>Default configuration:</p> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt index c769c72b81..956d21e066 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt @@ -111,9 +111,12 @@ <form action="[% script_name | html %]" name="Aform" method="post"> [% END %] <fieldset class="rows"><legend> + <h1> [% IF ( modify ) %]Modify [% ELSE %]Add - [% END %] a system preference</legend><ol> + [% END %] a system preference + </h1> + </legend><ol> <li><label for="explanation">Explanation: </label><input type="text" name="explanation" id="explanation" size="60" value="[% explanation | html %]" /><input type="hidden" name="op" value="add_validate" /></li> <li>[% IF ( searchfield ) %]<span class="label">Variable: </span>[% searchfield | html %]<input type="hidden" name="variable" value="[% searchfield | html %]" /> [% ELSE %]<label for="variable">Variable: </label><input type="text" name="variable" id="variable" size="60" />[% END %]</li> @@ -284,7 +287,7 @@ [% END %] [% IF ( add_validate ) %] - <h3>Data recorded</h3> + <h1>Data recorded</h1> <form action="[% script_name | html %]" method="post"> <input type="submit" value="OK" /> @@ -293,7 +296,7 @@ [% IF ( delete_confirm ) %] <table> - <caption>Confirm deletion of [% searchfield | html %]?</caption> + <caption><h1>Confirm deletion of [% searchfield | html %]?</h1></caption> <tr> <th>Variable name:</th> <td>[% searchfield | html %]</td> @@ -310,7 +313,7 @@ [% END %] [% IF ( delete_confirmed ) %] - <h3>Data deleted</h3> + <h1>Data deleted</h1> <form action="[% script_name | html %]" method="post"> <input type="submit" value="Back to system preferences" /> </form> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt index 585e6bc86b..2341282c2a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -207,7 +207,7 @@ <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a> <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a> </div> - <h3>Z39.50/SRU servers administration</h3> + <h1>Z19.50/SRU servers administration</h1> [% IF id %] You searched for record [% id | html %] [% ELSIF searchfield %] -- 2.20.1