From a7714ed6c55ee09f73fa8e0b5ba085888c9f4ad5 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 9 Oct 2012 18:03:05 +0200 Subject: [PATCH] Bug 7873 follow-up s/tab/4spaces/ --- .../opac-tmpl/prog/en/modules/opac-basket.tt | 141 +++++++++--------- 1 file changed, 74 insertions(+), 67 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt index 1a574a667d..0672027ed2 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt @@ -17,10 +17,10 @@ @import url([% themelang %]/css/print.css); [% ELSE %][% INCLUDE 'doc-head-close.inc' %] - - - + + - [% END %] + //]]> + + [% END %] @@ -159,9 +159,9 @@ function enableCheckboxActions(){
@@ -169,7 +169,7 @@ function enableCheckboxActions(){ [% END %] [% IF ( verbose ) %] - [% UNLESS ( print_basket ) %]
Select all Clear all | Select titles to: + [% UNLESS ( print_basket ) %]
Select all Clear all | Select titles to: Remove [% IF ( opacuserlogin ) %] @@ -204,7 +204,7 @@ function enableCheckboxActions(){ [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author |html %][% END %] [% END %] - + [% IF ( BIBLIO_RESULT.isbn ) %] @@ -230,7 +230,7 @@ function enableCheckboxActions(){

[% END %] [% END %] - + [% END %] @@ -316,13 +316,17 @@ function enableCheckboxActions(){ + [% MARCurl.MARCurl %] + [% IF ( MARCurl.notes ) %][% FOREACH note IN MARCurl.notes %][% note.note %]
[% END %][% END %] + [% END %] +

+ [% END %] @@ -367,13 +371,15 @@ function enableCheckboxActions(){ [% END %]
URL(s) - [% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %] -

[% IF ( MARCurl.part ) %][% MARCurl.part %] -
[% END %] + [% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %] +

+ [% IF ( MARCurl.part ) %][% MARCurl.part %] +
+ [% END %] - [% MARCurl.MARCurl %] - [% IF ( MARCurl.notes ) %][% FOREACH note IN MARCurl.notes %][% note.note %]
[% END %][% END %] - [% END %]

- - [% UNLESS ( print_basket ) %][% END %] - - - - - + + + [% UNLESS ( print_basket ) %][% END %] + + + + + + [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] [% IF ( BIBLIO_RESULT.even ) %] @@ -386,29 +392,30 @@ function enableCheckboxActions(){ [% END %] - - + + - - + + + [% END %]
 TitleAuthorYearLocation (Status)
 TitleAuthorYearLocation (Status)
- [% BIBLIO_RESULT.title |html %][% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield |html %][% END %][% END %] + [% BIBLIO_RESULT.title |html %][% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield |html %][% END %][% END %] - - [% IF ( opacuserlogin ) %][% IF ( loggedinusername ) %][% IF ( TagsEnabled ) %][% END %][% END %][% END %] - [% BIBLIO_RESULT.author %] - [% IF ( BIBLIO_RESULT.publicationyear ) %] - [% BIBLIO_RESULT.publicationyear %] + + [% IF ( opacuserlogin ) %][% IF ( loggedinusername ) %][% IF ( TagsEnabled ) %][% END %][% END %][% END %] + [% BIBLIO_RESULT.author %] + [% IF ( BIBLIO_RESULT.publicationyear ) %] + [% BIBLIO_RESULT.publicationyear %] [% ELSE %] - [% BIBLIO_RESULT.copyrightdate %] + [% BIBLIO_RESULT.copyrightdate %] [% END %] - [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]
    [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] -
  • - [% ITEM_RESULT.branchname %][% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac %][% END %] - [% IF ( ITEM_RESULT.itemcallnumber ) %] - ([% ITEM_RESULT.itemcallnumber %]) - [% END %] - ([% INCLUDE 'item-status.inc' item = ITEM_RESULT %]) -
  • - [% END %]
[% ELSE %]This record has no items.[% END %]
[% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]
    [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] +
  • + [% ITEM_RESULT.branchname %][% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac %][% END %] + [% IF ( ITEM_RESULT.itemcallnumber ) %] + ([% ITEM_RESULT.itemcallnumber %]) + [% END %] + ([% INCLUDE 'item-status.inc' item = ITEM_RESULT %]) +
  • + [% END %]
[% ELSE %]This record has no items.[% END %] +
[% END %] -- 2.39.2