@@ -, +, @@ --- .../prog/en/modules/admin/additional-fields.tt | 4 +-- .../prog/en/modules/admin/admin-home.tt | 2 +- .../prog/en/modules/admin/adveditorshortcuts.tt | 2 +- .../prog/en/modules/admin/aqbudgetperiods.tt | 38 ++++++++++++---------- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/admin/aqcontract.tt | 6 ++-- .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- .../prog/en/modules/admin/audio_alerts.tt | 2 +- .../en/modules/admin/auth_subfields_structure.tt | 2 +- .../prog/en/modules/admin/auth_tag_structure.tt | 34 ++++++++++++++++--- .../prog/en/modules/admin/authorised_values.tt | 10 +++--- .../prog/en/modules/admin/authtypes.tt | 13 +++++--- .../prog/en/modules/admin/background_jobs.tt | 10 +++++- .../prog/en/modules/admin/biblio_framework.tt | 13 +++++--- .../en/modules/admin/branch_transfer_limits.tt | 2 +- .../prog/en/modules/admin/branches.tt | 13 +++++--- .../prog/en/modules/admin/cash_registers.tt | 13 +++++--- .../prog/en/modules/admin/categories.tt | 4 +-- .../prog/en/modules/admin/checkmarc.tt | 4 +-- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 13 +++++++- .../prog/en/modules/admin/classsources.tt | 28 +++++++++------- .../prog/en/modules/admin/clone-rules.tt | 2 +- .../prog/en/modules/admin/columns_settings.tt | 2 +- .../prog/en/modules/admin/credit_types.tt | 4 +-- .../prog/en/modules/admin/currency.tt | 6 ++-- .../prog/en/modules/admin/debit_types.tt | 9 ++--- .../intranet-tmpl/prog/en/modules/admin/desks.tt | 13 +++++++- .../prog/en/modules/admin/didyoumean.tt | 2 +- .../prog/en/modules/admin/edi_accounts.tt | 17 +++++----- .../prog/en/modules/admin/edi_ean_accounts.tt | 17 +++++----- .../en/modules/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/admin/items_search_field.tt | 2 +- .../prog/en/modules/admin/items_search_fields.tt | 2 +- .../prog/en/modules/admin/itemtypes.tt | 33 +++++++++---------- .../prog/en/modules/admin/koha2marclinks.tt | 2 +- .../prog/en/modules/admin/library_groups.tt | 2 +- .../prog/en/modules/admin/localization.tt | 2 +- .../en/modules/admin/marc_subfields_structure.tt | 19 ++++++++--- .../prog/en/modules/admin/marctagstructure.tt | 20 +++++++++--- .../prog/en/modules/admin/matching-rules.tt | 13 ++++---- .../prog/en/modules/admin/oai_set_mappings.tt | 2 +- .../prog/en/modules/admin/oai_sets.tt | 6 +++- .../prog/en/modules/admin/overdrive.tt | 2 +- .../prog/en/modules/admin/patron-attr-types.tt | 16 ++++----- .../prog/en/modules/admin/preferences.tt | 2 +- .../admin/searchengine/elasticsearch/mappings.tt | 2 +- .../prog/en/modules/admin/share_content.tt | 2 +- .../prog/en/modules/admin/smart-rules.tt | 2 +- .../prog/en/modules/admin/sms_providers.tt | 2 +- .../prog/en/modules/admin/smtp_servers.tt | 14 ++++---- .../prog/en/modules/admin/sru_modmapping.tt | 2 +- .../prog/en/modules/admin/sru_modmapping_auth.tt | 2 +- .../prog/en/modules/admin/systempreferences.tt | 21 ++++++++++-- .../prog/en/modules/admin/transport-cost-matrix.tt | 2 +- .../prog/en/modules/admin/usage_statistics.tt | 2 +- .../prog/en/modules/admin/z3950servers.tt | 11 +++++-- 56 files changed, 297 insertions(+), 179 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt @@ -1,11 +1,11 @@ [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › +<title> [% SWITCH op %] [% CASE 'add_form' %][% IF field %]Modify additional field '[% field.name | html %]'[% ELSE %]Add additional field[% END %] [% CASE %]Manage additional fields - [% END %] + [% END %] › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -1,7 +1,7 @@ [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration +Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt @@ -3,7 +3,7 @@ [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Advanced editor shortcuts +Advanced editor shortcuts › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -41,28 +41,30 @@ [% END %] - Koha › Administration › Budgets - - [% IF ( add_form ) %]› + [% IF ( add_form ) %] [% IF ( budget_period_id ) %] Modify budget [% budget_period_description | html %] [% ELSE %] Add budget - [% END %] - [% END %] - [% IF ( duplicate_form ) %]› Duplicate budget[% END %] - [% IF ( delete_confirm ) %]› - Delete budget '[% budget_period_description | html %]'? - [% END %] - [% IF ( delete_confirmed ) %]› - Data deleted - [% END %] - [% IF close_form %]› - Close budget [% budget_period_description | html %] - [% END %] - [% IF closed %]› - Budget [% budget_period_description | html %] closed - [% END %] + [% END %] › [% END %] + + [% IF ( duplicate_form ) %] + Duplicate budget › [% END %] + + [% IF ( delete_confirm ) %] + Delete budget '[% budget_period_description | html %]'? › [% END %] + + [% IF ( delete_confirmed ) %] + Data deleted › [% END %] + + [% IF close_form %] + Close budget [% budget_period_description | html %] › [% END %] + + [% IF closed %] + Budget [% budget_period_description | html %] closed › [% END %] + + Budgets › Administration › Koha + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -5,7 +5,7 @@ [% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Funds[% IF op == 'add_form' %] › [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund [% END %][% END %] +[% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund [% END %][% END %] › Funds[% IF op == 'add_form' %] › Administration › Koha [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -3,7 +3,7 @@ [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Acquisitions › Contracts › +<title> [% IF ( add_form ) %] [% IF ( contractnumber ) %]Modify contract '[% contractname | html %]' [% ELSE %]New contract[% END %] @@ -11,7 +11,9 @@ [% IF ( else ) %]Contracts of [% booksellername | html %][% END %] [% IF ( add_validate ) %]Data recorded[% END %] [% IF ( delete_confirm ) %]Confirm deletion of contract '[% contractnumber | html %]'[% END %] -[% IF ( delete_confirmed ) %]Contract deleted[% END %] +[% IF ( delete_confirmed ) %]Contract deleted[% END %] + › Contracts › Acquisitions › Koha + [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -4,7 +4,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% PROCESS 'budget_planning.inc' %] -Koha › Administration › Budgets › Funds › Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %] +Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %] › Funds › Budgets › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt @@ -3,7 +3,7 @@ [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Audio alerts +Audio alerts › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -2,7 +2,7 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Authority MARC subfield structure +Authority MARC subfield structure › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt @@ -3,10 +3,36 @@ [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Authority MARC framework [% IF ( add_form ) %][% IF ( use_heading_flags_p ) %] - [% IF ( heading_modify_tag_p ) %]› [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] › Modify tag[% END %] - [% IF ( heading_add_tag_p ) %]› [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] › New tag[% END %] - [% ELSE %]› [% action | html %][% END %][% END %][% IF ( delete_confirm ) %]› [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] › Confirm deletion[% END %][% IF ( delete_confirmed ) %]› [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] › Data deleted[% END %] + + [% IF ( add_form ) %] + [% IF ( use_heading_flags_p ) %] + [% IF ( heading_modify_tag_p ) %] + Modify tag › [% IF ( authtypecode ) %] + [% authtypecode | html %] Framework + [% ELSE %] + Default framework + [% END %] › [% END %] + [% IF ( heading_add_tag_p ) %] + New tag › [% IF ( authtypecode ) %] + [% authtypecode | html %] Framework + [% ELSE %] + Default framework + [% END %] › [% END %] + [% ELSE %] + [% action | html %] › [% END %] + [% END %] + [% IF ( delete_confirm ) %] + Confirm deletion › [% IF ( authtypecode ) %] + [% authtypecode | html %] Framework + [% ELSE %]Default framework + [% END %] › [% END %] + [% IF ( delete_confirmed ) %] + Data deleted › [% IF ( authtypecode ) %] + [% authtypecode | html %] Framework + [% ELSE %]Default framework + [% END %] › [% END %] +Authority MARC framework › Administration › Koha + [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -2,12 +2,14 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Authorized values +<title> [% IF op == 'add_form' %] - [% IF ( action_modify ) %] › Modify authorized value[% END %] - [% IF ( action_add_value ) %] › New authorized value[% END %] - [% IF ( action_add_category ) %] › New category[% END %] + [% IF ( action_modify ) %]Modify authorized value › [% END %] + [% IF ( action_add_value ) %]New authorized value › [% END %] + [% IF ( action_add_category ) %]New category › [% END %] [% END %] + +Authorized values › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -2,12 +2,15 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Authority types +<title> [% IF op == 'add_form' %] -› [% IF authority_type.authtypecode.defined %]Modify authority type[% ELSE %]New authority type[% END %] -[% ELSIF op == 'delete_confirm' %] -› Confirm deletion of authority type -[% END %] + [% IF authority_type.authtypecode.defined %] + Modify authority type + [% ELSE %] + New authority type + [% END %] › [% ELSIF op == 'delete_confirm' %] + Confirm deletion of authority type › [% END %] +Authority types › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -2,7 +2,15 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › [% IF op =='add_form' %]Background jobs› [% IF job %] View background job[% ELSE %] Background jobs[% END %][% END %] + +[% IF op =='add_form' %] + [% IF job %] + View background job + [% ELSE %] + Background jobs + [% END %] › Background jobs › [% END %] +Administration › Koha + [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -2,12 +2,15 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › MARC frameworks +<title> [% IF op == 'add_form' %] -› [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] -[% ELSIF op == 'delete_confirm' %] -› Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])? -[% END %] + [% IF framework %] + Modify framework text + [% ELSE %] + Add framework + [% END %] › [% ELSIF op == 'delete_confirm' %] + Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])? › [% END %] +MARC frameworks › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt @@ -3,7 +3,7 @@ [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Library checkin and transfer policy +Library checkin and transfer policy › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -4,12 +4,15 @@ [% SET footerjs = 1 %] [% USE TablesSettings %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Libraries +<title> [% IF op == 'add_form' %] - ›[% IF library %]Modify library[% ELSE %]New library [% library.branchcode | html %][% END %] -[% ELSIF op == 'delete_confirm' %] - › Confirm deletion of library '[% library.branchcode | html %]' -[% END %] + [% IF library %] + Modify library + [% ELSE %] + New library [% library.branchcode | html %] + [% END %] › [% ELSIF op == 'delete_confirm' %] + Confirm deletion of library '[% library.branchcode | html %]' › [% END %] +Libraries › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt @@ -4,12 +4,15 @@ [% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Cash registers +<title> [% IF op == 'add_form' %] - ›[% IF cash_register %]Modify cash register[% ELSE %]New cash register [% cash_register.id | html %][% END %] -[% ELSIF op == 'delete_confirm' %] - › Confirm deletion of cash register '[% cash_register.id | html %]' -[% END %] + [% IF cash_register %] + Modify cash register + [% ELSE %] + New cash register [% cash_register.id | html %] + [% END %] › [% ELSIF op == 'delete_confirm' %] + Confirm deletion of cash register '[% cash_register.id | html %]' › [% END %] +Cash registers › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -6,8 +6,8 @@ [% USE TablesSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Patron categories › [% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode | html %]'[% ELSE %]New category[% END %][% END %] -[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode | html %] in use[% ELSE %]Confirm deletion of category '[% categorycode | html %]'[% END %][% END %] +<title>[% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode | html %]'[% ELSE %]New category[% END %][% END %] +[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode | html %] in use[% ELSE %]Confirm deletion of category '[% categorycode | html %]'[% END %][% END %] › Patron categories › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt @@ -2,8 +2,8 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › MARC check -[% IF ( total ) %] :[% total | html %] errors found[% ELSE %] : Configuration OK![% END %] +MARC check +[% IF ( total ) %] :[% total | html %] errors found[% ELSE %] : Configuration OK![% END %] › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -2,7 +2,18 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › [% IF op =='add_form' %]Cities › [% IF city.cityid %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF op == 'delete_confirm' %]Cities › Confirm deletion of city[% ELSE %] Cities[% END %][% END %] + + [% IF op =='add_form' %] + [% IF city.cityid %] + Modify city + [% ELSE %] + New city + [% END %] › [% ELSE %] + [% IF op == 'delete_confirm' %] + Confirm deletion of city › [% END %] + [% END %] + Cities › Administration › Koha + [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -2,18 +2,24 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Classification sources +<title> [% IF op == 'add_source' %] -› - [% IF class_source %]Modify classification source[% ELSE %]Add classification source[% END %] -[% ELSIF op == 'add_sort_rule' %] -› - [% IF sort_rule %]Modify filing rule[% ELSE %]Add filing rule[% END %] -[% ELSIF op == 'add_split_rule' %] -› - [% IF split_rule %]Modify splitting rule[% ELSE %]Add splitting rule[% END %] -[% END %] - + [% IF class_source %] + Modify classification source + [% ELSE %] + Add classification source + [% END %] › [% ELSIF op == 'add_sort_rule' %] + [% IF sort_rule %] + Modify filing rule + [% ELSE %] + Add filing rule + [% END %] › [% ELSIF op == 'add_split_rule' %] + [% IF split_rule %] + Modify splitting rule + [% ELSE %] + Add splitting rule + [% END %] › [% END %] +Classification sources › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -3,22 +3,33 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - Koha › Administration › [%- IF ( add_form ) -%] [%- IF ( use_heading_flags_p ) -%] [%- IF ( heading_edit_subfields_p ) -%] - MARC subfield structure › Edit MARC subfields constraints + Edit MARC subfields constraints › MARC subfield structure [%- END -%] + [%- ELSE -%] - MARC subfield structure › [%- action | html -%] + [%- action | html -%] › MARC subfield structure [%- END -%] + [%- END -%] + [%- IF ( delete_confirm ) -%] + MARC subfield structure › Confirm deletion of subfield [%- mss.tagsubfield | html -%] + + Confirm deletion of subfield [%- tagsubfield | html -%] › MARC subfield structure [%- END -%] + + [%- IF ( delete_confirmed ) -%] + Subfield deleted › MARC subfield structure + + [%- END -%] + [%- IF ( else ) -%] MARC subfield structure - [%- END -%] + [%- END -%] › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -3,11 +3,21 @@ [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › -[% IF ( add_form ) %]MARC frameworks › [% IF heading_add_tag_p %]Add tag[% ELSE %]Modify tag[% END %] [% searchfield | html %][% END %] -[% IF ( delete_confirm ) %]MARC frameworks › Confirm deletion of tag '[% searchfield | html %]'[% END %] -[% IF ( delete_confirmed ) %]MARC frameworks › Data deleted[% END %] -[% IF ( else ) %]MARC frameworks[% END %] + +[% IF ( add_form ) %] + [% IF heading_add_tag_p %] + Add tag [% searchfield | html %] + [% ELSE %] + Modify tag [% searchfield | html %] + [% END %] › [% END %] + +[% IF ( delete_confirm ) %] + Confirm deletion of tag '[% searchfield | html %]' › [% END %] + +[% IF ( delete_confirmed ) %] + Data deleted › [% END %] +MARC frameworks › Administration › Koha + [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt @@ -3,17 +3,16 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - Koha › Administration › Record matching rules [% IF ( matching_rule_form ) %] [% IF ( edit_matching_rule ) %] - › Modify record matching rule - [% ELSE %] - › Add record matching rule - [% END %] + Modify record matching rule › [% ELSE %] + Add record matching rule › [% END %] [% END %] + [% IF ( delete_matching_rule_form ) %] - › Confirm deletion of record matching rule "[% code | html %]" - [% END %] + Confirm deletion of record matching rule "[% code | html %]" › [% END %] + + Record matching rules › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt @@ -2,7 +2,7 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › OAI sets › OAI set mappings +OAI set mappings › OAI sets › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt @@ -2,7 +2,11 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › [% IF ( op_new ) %]OAI sets configuration › Add a new OAI set[% ELSE %]OAI sets configuration[% END %] + + [% IF ( op_new ) %] + Add a new OAI set › [% END %] + OAI sets configuration › Administration › Koha + [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt @@ -4,7 +4,7 @@ [% USE HtmlTags %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › OverDrive library authnames +OverDrive library authnames › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -6,17 +6,17 @@ [% USE scalar %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Patron attribute types +<title> [% IF ( attribute_type_form ) %] - [% IF ( edit_attribute_type ) %] - › Modify patron attribute type - [% ELSE %] - › Add patron attribute type - [% END %] + [% IF ( edit_attribute_type ) %] + Modify patron attribute type › [% ELSE %] + Add patron attribute type › [% END %] [% END %] + [% IF ( delete_attribute_type_form ) %] - › Confirm deletion of patron attribute type "[% code | html %]" -[% END %] + Confirm deletion of patron attribute type "[% code | html %]" › [% END %] + +Patron attribute types › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -5,7 +5,7 @@ [% USE HtmlId %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › System preferences +System preferences › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/preferences.css") | $raw %] [% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.css") | $raw %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -3,7 +3,7 @@ [% SET footerjs = 1 %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Search engine configuration (Elasticsearch) +Search engine configuration (Elasticsearch) › Administration › Koha [% INCLUDE 'doc-head-close.inc' %]