From b8330f263c21d408893b2d8fb9006107833e97ad Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 26 Oct 2018 14:45:28 +0000 Subject: [PATCH] Bug 21526: (QA follow-up) Fix all the tabs --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt index 8e1699ca5b..d95a36082b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt @@ -52,7 +52,7 @@ [% END %] - [% order.vendorname | html %] + [% order.vendorname | html %] [% ItemTypes.GetDescription( order.itype ) | html %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt index a9d93678f2..8cade030b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -202,7 +202,7 @@ -
Clear
+
Clear
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 2abbe4f118..7127491f10 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -188,7 +188,7 @@
  • [% IF ( MARCurl.part ) %][% MARCurl.part | html %]
    [% END %] - [% MARCurl.linktext | html %] + [% MARCurl.linktext | html %] [% IF ( MARCurl.notes ) %][% END %]
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 5c27430092..020117ea3c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -326,7 +326,7 @@ [% ELSE %]
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt index 430268d5aa..451b8f223d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt @@ -53,7 +53,7 @@ [% IF ( operation.biblionumber ) %] - [% operation.barcode | html %] + [% operation.barcode | html %] [% ELSE %] [% operation.barcode | html %] [% END %] @@ -61,7 +61,7 @@ [% IF ( operation.actionissue || operation.actionpayment) %] [% IF ( operation.borrowernumber ) %] - [% operation.cardnumber | html %] + [% operation.cardnumber | html %] [% ELSE %] [% operation.cardnumber | html %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt index e1394c3824..497b109120 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt @@ -29,7 +29,7 @@ [% IF ( message.issue ) %]

    Checked out [% message.title | html %] ([% message.barcode | html %]) to [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] [% IF ( message.renew ) %]

    Renewed [% message.title | html %] ([% message.barcode | html %]) for [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] [% IF ( message.return ) %]

    Checked in [% message.title | html %] ([% message.barcode | html %]) from [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] - [% IF ( message.payment ) %]

    Accepted payment ([% message.amount | html %]) from [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] + [% IF ( message.payment ) %]

    Accepted payment ([% message.amount | html %]) from [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] [% END %] [% ELSE %]

    Upload offline circulation data

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt index a602ce6311..0f20ba3d2a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt @@ -76,7 +76,7 @@ [% loopro.rowtitle | html %] [% FOREACH loopcel IN loopro.loopcell %] [% IF ( loopcel.hilighted ) %][% ELSE %][% END %] - [% IF ( loopcel.reference ) %][% END %] + [% IF ( loopcel.reference ) %][% END %] [% IF ( loopcel.value ) %][% loopcel.value | html %][% END %] [% IF ( loopcel.reference ) %][% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt index dcbdf5a376..92c5ce19ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt @@ -39,7 +39,7 @@ GroupCall number rangeNumber of items displayedTotal items in group [% FOREACH looptable IN mainloo.looptables %] - [% looptable.coltitle | html %] + [% looptable.coltitle | html %] [% IF ( looptable.looptable_count ) %] [% looptable.looptable_first | html %] to [% looptable.looptable_last | html %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt index bfbe36faea..0ee58a9ee9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt @@ -52,7 +52,7 @@ [% loopro.rowtitle_display or "UNKNOWN VALUE" | html %] [% FOREACH loopcel IN loopro.loopcell %] - [% IF ( loopcel.url_complement ) %][% loopcel.value | html %][% ELSE %][% loopcel.value | html %][% END %] + [% IF ( loopcel.url_complement ) %][% loopcel.value | html %][% ELSE %][% loopcel.value | html %][% END %] [% END %] [% loopro.totalrow | html %] -- 2.11.0