View | Details | Raw Unified | Return to bug 13618
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-1 / +1 lines)
Lines 256-262 function CheckRuleForm(f) { Link Here
256
        <label for="mp_[% matchpoint.mp_num %]_score">Score: </label>
256
        <label for="mp_[% matchpoint.mp_num %]_score">Score: </label>
257
        <input type ="text" id="mp_[% matchpoint.mp_num %]_score" 
257
        <input type ="text" id="mp_[% matchpoint.mp_num %]_score" 
258
               name="mp_[% matchpoint.mp_num %]_score" size="5"
258
               name="mp_[% matchpoint.mp_num %]_score" size="5"
259
               value="[% matchpoint.score %]" 
259
               value="[% matchpoint.score %]"
260
               maxlength="5" />
260
               maxlength="5" />
261
      </li>
261
      </li>
262
      </ol>
262
      </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +1 lines)
Lines 500-506 var holdForPatron = function () { Link Here
500
                            <td>
500
                            <td>
501
			    [% IF ( SEARCH_RESULT.XSLTResultsRecord ) %]
501
			    [% IF ( SEARCH_RESULT.XSLTResultsRecord ) %]
502
                [% SEARCH_RESULT.result_number %].
502
                [% SEARCH_RESULT.result_number %].
503
				[% SEARCH_RESULT.XSLTResultsRecord.raw %]
503
                [% SEARCH_RESULT.XSLTResultsRecord.raw %]
504
			    [% ELSE %]
504
			    [% ELSE %]
505
                                <p>[% SEARCH_RESULT.result_number %].
505
                                <p>[% SEARCH_RESULT.result_number %].
506
                                 [% biblionumber = SEARCH_RESULT.biblionumber %]
506
                                 [% biblionumber = SEARCH_RESULT.biblionumber %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt (-1 / +1 lines)
Lines 28-34 Link Here
28
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
28
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
29
	[% IF ( SEARCH_RESULT.even ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
29
	[% IF ( SEARCH_RESULT.even ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
30
		<td>
30
		<td>
31
			<a href="/cgi-bin/koha/search.pl?type=[% IF ( SEARCH_RESULT.opac ) %]opac[% ELSE %]intra[% END %]&amp;subjectitems=[% SEARCH_RESULT.subject2 %]">[% SEARCH_RESULT.subject %]</a>
31
            <a href="/cgi-bin/koha/search.pl?type=[% IF ( SEARCH_RESULT.opac ) %]opac[% ELSE %]intra[% END %]&amp;subjectitems=[% SEARCH_RESULT.subject2 %]">[% SEARCH_RESULT.subject %]</a>
32
		</td>
32
		</td>
33
	</tr>
33
	</tr>
34
[% END %]
34
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt (-2 / +2 lines)
Lines 20-26 Link Here
20
    </form>
20
    </form>
21
[% ELSE %]
21
[% ELSE %]
22
    [% IF ( success ) %]
22
    [% IF ( success ) %]
23
	<div class="dialog">The item has successfully been linked to <i>[% bibliotitle %]</i>.</div>    
23
    <div class="dialog">The item has successfully been linked to <i>[% bibliotitle %]</i>.</div>
24
	<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
24
	<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
25
	    <input type="submit" value="OK" />
25
	    <input type="submit" value="OK" />
26
	    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
26
	    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
Lines 40-46 Link Here
40
40
41
    	    [% IF ( missingbarcode ) %]
41
    	    [% IF ( missingbarcode ) %]
42
	    <fieldset id="barcode_fieldset">
42
	    <fieldset id="barcode_fieldset">
43
		<label for="barcode_fieldset">Select the host item to link[% IF ( bibliotitle ) %] to <i>[% bibliotitle %]</i>[% END %]</label>
43
        <label for="barcode_fieldset">Select the host item to link[% IF ( bibliotitle ) %] to <i>[% bibliotitle %]</i>[% END %]</label>
44
		    <div class="hint">Enter item barcode:</div>
44
		    <div class="hint">Enter item barcode:</div>
45
		    <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> 
45
		    <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> 
46
	    </fieldset>
46
	    </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-2 / +2 lines)
Lines 52-58 Link Here
52
52
53
	[% ELSE %]
53
	[% ELSE %]
54
	    [% IF ( success ) %]
54
	    [% IF ( success ) %]
55
			<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle %]</i></a>.
55
            <div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle %]</i></a>.
56
			<p>
56
			<p>
57
			[% INCLUDE actions %]
57
			[% INCLUDE actions %]
58
		                <input type="submit" class="approve" value="OK" />
58
		                <input type="submit" class="approve" value="OK" />
Lines 79-85 Link Here
79
	    [% END %]
79
	    [% END %]
80
80
81
		[% IF ( missingbarcode ) %]
81
		[% IF ( missingbarcode ) %]
82
		<h3>Attach an item[% IF ( bibliotitle ) %] to <i>[% bibliotitle %]</i>[% END %]</h3>
82
        <h3>Attach an item[% IF ( bibliotitle ) %] to <i>[% bibliotitle %]</i>[% END %]</h3>
83
	    <fieldset id="barcode_fieldset">
83
	    <fieldset id="barcode_fieldset">
84
		<label for="barcode">Enter the barcode of the item to attach:</label>
84
		<label for="barcode">Enter the barcode of the item to attach:</label>
85
		    <p class="hint">The item you select will be moved to the target record.</p>
85
		    <p class="hint">The item you select will be moved to the target record.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-1 / +2 lines)
Lines 173-179 Link Here
173
                                                            [% IF ( resul.MARC_ON ) %]
173
                                                            [% IF ( resul.MARC_ON ) %]
174
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>
174
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>
175
                                                            [% ELSE %]
175
                                                            [% ELSE %]
176
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>				[% END %]
176
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>
177
                                                            [% END %]
177
                                                    <p>[% resul.author %]
178
                                                    <p>[% resul.author %]
178
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
179
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
179
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
180
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-2 / +2 lines)
Lines 41-47 Link Here
41
            [% IF ( total ) %]
41
            [% IF ( total ) %]
42
            <h3>Authority search results</h3>
42
            <h3>Authority search results</h3>
43
            <div class="pages">
43
            <div class="pages">
44
                          [% pagination_bar.raw %]      
44
                          [% pagination_bar.raw %]
45
                        </div>[% END %]
45
                        </div>[% END %]
46
            <p>
46
            <p>
47
                [% IF ( total ) %]
47
                [% IF ( total ) %]
Lines 74-80 Link Here
74
[% END %]
74
[% END %]
75
75
76
            [% IF ( total ) %]<div class="pages">
76
            [% IF ( total ) %]<div class="pages">
77
                          [% pagination_bar.raw %]      
77
                          [% pagination_bar.raw %]
78
                        </div>
78
                        </div>
79
            [% END %]
79
            [% END %]
80
<script type="text/javascript">
80
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-2 / +2 lines)
Lines 172-182 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
172
                <script type="text/javascript" x-code="[% patron_attr_filter_loo.code %]">create_auto_completion_responder([% patron_attr_filter_loo.domid %],"[% patron_attr_filter_loo.code %]");</script>
172
                <script type="text/javascript" x-code="[% patron_attr_filter_loo.code %]">create_auto_completion_responder([% patron_attr_filter_loo.domid %],"[% patron_attr_filter_loo.code %]");</script>
173
				<span id="pattrodue-getready-[% patron_attr_filter_loo.domid %]">
173
				<span id="pattrodue-getready-[% patron_attr_filter_loo.domid %]">
174
						<div class="pattrodue-autocomplete">
174
						<div class="pattrodue-autocomplete">
175
							<input autocomplete="off" id="pattrodue-input-[% patron_attr_filter_loo.domid %]" name="patron_attr_filter_[% patron_attr_filter_loo.code %]" value="[% patron_attr_filter_loo.cgivalue %]"  class="pattrodue-input" type="text" />
175
                            <input autocomplete="off" id="pattrodue-input-[% patron_attr_filter_loo.domid %]" name="patron_attr_filter_[% patron_attr_filter_loo.code %]" value="[% patron_attr_filter_loo.cgivalue %]"  class="pattrodue-input" type="text" />
176
						</div>
176
						</div>
177
				</span>
177
				</span>
178
			[% ELSE %]
178
			[% ELSE %]
179
				<input type="text" name="patron_attr_filter_[% patron_attr_filter_loo.code %]" value="[% patron_attr_filter_loo.cgivalue %]"/>
179
                <input type="text" name="patron_attr_filter_[% patron_attr_filter_loo.code %]" value="[% patron_attr_filter_loo.cgivalue %]"/>
180
			[% END %]
180
			[% END %]
181
			[% IF ( patron_attr_filter_loo.repeatable ) %]
181
			[% IF ( patron_attr_filter_loo.repeatable ) %]
182
                <a href="#" onclick="clone_parent(this); return false;">Add</a>
182
                <a href="#" onclick="clone_parent(this); return false;">Add</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 69-75 Link Here
69
                <input type="hidden" name="ccl_query" value="[% ccl_query %]" />
69
                <input type="hidden" name="ccl_query" value="[% ccl_query %]" />
70
            [% FOREACH result_se IN result_set %]
70
            [% FOREACH result_se IN result_set %]
71
            <div style="border-bottom:1px solid #CCC;margin: .5em 0;">
71
            <div style="border-bottom:1px solid #CCC;margin: .5em 0;">
72
		            <h4>[% result_se.title %]</h4>
72
                <h4>[% result_se.title %]</h4>
73
                            <p>[% IF ( result_se.author ) %]by [% result_se.author %][% END %]
73
                            <p>[% IF ( result_se.author ) %]by [% result_se.author %][% END %]
74
                            [[% result_se.itemtype %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode %] [% END %][% IF ( result_se.place ) %][% result_se.place %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate %], [% END %][% IF ( result_se.pages ) %][% result_se.pages %][% END %][% IF ( result_se.isbn ) %], <b>ISBN: </b>[% result_se.isbn %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes %][% END %]</p>
74
                            [[% result_se.itemtype %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode %] [% END %][% IF ( result_se.place ) %][% result_se.place %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate %], [% END %][% IF ( result_se.pages ) %][% result_se.pages %][% END %][% IF ( result_se.isbn ) %], <b>ISBN: </b>[% result_se.isbn %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes %][% END %]</p>
75
75
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 lines)
Lines 621-627 Link Here
621
        [% CASE # us %]
621
        [% CASE # us %]
622
            [% INCLUDE 'member-alt-contact-style-us.inc' %]
622
            [% INCLUDE 'member-alt-contact-style-us.inc' %]
623
     [% END %]
623
     [% END %]
624
    
625
    [% END # UNLESS noaltcontactsurname && noaltcontactfirstname etc %]
624
    [% END # UNLESS noaltcontactsurname && noaltcontactfirstname etc %]
626
625
627
[% END %]
626
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-3 / +3 lines)
Lines 80-88 function CheckForm(f) { Link Here
80
	</div>
80
	</div>
81
	[% END %]
81
	[% END %]
82
	[% IF ( message.ERROR_no_borrower_from_item ) %]<p>Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.</p>[% END %]
82
	[% IF ( message.ERROR_no_borrower_from_item ) %]<p>Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.</p>[% END %]
83
	[% IF ( message.issue ) %]<p>Checked out <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a> ([% message.barcode %]) to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
83
    [% IF ( message.issue ) %]<p>Checked out <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a> ([% message.barcode %]) to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
84
	[% IF ( message.renew ) %]<p>Renewed <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a>  ([% message.barcode %]) for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
84
    [% IF ( message.renew ) %]<p>Renewed <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a>  ([% message.barcode %]) for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
85
	[% IF ( message.return ) %]<p>Checked in <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a> ([% message.barcode %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
85
    [% IF ( message.return ) %]<p>Checked in <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a> ([% message.barcode %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
86
	[% IF ( message.payment ) %]<p>Accepted payment ([% message.amount %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
86
	[% IF ( message.payment ) %]<p>Accepted payment ([% message.amount %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
87
  [% END %]
87
  [% END %]
88
[% ELSE %]
88
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 211-217 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
211
  [% END %]
211
  [% END %]
212
  [% IF ( pagination_bar ) %]
212
  [% IF ( pagination_bar ) %]
213
  <div class="pages" id="pagination_top">
213
  <div class="pages" id="pagination_top">
214
  	[% pagination_bar.raw %]
214
    [% pagination_bar.raw %]
215
  </div>
215
  </div>
216
  [% END %]
216
  [% END %]
217
  [% IF ( tagloop ) %]
217
  [% IF ( tagloop ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 97-103 for( x=0; x<allColumns.length; x++ ){ Link Here
97
		    <tbody>
97
		    <tbody>
98
            [% FOREACH item_loo IN item_loop %] <tr> [% IF ( show ) %][% IF ( item_loo.nomod ) %] <td class="error">Cannot edit</td>[% ELSE %]<td><input type="checkbox" name="itemnumber" value="[% item_loo.itemnumber %]" id="row[% item_loo.itemnumber %]" checked="checked" /></td>[% END %][% END %]
98
            [% FOREACH item_loo IN item_loop %] <tr> [% IF ( show ) %][% IF ( item_loo.nomod ) %] <td class="error">Cannot edit</td>[% ELSE %]<td><input type="checkbox" name="itemnumber" value="[% item_loo.itemnumber %]" id="row[% item_loo.itemnumber %]" checked="checked" /></td>[% END %][% END %]
99
		    <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
99
		    <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
100
			[% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field %]</td> 
100
            [% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field %]</td>
101
					[% END %] </tr>
101
					[% END %] </tr>
102
		    [% END %]
102
		    [% END %]
103
		    </tbody>
103
		    </tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 132-138 $(document).ready(function(){ Link Here
132
                  <td>&nbsp;</td>
132
                  <td>&nbsp;</td>
133
                [% END %]
133
                [% END %]
134
                <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
134
                <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
135
                [% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field %]</td> 
135
                [% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field %]</td>
136
        [% END %] </tr>
136
        [% END %] </tr>
137
            [% END %]
137
            [% END %]
138
      </tbody>
138
      </tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-2 / +2 lines)
Lines 17-29 Link Here
17
<div id="custom-doc" class="yui-t7">
17
<div id="custom-doc" class="yui-t7">
18
   <div id="bd">
18
   <div id="bd">
19
                [% IF ( multiple ) %]
19
                [% IF ( multiple ) %]
20
		    <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname%]</em>: [% ELSE %]a list:[% END %]</h1>
20
                        <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname%]</em>: [% ELSE %]a list:[% END %]</h1>
21
                [% ELSE %]
21
                [% ELSE %]
22
                        <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>[% ELSE %]a list:[% END %]</h1>
22
                        <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>[% ELSE %]a list:[% END %]</h1>
23
                [% END %]
23
                [% END %]
24
		<ul>
24
		<ul>
25
		    [% FOREACH biblio IN biblios %]
25
		    [% FOREACH biblio IN biblios %]
26
			<li> <span class="title">[% biblio.title %]</span>
26
            <li> <span class="title">[% biblio.title %]</span>
27
			    [% IF ( biblio.author ) %]<span class="author"> [% biblio.author %] </span>[% END %]
27
			    [% IF ( biblio.author ) %]<span class="author"> [% biblio.author %] </span>[% END %]
28
			</li>
28
			</li>
29
		    [% END %]
29
		    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt (-2 / +2 lines)
Lines 45-52 Link Here
45
45
46
[% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
46
[% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
47
[% IF ( BakerTaylorEnabled ) %][% IF bt_id %]<a href="https://[% BakerTaylorBookstoreURL %][% bt_id %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% bt_id %]" /></a>[% END %][% END %]
47
[% IF ( BakerTaylorEnabled ) %][% IF bt_id %]<a href="https://[% BakerTaylorBookstoreURL %][% bt_id %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% bt_id %]" /></a>[% END %][% END %]
48
	   <p>[% IF ( SEARCH_RESULT.author ) %]By [% SEARCH_RESULT.author %]. [% END %]
48
        <p>[% IF ( SEARCH_RESULT.author ) %]By [% SEARCH_RESULT.author %]. [% END %]
49
	   [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %][% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode %][% END %][% IF ( SEARCH_RESULT.publicationyear ) %] [% SEARCH_RESULT.publicationyear %]
49
        [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %][% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode %][% END %][% IF ( SEARCH_RESULT.publicationyear ) %] [% SEARCH_RESULT.publicationyear %]
50
                    [% ELSE %][% IF ( SEARCH_RESULT.copyrightdate ) %] [% SEARCH_RESULT.copyrightdate %][% END %][% END %]
50
                    [% ELSE %][% IF ( SEARCH_RESULT.copyrightdate ) %] [% SEARCH_RESULT.copyrightdate %][% END %][% END %]
51
                        [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %]
51
                        [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %]
52
                        [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes %][% END %]
52
                        [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 lines)
Lines 514-520 Link Here
514
                                [% END %]
514
                                [% END %]
515
                            </div>
515
                            </div>
516
                        [% END # / IF itemsloop %]
516
                        [% END # / IF itemsloop %]
517
                    [% END %]
518
517
519
                    [% IF itemsloop && can_remove_biblios %]
518
                    [% IF itemsloop && can_remove_biblios %]
520
                        <input type="hidden" name="op" value="remove_biblios" />
519
                        <input type="hidden" name="op" value="remove_biblios" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt (-3 / +2 lines)
Lines 20-27 Link Here
20
20
21
[% bt_id = ( review.normalized_upc || review.normalized_isbn ) %]
21
[% bt_id = ( review.normalized_upc || review.normalized_isbn ) %]
22
[% IF ( BakerTaylorEnabled && bt_id ) %]<a href="https://[% BakerTaylorBookstoreURL %][% bt_id %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% bt_id %]" /></a>[% END %]
22
[% IF ( BakerTaylorEnabled && bt_id ) %]<a href="https://[% BakerTaylorBookstoreURL %][% bt_id %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% bt_id %]" /></a>[% END %]
23
	   [% IF ( review.author ) %]<p>By [% review.author %].</p> [% END %]
23
        [% IF ( review.author ) %]<p>By [% review.author %].</p> [% END %]
24
	   <p>[% IF ( review.place ) %][% review.place %] [% END %][% IF ( review.publishercode ) %][% review.publishercode %][% END %][% IF ( review.publicationyear ) %] [% review.publicationyear %]
24
        <p>[% IF ( review.place ) %][% review.place %] [% END %][% IF ( review.publishercode ) %][% review.publishercode %][% END %][% IF ( review.publicationyear ) %] [% review.publicationyear %]
25
                    [% ELSE %][% IF ( review.copyrightdate ) %] [% review.copyrightdate %][% END %][% END %]
25
                    [% ELSE %][% IF ( review.copyrightdate ) %] [% review.copyrightdate %][% END %][% END %]
26
                        [% IF ( review.pages ) %]. [% review.pages %][% END %]
26
                        [% IF ( review.pages ) %]. [% review.pages %][% END %]
27
                        [% IF ( review.notes ) %], [% review.notes %][% END %]
27
                        [% IF ( review.notes ) %], [% review.notes %][% END %]
28
- 

Return to bug 13618