From 05207b682b8f287139141fb3b45b4417bf730c59 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 23 Mar 2021 12:01:06 +0000 Subject: [PATCH] Bug 27846: (follow-up) Indentation corrections This patch makes some indentation changes to make things (in my opinion) more consistent. Diffing while ignoring whitespace should show no changes except to acqui/basket.tt where some lines were broken up. --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 20 ++-- .../prog/en/modules/acqui/basketheader.tt | 28 ++--- .../prog/en/modules/acqui/neworderempty.tt | 26 ++--- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 28 ++--- .../prog/en/modules/acqui/supplier.tt | 44 ++++---- .../prog/en/modules/acqui/uncertainprice.tt | 28 ++--- .../prog/en/modules/acqui/z3950_search.tt | 32 +++--- .../prog/en/modules/admin/additional-fields.tt | 56 +++++----- .../prog/en/modules/admin/aqbudgetperiods.tt | 122 ++++++++++----------- .../prog/en/modules/admin/aqcontract.tt | 96 ++++++++-------- .../en/modules/admin/auth_subfields_structure.tt | 76 ++++++------- .../prog/en/modules/admin/auth_tag_structure.tt | 120 ++++++++++---------- .../prog/en/modules/admin/authorised_values.tt | 64 +++++------ .../prog/en/modules/admin/authtypes.tt | 56 +++++----- .../prog/en/modules/admin/biblio_framework.tt | 50 ++++----- .../prog/en/modules/catalogue/MARCdetail.tt | 32 +++--- .../prog/en/modules/circ/view_holdsqueue.tt | 26 ++--- 17 files changed, 454 insertions(+), 450 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index f37c5fdd99..7b9989f648 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -46,14 +46,18 @@
  • - [% UNLESS ( basketno ) %] - [% IF ( delete_confirmed ) %] - Deleted [% ELSE %] - New [% END %] - [% END %] - Basket [% basketname | html %] [% IF ( basketno ) %] - ([% basketno | html %]) - [% END %] for [% booksellername | html %] + [% UNLESS ( basketno ) %] + [% IF ( delete_confirmed ) %] + Deleted + [% ELSE %] + New + [% END %] + [% END %] + Basket [% basketname | html %] + [% IF ( basketno ) %] + ([% basketno | html %]) + [% END %] + for [% booksellername | html %]
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt index ed48579c11..775a524f0e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt @@ -29,21 +29,21 @@
  • [% booksellername | html %]
  • - [% IF ( add_form ) %] - [% IF ( basketno ) %] -
  • - - Edit basket '[% basketname | html %]' - -
  • - [% ELSE %] -
  • - - Add a basket to [% booksellername | html %] - -
  • + [% IF ( add_form ) %] + [% IF ( basketno ) %] +
  • + + Edit basket '[% basketname | html %]' + +
  • + [% ELSE %] +
  • + + Add a basket to [% booksellername | html %] + +
  • + [% END %] [% END %] - [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 861db56f2a..a114d30ccc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -30,19 +30,19 @@ Basket [% basketno | html %] - [% IF ( ordernumber ) %] -
  • - - Modify order details (line #[% ordernumber | html %]) - -
  • - [% ELSE %] -
  • - - New order - -
  • - [% END %] + [% IF ( ordernumber ) %] +
  • + + Modify order details (line #[% ordernumber | html %]) + +
  • + [% ELSE %] +
  • + + New order + +
  • + [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 2e28931f56..b45ef9f952 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -30,21 +30,21 @@
  • Acquisitions
  • - [% IF invoiceclosedate %] -
  • - Receipt summary for [% name | html %] - [% IF ( invoice ) %] - [ [% invoice | html %] ] + [% IF invoiceclosedate %] +
  • + Receipt summary for [% name | html %] + [% IF ( invoice ) %] + [ [% invoice | html %] ] + [% END %] +
  • + [% ELSE %] +
  • + [% name | html %] +
  • +
  • + Receive orders from [% name | html %] +
  • [% END %] - - [% ELSE %] -
  • - [% name | html %] -
  • -
  • - Receive orders from [% name | html %] -
  • - [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 1531e3c7dd..aa89f2ed24 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -105,30 +105,30 @@
  • Acquisitions
  • - [% IF ( enter ) %] - [% IF ( booksellerid ) %] -
  • - [% name | html %] -
  • -
  • - - Update: [% name | html %] - -
  • + [% IF ( enter ) %] + [% IF ( booksellerid ) %] +
  • + [% name | html %] +
  • +
  • + + Update: [% name | html %] + +
  • + [% ELSE %] +
  • + + Add vendor + +
  • + [% END %] [% ELSE %] -
  • - - Add vendor - -
  • +
  • + + [% name | html %] + +
  • [% END %] - [% ELSE %] -
  • - - [% name | html %] - -
  • - [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt index cd16eafc1d..6a786d875c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt @@ -20,21 +20,21 @@
  • Acquisitions
  • - [% IF ( booksellername ) %] -
  • - [% booksellername | html %] -
  • -
  • - - Uncertain prices for vendor [% booksellername | html %] - -
  • + [% IF ( booksellername ) %] +
  • + [% booksellername | html %] +
  • +
  • + + Uncertain prices for vendor [% booksellername | html %] + +
  • [% ELSE %] -
  • - - Uncertain prices - -
  • +
  • + + Uncertain prices + +
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index 55477b6b86..36d81d414e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -30,22 +30,22 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
  • Basket [% basketno | html %]
  • - [% IF ( opsearch ) %] -
  • - - Order from external source - -
  • - [% ELSE %] -
  • - Order from external source -
  • -
  • - - Search results - -
  • - [% END %] + [% IF ( opsearch ) %] +
  • + + Order from external source + +
  • + [% ELSE %] +
  • + Order from external source +
  • +
  • + + Search results + +
  • + [% END %] 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 611d7017b0..c5848b96a5 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 @@ -25,43 +25,43 @@
  • Administration
  • - [% SWITCH op %] - [% CASE 'add_form' %] -
  • - Manage additional fields -
  • - [% IF field %] + [% SWITCH op %] + [% CASE 'add_form' %] +
  • + Manage additional fields +
  • + [% IF field %] +
  • + + Modify field '[% field.name | html %]' + +
  • + [% ELSE %] +
  • + + Add field + +
  • + [% END %] + + [% CASE 'list' %] +
  • + Manage additional fields +
  • - Modify field '[% field.name | html %]' + Modify fields for '[% tablename | html %]'
  • - [% ELSE %] + + [% CASE %]
  • - Add field + Manage additional fields
  • - [% END %] - [% CASE 'list' %] -
  • - Manage additional fields -
  • -
  • - - Modify fields for '[% tablename | html %]' - -
  • - - [% CASE %] -
  • - - Manage additional fields - -
  • - - [% END %] + [% END %] 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 d6ace89e3c..006357a658 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -86,84 +86,84 @@ Administration - [% IF ( add_form ) %] -
  • - Budgets -
  • - [% IF ( budget_period_id ) %] + [% IF ( add_form ) %]
  • - - Modify budget '[% budget_period_description | html %]' - + Budgets +
  • + [% IF ( budget_period_id ) %] +
  • + + Modify budget '[% budget_period_description | html %]' + +
  • + [% ELSE %] +
  • + + Add budget + +
  • + [% END %] + [% END %] + + [% IF ( delete_confirm ) %] +
  • + Budgets +
  • + [% IF ( total || funds_exist ) %] +
  • + + Cannot delete budget '[% budget_period_description | html %]' + +
  • + [% ELSE %] +
  • + + Delete budget '[% budget_period_description | html %]'? + +
  • + [% END %] + [% END %] + + [% IF ( duplicate_form ) %] +
  • + Budgets +
  • +
  • + + Duplicate budget + +
  • + [% END %] + + [% IF close_form %] +
  • + Budgets
  • - [% ELSE %]
  • - Add budget + Close budget [% budget_period_description | html %]
  • [% END %] - [% END %] - [% IF ( delete_confirm ) %] -
  • - Budgets -
  • - [% IF ( total || funds_exist ) %] + [% IF closed %] +
  • + Budgets +
  • - Cannot delete budget '[% budget_period_description | html %]' + Budget [% budget_period_description | html %] closed
  • - [% ELSE %] + [% END %] + + [% IF ( else ) %]
  • - Delete budget '[% budget_period_description | html %]'? + Budgets administration
  • [% END %] - [% END %] - - [% IF ( duplicate_form ) %] -
  • - Budgets -
  • -
  • - - Duplicate budget - -
  • - [% END %] - - [% IF close_form %] -
  • - Budgets -
  • -
  • - - Close budget [% budget_period_description | html %] - -
  • - [% END %] - - [% IF closed %] -
  • - Budgets -
  • -
  • - - Budget [% budget_period_description | html %] closed - -
  • - [% END %] - - [% IF ( else ) %] -
  • - - Budgets administration - -
  • - [% END %] 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 745a0d8c30..a66877bf14 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -31,65 +31,65 @@ [% booksellername | html %] - [% IF ( add_form ) %] -
  • - Contracts -
  • - [% IF ( contractnumber ) %] + [% IF ( add_form ) %] +
  • + Contracts +
  • + [% IF ( contractnumber ) %] +
  • + + Modify contract '[% contractname | html %]' + +
  • + [% ELSE %] +
  • + + New contract + +
  • + [% END %] + [% END %] + + [% IF ( add_validate ) %] +
  • + Contracts +
  • - Modify contract '[% contractname | html %]' + Data recorded
  • - [% ELSE %] + [% END %] + + [% IF ( delete_confirm ) %] +
  • + Contracts +
  • - New contract + Confirm deletion of contract [% contractnumber | html %]
  • [% END %] - [% END %] - - [% IF ( add_validate ) %] -
  • - Contracts -
  • -
  • - - Data recorded - -
  • - [% END %] - [% IF ( delete_confirm ) %] -
  • - Contracts -
  • -
  • - - Confirm deletion of contract [% contractnumber | html %] - -
  • - [% END %] - - [% IF ( delete_confirmed ) %] -
  • - Contracts -
  • -
  • - - Contract deleted - -
  • - [% END %] + [% IF ( delete_confirmed ) %] +
  • + Contracts +
  • +
  • + + Contract deleted + +
  • + [% END %] - [% IF ( else ) %] -
  • - - Contracts - -
  • - [% END %] + [% IF ( else ) %] +
  • + + Contracts + +
  • + [% END %] 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 c39c6a0a66..9df9788aa2 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 @@ -22,53 +22,53 @@ Authority types - [% IF ( authtypecode ) %] -
  • - [% authtypecode | html %] framework -
  • - [% ELSE %] -
  • - Default framework -
  • - [% END %] + [% IF ( authtypecode ) %] +
  • + [% authtypecode | html %] framework +
  • + [% ELSE %] +
  • + Default framework +
  • + [% END %] - [% IF ( else ) %] -
  • - - Authority MARC subfield structure for [% tagfield | html %] - -
  • - [% ELSE %] -
  • - Authority MARC subfield structure for [% tagfield | html %] -
  • - [% END %] + [% IF ( else ) %] +
  • + + Authority MARC subfield structure for [% tagfield | html %] + +
  • + [% ELSE %] +
  • + Authority MARC subfield structure for [% tagfield | html %] +
  • + [% END %] - [% IF ( delete_confirm ) %] -
  • - - Confirm deletion of subfield [% tagsubfield | html %]? - -
  • - [% END %] + [% IF ( delete_confirm ) %] +
  • + + Confirm deletion of subfield [% tagsubfield | html %]? + +
  • + [% END %] - [% IF ( add_form ) %] - [% IF ( use_heading_flags_p ) %] - [% IF ( heading_edit_subfields_p ) %] + [% IF ( add_form ) %] + [% IF ( use_heading_flags_p ) %] + [% IF ( heading_edit_subfields_p ) %] +
  • + + Edit MARC subfields constraints + +
  • + [% END %] + [% ELSE %]
  • - Edit MARC subfields constraints + [% action | html %]
  • [% END %] - [% ELSE %] -
  • - - [% action | html %] - -
  • [% END %] - [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt index 7ce18daae0..c7c6ba8458 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt @@ -27,30 +27,47 @@ Authority types - [% IF ( add_form ) %] - [% IF ( use_heading_flags_p ) %] + [% IF ( add_form ) %] + [% IF ( use_heading_flags_p ) %] - [% IF ( heading_modify_tag_p ) %] - [% IF ( authtypecode ) %] + [% IF ( heading_modify_tag_p ) %] + [% IF ( authtypecode ) %] +
  • + [% authtypecode | html %] Framework +
  • + [% ELSE %] +
  • + Default framework +
  • + [% END %]
  • - [% authtypecode | html %] Framework + + Modify tag +
  • - [% ELSE %] + [% END %] + + [% IF ( heading_add_tag_p ) %] + [% IF ( authtypecode ) %] +
  • + [% authtypecode | html %] framework +
  • + [% ELSE %] +
  • + Default framework +
  • + [% END %]
  • - Default framework + + New tag +
  • [% END %] -
  • - - Modify tag - -
  • - [% END %] - [% IF ( heading_add_tag_p ) %] + [% ELSE %] [% IF ( authtypecode ) %]
  • - [% authtypecode | html %] framework + [% authtypecode | html %] Framework
  • [% ELSE %]
  • @@ -59,46 +76,13 @@ [% END %]
  • - New tag + [% action | html %]
  • [% END %] [% ELSE %] - [% IF ( authtypecode ) %] -
  • - [% authtypecode | html %] Framework -
  • - [% ELSE %] -
  • - Default framework -
  • - [% END %] -
  • - - [% action | html %] - -
  • - [% END %] - - [% ELSE %] - [% IF ( delete_confirm ) %] - [% IF ( authtypecode ) %] -
  • - [% authtypecode | html %] framework -
  • - [% ELSE %] -
  • - Default framework -
  • - [% END %] -
  • - - Confirm deletion - -
  • - [% ELSE %] - [% IF ( delete_confirmed ) %] + [% IF ( delete_confirm ) %] [% IF ( authtypecode ) %]
  • [% authtypecode | html %] framework @@ -110,27 +94,43 @@ [% END %]
  • - Data deleted + Confirm deletion
  • [% ELSE %] - [% IF ( authtypecode ) %] + [% IF ( delete_confirmed ) %] + [% IF ( authtypecode ) %] +
  • + [% authtypecode | html %] framework +
  • + [% ELSE %] +
  • + Default framework +
  • + [% END %]
  • - [% authtypecode | html %] Framework + Data deleted
  • [% ELSE %] -
  • - - Default framework - -
  • + [% IF ( authtypecode ) %] +
  • + + [% authtypecode | html %] Framework + +
  • + [% ELSE %] +
  • + + Default framework + +
  • + [% END %] [% END %] - [% END %] + [% END %] [% END %] - [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index f5eaadcfa4..dc8308997b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -32,49 +32,49 @@ Administration - [% IF op == 'add_form' %] -
  • - Authorized values -
  • - [% IF ( action_modify ) %] + [% IF op == 'add_form' %]
  • - - Modify authorized value - + Authorized values +
  • + [% IF ( action_modify ) %] +
  • + + Modify authorized value + +
  • + [% END %] + [% IF ( action_add_value ) %] +
  • + + New authorized value + +
  • + [% END %] + [% IF ( action_add_category ) %] +
  • + + New category + +
  • + [% END %] + + [% ELSIF ( loop ) %] +
  • + Authorized values
  • - [% END %] - [% IF ( action_add_value ) %]
  • - New authorized value + Authorized values for category [% category_name | html %]
  • - [% END %] - [% IF ( action_add_category ) %] + + [% ELSE %]
  • - New category + Authorized values
  • [% END %] - - [% ELSIF ( loop ) %] -
  • - Authorized values -
  • -
  • - - Authorized values for category [% category_name | html %] - -
  • - - [% ELSE %] -
  • - - Authorized values - -
  • - [% END %] 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 a443b2a61e..7033c9df50 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -25,35 +25,35 @@ Administration - [% IF op == 'add_form' %] -
  • - Authority types -
  • -
  • - - [% IF authority_type.authtypecode.defined %] - Modify - [% ELSE %] - New - [% END %] Authority type - -
  • - - [% ELSIF op == 'delete_confirm' %] -
  • - Authority types -
  • -
  • - - Confirm deletion of authority type - -
  • + [% IF op == 'add_form' %] +
  • + Authority types +
  • +
  • + + [% IF authority_type.authtypecode.defined %] + Modify + [% ELSE %] + New + [% END %] Authority type + +
  • + + [% ELSIF op == 'delete_confirm' %] +
  • + Authority types +
  • +
  • + + Confirm deletion of authority type + +
  • - [% ELSE %] -
  • - Authority types -
  • - [% END %] + [% ELSE %] +
  • + Authority types +
  • + [% END %] 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 f084e0e785..13494ce43d 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 @@ -25,41 +25,41 @@ Administration - [% IF op == 'add_form' %] -
  • - MARC frameworks -
  • - [% IF framework %] + [% IF op == 'add_form' %] +
  • + MARC frameworks +
  • + [% IF framework %] +
  • + + Modify framework text + +
  • + [% ELSE %] +
  • + + Add framework + +
  • + [% END %] + + [% ELSIF op == 'delete_confirm' %] +
  • + MARC frameworks +
  • - Modify framework text + Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?
  • + [% ELSE %]
  • - Add framework + MARC frameworks
  • [% END %] - - [% ELSIF op == 'delete_confirm' %] -
  • - MARC frameworks -
  • -
  • - - Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])? - -
  • - - [% ELSE %] -
  • - - MARC frameworks - -
  • - [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index 5549d1f8b9..6598a6b8d9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -27,22 +27,22 @@ Catalog - [% IF ( unknownbiblionumber ) %] -
  • - - Unknown record - -
  • - [% ELSE %] -
  • - [% INCLUDE 'biblio-title.inc' link = 1 %] -
  • -
  • - - MARC details - -
  • - [% END %] + [% IF ( unknownbiblionumber ) %] +
  • + + Unknown record + +
  • + [% ELSE %] +
  • + [% INCLUDE 'biblio-title.inc' link = 1 %] +
  • +
  • + + MARC details + +
  • + [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt index d1ec367101..e86d3e1ed3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -28,21 +28,21 @@ [% IF ( run_report ) %] -
  • - Holds queue -
  • -
  • - - Results - -
  • +
  • + Holds queue +
  • +
  • + + Results + +
  • [% ELSE %] -
  • - - Holds queue - -
  • +
  • + + Holds queue + +
  • [% END %] -- 2.11.0