From 92380226642cd5051adcd664747c3338624358c5 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 --- .../prog/en/modules/admin/additional-fields.tt | 8 ++++---- .../intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- .../prog/en/modules/admin/aqbudgetperiods.tt | 16 +++++++++------- .../intranet-tmpl/prog/en/modules/admin/aqcontract.tt | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 2 +- .../prog/en/modules/admin/background_jobs.tt | 2 +- .../prog/en/modules/admin/biblio_framework.tt | 12 ++++++------ .../intranet-tmpl/prog/en/modules/admin/branches.tt | 6 +++--- .../prog/en/modules/admin/cash_registers.tt | 3 ++- .../intranet-tmpl/prog/en/modules/admin/categories.tt | 14 ++++++++------ koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/classsources.tt | 14 +++++++------- .../intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 4 ++-- .../prog/en/modules/admin/columns_settings.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/credit_types.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/admin/currency.tt | 16 +++++++++------- .../intranet-tmpl/prog/en/modules/admin/debit_types.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/didyoumean.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 16 +++++++++------- .../prog/en/modules/admin/edi_ean_accounts.tt | 16 +++++++++------- .../prog/en/modules/admin/items_search_fields.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 8 ++++---- .../prog/en/modules/admin/library_groups.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/localization.tt | 1 + .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/admin/matching-rules.tt | 8 ++++---- .../intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/admin/overdrive.tt | 2 +- .../prog/en/modules/admin/patron-attr-types.tt | 8 ++++---- .../intranet-tmpl/prog/en/modules/admin/preferences.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/sms_providers.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/smtp_servers.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 2 +- 35 files changed, 116 insertions(+), 104 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 c93a635f05..8e1f7b4897 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 6dfbfd5801..dc7abae6fe 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 753b2a30d5..ac703109fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -177,7 +177,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" /> @@ -243,9 +243,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"> @@ -324,16 +324,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 --> @@ -353,6 +353,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. @@ -410,6 +411,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"> @@ -460,7 +462,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/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt index 593499f8f4..489ff6535f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -147,14 +147,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> @@ -177,14 +177,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 26d0ab975c..f3589dd88f 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 ee56b4c662..b18edc49b4 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 @@ -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/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt index a10c6a72de..8541291605 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 @@ -154,7 +154,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 cff421b376..18fde40493 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 @@ -134,14 +134,14 @@ [% 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 %]" /> @@ -188,7 +188,7 @@ <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"> @@ -213,7 +213,7 @@ <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"> @@ -258,7 +258,7 @@ <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"> @@ -283,7 +283,7 @@ <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 40a11a4ee5..e24cdc4437 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -121,7 +121,7 @@ [% 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" /> @@ -270,7 +270,7 @@ [% 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 %]"> @@ -283,7 +283,7 @@ [% 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 9d75b2a4ec..b75e068328 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 @@ -95,7 +95,7 @@ [% 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"> @@ -152,6 +152,7 @@ <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 54831764e2..8fa63c068f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -430,11 +430,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 %] @@ -510,7 +512,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 859fab1290..fa6e44b275 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -125,7 +125,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> @@ -160,7 +160,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 d68a748f8b..16d285fa2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -145,9 +145,9 @@ [% 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" /> @@ -209,9 +209,9 @@ [% 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" /> @@ -255,9 +255,9 @@ [% 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" /> @@ -334,7 +334,7 @@ <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 7595f3cb4b..2031205c26 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 22241486aa..66aca8c7b0 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 2ce02658d6..7c8d669f65 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 c257ff96c6..bab69182e4 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> @@ -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 a350aafbac..a7e1a179eb 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 @@ -80,9 +80,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"> @@ -151,7 +151,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 04e0064a0f..badc609842 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt @@ -128,7 +128,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> @@ -157,7 +157,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 77b74d7391..5edf03fe49 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 79e56ce0db..95912b65bf 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 @@ -89,11 +89,13 @@ [% 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> @@ -241,7 +243,7 @@ [% END %] [% IF delete_confirm %] <div class="dialog alert"> -<h3>Delete this account?</h3> +<h1>Delete this account?</h1> <table> <tr> <th>Vendor</th> @@ -270,7 +272,7 @@ [% 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 888405b93a..ac76440f7e 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 @@ -87,11 +87,13 @@ <fieldset class="rows"> <legend> - [% IF ean %] - Modify EAN - [% ELSE %] - New EAN - [% END %] + <h1> + [% IF ean %] + Modify EAN + [% ELSE %] + New EAN + [% END %] + </h1> </legend> <ol> @@ -144,7 +146,7 @@ [% 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 %]" /> @@ -158,7 +160,7 @@ [% 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 5b82b2f457..dcc8123512 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 b419619a30..968a2c72fb 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 @@ Data deleted [% 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" /> @@ -404,7 +404,7 @@ Data deleted [% 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> @@ -433,7 +433,7 @@ Data deleted [% 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 095a0d64f3..9337eb6f6e 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 95d2810d52..dbe5f8f460 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 33df4fd409..11299634a4 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 @@ -322,7 +322,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 1ca9985ee6..1a5d3903cd 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 @@ -113,9 +113,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 %]" /> @@ -426,7 +426,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 %]" /> @@ -444,7 +444,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 1d12adcbb3..8f3995bad4 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 @@ -57,10 +57,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 %] @@ -97,7 +97,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 798ea1f447..da3d0e7ffa 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 f87e9cf4d8..f51dbb8345 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 @@ [% 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 @@ [% 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 @@ <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 b79d5d5359..82030b9ac1 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 685fe53f3d..0bf2608b95 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 dd95ba3c77..a5f16cc477 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 @@ -83,7 +83,7 @@ SMTP servers <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"> @@ -146,7 +146,7 @@ SMTP servers [% 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 -%]" /> @@ -233,7 +233,7 @@ SMTP servers <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/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt index 4b0cf4e194..123239512d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -188,7 +188,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.11.0