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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-2 / +1 lines)
Lines 999-1005 details[open] { Link Here
999
    position: relative;
999
    position: relative;
1000
1000
1001
    .title {
1001
    .title {
1002
        font-size: unset;
1003
        font-weight: normal;
1002
        font-weight: normal;
1004
    }
1003
    }
1005
}
1004
}
Lines 1940-1946 li { Link Here
1940
}
1939
}
1941
1940
1942
.title {
1941
.title {
1943
    font-size: 105%;
1942
    font-style: italic;
1944
    font-weight: bold;
1943
    font-weight: bold;
1945
}
1944
}
1946
1945
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc (-1 lines)
Line 1 Link Here
1
[% IF ( BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblionumber |url %]">[% ELSIF ( BiblioDefaultViewlabeled_marc ) %]<a class="title" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblionumber |url %]">[% ELSIF ( BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblionumber |url %]">[% ELSE %]<a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber |url %]">[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-title.inc (+16 lines)
Lines 1-3 Link Here
1
[% IF ( link ) %]
2
    [% IF ( BiblioDefaultViewmarc ) %]
3
        <a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblio.biblionumber |url %]">
4
    [% ELSIF ( BiblioDefaultViewlabeled_marc ) %]
5
        <a class="title" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblio.biblionumber |url %]">
6
    [% ELSIF ( BiblioDefaultViewisbd ) %]
7
        <a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblio.biblionumber |url %]">
8
    [% ELSE %]
9
        <a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber |url %]">
10
    [% END %]
11
[% END %]
12
1
[% IF ( biblio.title ) %]
13
[% IF ( biblio.title ) %]
2
    <span class="biblio-title">[% biblio.title | html %]</span>
14
    <span class="biblio-title">[% biblio.title | html %]</span>
3
[% ELSE %]
15
[% ELSE %]
Lines 21-23 Link Here
21
    [% END %]
33
    [% END %]
22
    [% i = i + 1 %]
34
    [% i = i + 1 %]
23
[% END %]
35
[% END %]
36
37
[% IF ( link ) %]
38
    </a>
39
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-3 / +2 lines)
Lines 21-29 Link Here
21
            <tr>
21
            <tr>
22
                <td><span title="[% reserveloo.waitingdate | html %]">[% reserveloo.waitingdate | $KohaDates %]</span></td>
22
                <td><span title="[% reserveloo.waitingdate | html %]">[% reserveloo.waitingdate | $KohaDates %]</span></td>
23
                <td><span title="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate | $KohaDates %]</span></td>
23
                <td><span title="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate | $KohaDates %]</span></td>
24
                <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
24
                <td>
25
                        [% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio %]
25
                    [% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio link = 1 %]
26
                    </a>
27
                        [% UNLESS ( item_level_itypes ) %]
26
                        [% UNLESS ( item_level_itypes ) %]
28
                            [% IF ( ItemTypes.GetDescription(reserveloo.item.effective_itemtype) ) %]&nbsp; (<b>[% ItemTypes.GetDescription(reserveloo.item.effective_itemtype) | html %]</b>)
27
                            [% IF ( ItemTypes.GetDescription(reserveloo.item.effective_itemtype) ) %]&nbsp; (<b>[% ItemTypes.GetDescription(reserveloo.item.effective_itemtype) | html %]</b>)
29
                            [% END %]
28
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-3 / +1 lines)
Lines 262-270 Link Here
262
                                            <input type="checkbox" class="select_record" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]" />
262
                                            <input type="checkbox" class="select_record" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]" />
263
                                        </td>
263
                                        </td>
264
                                        <td>
264
                                        <td>
265
                                            <a href="[% BIBLIO_RESULT.dest | url %]?biblionumber=[% BIBLIO_RESULT.biblionumber | uri %]" class="open_title">
265
                                            [% INCLUDE 'biblio-title.inc' biblio=BIBLIO_RESULT link = 1 %]</a>
266
                                                [% INCLUDE 'biblio-title.inc' biblio=BIBLIO_RESULT %]
267
                                            </a>
268
                                            [% BIBLIO_RESULT.author | html %]
266
                                            [% BIBLIO_RESULT.author | html %]
269
                                            <p>
267
                                            <p>
270
                                                [% IF ( BIBLIO_RESULT.publishercode ) %]
268
                                                [% IF ( BIBLIO_RESULT.publishercode ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
  [% IF ( unknownbiblionumber ) %]
20
  [% IF ( unknownbiblionumber ) %]
21
    Unknown record
21
    Unknown record
22
  [% ELSE %]
22
  [% ELSE %]
23
    ISBD details for [% INCLUDE 'biblio-title.inc' %]
23
    [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; ISBD details
24
  [% END %]
24
  [% END %]
25
</div>
25
</div>
26
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
  [% IF ( unknownbiblionumber ) %]
21
  [% IF ( unknownbiblionumber ) %]
22
    Unknown record
22
    Unknown record
23
  [% ELSE %]
23
  [% ELSE %]
24
    MARC details for <i>[% INCLUDE 'biblio-title.inc' %]</i>
24
    [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; MARC details
25
  [% END %]
25
  [% END %]
26
</div>
26
</div>
27
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 48-56 Link Here
48
48
49
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo;
49
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo;
50
  [% IF ( unknownbiblionumber ) %]
50
  [% IF ( unknownbiblionumber ) %]
51
    <span class="unknownrecord">Unknown record</span>
51
    Unknown record
52
  [% ELSE %]
52
  [% ELSE %]
53
    <span class="titledetails">Details for <i>[% INCLUDE 'biblio-title.inc' %]</i></span>
53
    [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; Details
54
  [% END %]
54
  [% END %]
55
</div>
55
</div>
56
56
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'cat-search.inc' %]
28
[% INCLUDE 'cat-search.inc' %]
29
29
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]"><i>[% INCLUDE 'biblio-title.inc' %]</i></a> &rsaquo; Images</div>
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; Images</div>
31
31
32
<div class="main container-fluid">
32
<div class="main container-fluid">
33
    <div class="row">
33
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'cat-search.inc' %]
16
[% INCLUDE 'cat-search.inc' %]
17
17
18
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Checkout history for <i>[% INCLUDE 'biblio-title.inc' %]</i></div>
18
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; Checkout history</div>
19
19
20
<div class="main container-fluid">
20
<div class="main container-fluid">
21
    <div class="row">
21
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'cat-search.inc' %]
16
[% INCLUDE 'cat-search.inc' %]
17
17
18
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; [% INCLUDE 'biblio-default-view.inc' %]<i>[% INCLUDE 'biblio-title.inc' %]</i></a> &rsaquo; Item details</div>
18
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; Item details</div>
19
19
20
<div class="main container-fluid">
20
<div class="main container-fluid">
21
    <div class="row">
21
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'cat-search.inc' %]
13
[% INCLUDE 'cat-search.inc' %]
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Stock rotation details for <i>[% INCLUDE 'biblio-title.inc' %]</i></div>
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; Stock rotation details</div>
16
16
17
<div class="main container-fluid">
17
<div class="main container-fluid">
18
    <div class="row">
18
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-1 / +1 lines)
Lines 75-81 Link Here
75
                                    <td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber | html %]" name="biblionumber" value="[% resultsloo.biblionumber | html %]" /></td>
75
                                    <td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber | html %]" name="biblionumber" value="[% resultsloo.biblionumber | html %]" /></td>
76
                                    <td>
76
                                    <td>
77
                                        <p>
77
                                        <p>
78
                                            <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% resultsloo.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=resultsloo %]</a>
78
                                            [% INCLUDE 'biblio-title.inc' biblio=resultsloo link = 1 %]
79
                                        </p>
79
                                        </p>
80
                                        [% IF ( resultsloo.summary ) %]
80
                                        [% IF ( resultsloo.summary ) %]
81
                                            <p>[% resultsloo.summary | html %]</p>
81
                                            <p>[% resultsloo.summary | html %]</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-3 / +3 lines)
Lines 6-12 Link Here
6
<body id="catalog_moveitem" class="catalog">
6
<body id="catalog_moveitem" class="catalog">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Attach an item to <i>[% INCLUDE 'biblio-title.inc' %]</i></div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; [% INCLUDE 'biblio-title.inc' link = 1 %] &rsaquo; Attach an item</div>
10
10
11
<div class="main container-fluid">
11
<div class="main container-fluid">
12
    <div class="row">
12
    <div class="row">
Lines 66-72 Link Here
66
                </div>
66
                </div>
67
            [% END %]
67
            [% END %]
68
68
69
            <div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle | html %]</i></a>.
69
            <div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-title.inc' link = 1 %].
70
			<p>
70
			<p>
71
			[% INCLUDE actions %]
71
			[% INCLUDE actions %]
72
                    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
72
                    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
Lines 94-100 Link Here
94
	    [% END %]
94
	    [% END %]
95
95
96
		[% IF ( missingbarcode ) %]
96
		[% IF ( missingbarcode ) %]
97
        <h3>Attach an item[% IF ( bibliotitle ) %] to <i>[% bibliotitle | html %]</i>[% END %]</h3>
97
        <h3>Attach an item [% IF ( biblio.title ) %] to [% INCLUDE 'biblio-title.inc' %][% END %]</h3>
98
	    <fieldset id="barcode_fieldset">
98
	    <fieldset id="barcode_fieldset">
99
		<label for="barcode">Enter the barcode of the item to attach:</label>
99
		<label for="barcode">Enter the barcode of the item to attach:</label>
100
		    <p class="hint">The item you select will be moved to the target record.</p>
100
		    <p class="hint">The item you select will be moved to the target record.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-4 / +2 lines)
Lines 136-142 Link Here
136
                                        <td><input type="checkbox" reqid="[% ar.id | html %]"/></td>
136
                                        <td><input type="checkbox" reqid="[% ar.id | html %]"/></td>
137
                                        <td class="ar-title">
137
                                        <td class="ar-title">
138
                                            <p>
138
                                            <p>
139
                                                <a href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% ar.biblionumber | uri %]">
139
                                                <a class="title" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% ar.biblionumber | uri %]">
140
                                                    [% INCLUDE 'biblio-title.inc' biblio=ar.biblio %]
140
                                                    [% INCLUDE 'biblio-title.inc' biblio=ar.biblio %]
141
                                                </a>
141
                                                </a>
142
                                            </p>
142
                                            </p>
Lines 243-251 Link Here
243
                                        <td><input type="checkbox" reqid="[% ar.id | html %]"/></td>
243
                                        <td><input type="checkbox" reqid="[% ar.id | html %]"/></td>
244
                                        <td class="ar-title">
244
                                        <td class="ar-title">
245
                                            <p>
245
                                            <p>
246
                                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% ar.biblionumber | uri %]">
246
                                                [% INCLUDE 'biblio-title.inc' biblio=ar.biblio link = 1%]
247
                                                    [% INCLUDE 'biblio-title.inc' biblio=ar.biblio %]
248
                                                </a>
249
                                            </p>
247
                                            </p>
250
248
251
                                            <p>
249
                                            <p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
                        [% overduesloo.date_due | html %]
45
                        [% overduesloo.date_due | html %]
46
                    </td>
46
                    </td>
47
                    <td>
47
                    <td>
48
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = overduesloo.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=overduesloo %]</a> [% IF ( overduesloo.author ) %] by [% overduesloo.author | html %][% END %]
48
                        [% INCLUDE 'biblio-title.inc' biblio=overduesloo link = 1 %] [% IF ( overduesloo.author ) %] by [% overduesloo.author | html %][% END %]
49
49
50
                            <br />Barcode : [% overduesloo.barcode | html %]
50
                            <br />Barcode : [% overduesloo.barcode | html %]
51
                    </td>
51
                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 125-131 Link Here
125
            [% END %]
125
            [% END %]
126
            <td>[% checkout_info.barcode | html %]</td>
126
            <td>[% checkout_info.barcode | html %]</td>
127
            <td>
127
            <td>
128
              <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% checkout_info.biblio.biblionumber | uri %]&amp;type=intra"><strong>[% INCLUDE 'biblio-title.inc' biblio=checkout_info.biblio %]</strong></a>[% IF checkout_info.biblio.author %], by [% checkout_info.biblio.author | html %][% END %][% IF ( checkout_info.item.itemnotes ) %]- <span class="circ-hlt">[% checkout_info.item.itemnotes | $raw %]</span>[% END %] <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% checkout_info.biblio.biblionumber | html %]&amp;itemnumber=[% checkout_info.item.itemnumber | html %]#item[% checkout_info.item.itemnumber | html %]">[% checkout_info.item.barcode | html %]</a>
128
                [% INCLUDE 'biblio-title.inc' biblio=checkout_info.biblio link = 1 %] [% IF checkout_info.biblio.author %], by [% checkout_info.biblio.author | html %][% END %][% IF ( checkout_info.item.itemnotes ) %]- <span class="circ-hlt">[% checkout_info.item.itemnotes | $raw %]</span>[% END %] <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% checkout_info.biblio.biblionumber | uri %]&amp;itemnumber=[% checkout_info.item.itemnumber | uri %]#item[% checkout_info.item.itemnumber | uri %]">[% checkout_info.item.barcode | html %]</a>
129
            </td>
129
            </td>
130
            <td>
130
            <td>
131
              [% IF checkout_info.NEEDSCONFIRMATION %]
131
              [% IF checkout_info.NEEDSCONFIRMATION %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 79-85 Link Here
79
            [% END %]
79
            [% END %]
80
            <td>[% Categories.GetName( overdueloo.patron.categorycode ) | html %]</td>
80
            <td>[% Categories.GetName( overdueloo.patron.categorycode ) | html %]</td>
81
            <td>[% Branches.GetName( overdueloo.patron.branchcode ) | html %]</td>
81
            <td>[% Branches.GetName( overdueloo.patron.branchcode ) | html %]</td>
82
          <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overdueloo.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=overdueloo %]</a> [% IF ( overdueloo.author ) %], by [% overdueloo.author | html %][% END %][% IF ( overdueloo.enumchron ) %], [% overdueloo.enumchron | html %][% END %]</td>
82
          <td>[% INCLUDE 'biblio-title.inc' biblio=overdueloo link = 1 %] [% IF ( overdueloo.author ) %], by [% overdueloo.author | html %][% END %][% IF ( overdueloo.enumchron ) %], [% overdueloo.enumchron | html %][% END %]</td>
83
            <td>[% Branches.GetName( overdueloo.homebranchcode ) | html %]</td>
83
            <td>[% Branches.GetName( overdueloo.homebranchcode ) | html %]</td>
84
            <td>[% Branches.GetName( overdueloo.holdingbranchcode ) | html %]</td>
84
            <td>[% Branches.GetName( overdueloo.holdingbranchcode ) | html %]</td>
85
          <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% overdueloo.biblionumber | uri %]&amp;itemnumber=[% overdueloo.itemnum | uri %]#item[% overdueloo.itemnum | uri %]">[% overdueloo.barcode | html %]</a></td>
85
          <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% overdueloo.biblionumber | uri %]&amp;itemnumber=[% overdueloo.itemnum | uri %]#item[% overdueloo.itemnum | uri %]">[% overdueloo.barcode | html %]</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-3 / +2 lines)
Lines 76-84 Link Here
76
            <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrowernumber | uri %]">[% reserveloo.firstname | html %] [% reserveloo.surname | html %]</a></td>
76
            <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrowernumber | uri %]">[% reserveloo.firstname | html %] [% reserveloo.surname | html %]</a></td>
77
            <td>
77
            <td>
78
            <p>
78
            <p>
79
                [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
79
                [% INCLUDE 'biblio-title.inc' biblio=reserveloo link = 1 %]
80
                    [% INCLUDE 'biblio-title.inc' biblio=reserveloo %]
80
            </p>
81
                </a></p>
82
                [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author | html %]</p>[% END %]
81
                [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author | html %]</p>[% END %]
83
                [% IF ( reserveloo.editionstatement ) %]<p>[% reserveloo.editionstatement | html %]</p>[% END %]
82
                [% IF ( reserveloo.editionstatement ) %]<p>[% reserveloo.editionstatement | html %]</p>[% END %]
84
                [% IF ( reserveloo.publicationyear ) %]<p>[% reserveloo.publicationyear | html %]</p>[% END %]
83
                [% IF ( reserveloo.publicationyear ) %]<p>[% reserveloo.publicationyear | html %]</p>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-9 / +9 lines)
Lines 38-48 Link Here
38
38
39
                            [% ELSIF error == "no_checkout" %]
39
                            [% ELSIF error == "no_checkout" %]
40
40
41
                                <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=item.biblio %]</a> ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | html %]&amp;biblionumber=[% item.biblio.biblionumber | html %]&amp;bi=[% item.biblioitemnumber.biblioitemnumber | html %]#item[% item.itemnumber | html %]">[% item.barcode | html %]</a> ) is not checked out to a patron.</p>
41
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblio.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> ) is not checked out to a patron.</p>
42
42
43
                            [% ELSIF error == "too_many" %]
43
                            [% ELSIF error == "too_many" %]
44
44
45
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been renewed the maximum number of times by [% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> )</p>
45
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been renewed the maximum number of times by [% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> )</p>
46
46
47
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
47
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
48
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
48
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
Lines 54-60 Link Here
54
54
55
                            [% ELSIF error == "too_soon" %]
55
                            [% ELSIF error == "too_soon" %]
56
56
57
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p>
57
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p>
58
58
59
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
59
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
60
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
60
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
Lines 66-72 Link Here
66
66
67
                            [% ELSIF error == "auto_too_soon" %]
67
                            [% ELSIF error == "auto_too_soon" %]
68
68
69
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p>
69
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p>
70
70
71
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
71
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
72
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
72
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
Lines 78-84 Link Here
78
78
79
                            [% ELSIF error == "auto_too_late" %]
79
                            [% ELSIF error == "auto_too_late" %]
80
80
81
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed anymore since [% latestautorenewdate | $KohaDates %]. </p>
81
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed anymore since [% latestautorenewdate | $KohaDates %]. </p>
82
82
83
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
83
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
84
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
84
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
Lines 90-96 Link Here
90
90
91
                            [% ELSIF error == "auto_account_expired" %]
91
                            [% ELSIF error == "auto_account_expired" %]
92
92
93
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed because the patron's account is expired</p>
93
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed because the patron's account is expired</p>
94
94
95
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
95
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
96
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
96
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
Lines 102-108 Link Here
102
102
103
                            [% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" %]
103
                            [% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" %]
104
104
105
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal. </p>
105
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal. </p>
106
106
107
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
107
                                [% IF Koha.Preference('AllowRenewalLimitOverride') %]
108
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
108
                                    <form method="post" action="/cgi-bin/koha/circ/renew.pl">
Lines 114-120 Link Here
114
114
115
                            [% ELSIF error == "on_reserve" %]
115
                            [% ELSIF error == "on_reserve" %]
116
116
117
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ): This item is on hold for another patron.</p>
117
                                <p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ): This item is on hold for another patron.</p>
118
118
119
                                <form method="post" action="/cgi-bin/koha/circ/renew.pl">
119
                                <form method="post" action="/cgi-bin/koha/circ/renew.pl">
120
                                    <input type="hidden" name="barcode" value="[% item.barcode | html %]"/>
120
                                    <input type="hidden" name="barcode" value="[% item.barcode | html %]"/>
Lines 154-160 Link Here
154
                    <div class="dialog message">
154
                    <div class="dialog message">
155
                        <h3>Item renewed:</h3>
155
                        <h3>Item renewed:</h3>
156
                        <p>
156
                        <p>
157
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=item.biblio %]</a>
157
                            [% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %]
158
                            ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblio.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> )
158
                            ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblio.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> )
159
                            renewed for
159
                            renewed for
160
                            [% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> )
160
                            [% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> )
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-2 / +2 lines)
Lines 21-27 Link Here
21
        <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
21
        <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
22
        [% UNLESS blocking_error %]
22
        [% UNLESS blocking_error %]
23
        &rsaquo;
23
        &rsaquo;
24
        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' %]</a>
24
            [% INCLUDE 'biblio-title.inc' link = 1 %]
25
        &rsaquo;
25
        &rsaquo;
26
        Request article
26
        Request article
27
        [% END %]
27
        [% END %]
Lines 33-39 Link Here
33
        <div class="col-sm-10 col-sm-push-2">
33
        <div class="col-sm-10 col-sm-push-2">
34
            <main>
34
            <main>
35
35
36
                    <h1>Request article from <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.id | uri %]">[% INCLUDE 'biblio-title.inc' %]</a></h1>
36
                    <h1>Request article from [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
37
                    [% IF no_patrons_found %]
37
                    [% IF no_patrons_found %]
38
                        <div class="dialog alert">
38
                        <div class="dialog alert">
39
                            <h3>Patron not found</h3>
39
                            <h3>Patron not found</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +2 lines)
Lines 57-63 Link Here
57
            <td><p>[% reserveloo.reservecount | html %]</p></td>
57
            <td><p>[% reserveloo.reservecount | html %]</p></td>
58
            <td><p>[% reserveloo.itemcount | html %]</p></td>
58
            <td><p>[% reserveloo.itemcount | html %]</p></td>
59
            <td><a href="#" class="ratiolimit">[% reserveloo.thisratio | html %]</a></td>
59
            <td><a href="#" class="ratiolimit">[% reserveloo.thisratio | html %]</a></td>
60
            <td> [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=reserveloo %]</a>[% IF ( reserveloo.author ) %] by [% reserveloo.author | html %][% END %]
60
            <td>
61
                [% INCLUDE 'biblio-title.inc' biblio=reserveloo link = 1 %][% IF ( reserveloo.author ) %] by [% reserveloo.author | html %][% END %]
61
            </td>
62
            </td>
62
            <td>
63
            <td>
63
                  <ul>
64
                  <ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
                [% END %]
52
                [% END %]
53
                    <td><p><span title="[% reser.datetransfer | html %]">[% reser.datetransfer | $KohaDates %]</span></p> [% IF ( reser.messcompa ) %]<span class="error">Transfer is [% reser.diff | html %] days late</span>[% END %]</td>
53
                    <td><p><span title="[% reser.datetransfer | html %]">[% reser.datetransfer | $KohaDates %]</span></p> [% IF ( reser.messcompa ) %]<span class="error">Transfer is [% reser.diff | html %] days late</span>[% END %]</td>
54
                    <td>
54
                    <td>
55
                        [% INCLUDE 'biblio-default-view.inc' biblionumber = reser.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=reser %]</a> [% IF ( reser.author ) %]by [% reser.author | html %][% END %]
55
                        [% INCLUDE 'biblio-title.inc' biblio=reser link = 1 %] [% IF ( reser.author ) %]by [% reser.author | html %][% END %]
56
                            [% IF ( reser.itemtype ) %] (<b>[% reser.itemtype | html %]</b>)[% END %]
56
                            [% IF ( reser.itemtype ) %] (<b>[% reser.itemtype | html %]</b>)[% END %]
57
                            <br />Barcode: [% reser.barcode | html %]
57
                            <br />Barcode: [% reser.barcode | html %]
58
                    </td>
58
                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-3 / +1 lines)
Lines 124-132 Link Here
124
        <tr>
124
        <tr>
125
            <td class="hq-title">
125
            <td class="hq-title">
126
                <p>
126
                <p>
127
                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itemsloo.biblionumber | uri %]">
127
                    [% INCLUDE 'biblio-title.inc' biblio=itemsloo link = 1 %]
128
                        [% INCLUDE 'biblio-title.inc' biblio=itemsloo %]
129
                    </a>
130
                </p>
128
                </p>
131
                <p>
129
                <p>
132
                    <div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber | html %]</div>
130
                    <div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber | html %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
      <tbody>
57
      <tbody>
58
      [% FOREACH hold IN holds %]
58
      [% FOREACH hold IN holds %]
59
        <tr>
59
        <tr>
60
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% hold.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=hold.biblio %]</a></td>
60
          <td>[% INCLUDE 'biblio-title.inc' biblio=hold.biblio link = 1 %]</td>
61
          <td>[% hold.biblio.author | html %]</td>
61
          <td>[% hold.biblio.author | html %]</td>
62
          <td>[% hold.item.barcode | html %]</td>
62
          <td>[% hold.item.barcode | html %]</td>
63
          <td>[% Branches.GetName( hold.branchcode ) | html %]</td>
63
          <td>[% Branches.GetName( hold.branchcode ) | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +3 lines)
Lines 74-80 Link Here
74
          <td>
74
          <td>
75
            <span title="[% issue.issuestimestamp | html %]">[% issue.issuestimestamp | $KohaDates  with_hours => 1 %]</span>
75
            <span title="[% issue.issuestimestamp | html %]">[% issue.issuestimestamp | $KohaDates  with_hours => 1 %]</span>
76
          </td>
76
          </td>
77
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=issue %]</a></td>
77
          <td>
78
            [% INCLUDE 'biblio-title.inc' biblio=issue link = 1 %]
79
            </td>
78
80
79
          <td>[% issue.author | html %]</td>
81
          <td>[% issue.author | html %]</td>
80
82
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-3 / +3 lines)
Lines 26-33 Link Here
26
    <div id="breadcrumbs">
26
    <div id="breadcrumbs">
27
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
27
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
28
        <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo;
28
        <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo;
29
        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">[% biblio.title | html %]</a> &rsaquo;
29
        [% INCLUDE 'biblio-title.inc' link =1 %] &rsaquo;
30
        Place a hold on [% INCLUDE 'biblio-title.inc' %]
30
        Place a hold
31
    </div>
31
    </div>
32
[% ELSE %]
32
[% ELSE %]
33
    <div id="breadcrumbs">
33
    <div id="breadcrumbs">
Lines 69-75 Link Here
69
            [% END %]
69
            [% END %]
70
70
71
            [% UNLESS ( multi_hold ) %]
71
            [% UNLESS ( multi_hold ) %]
72
                <h1>Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% INCLUDE 'biblio-title.inc' %]</a></h1>
72
                <h1>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
73
            [% ELSE %]
73
            [% ELSE %]
74
                <h1>Confirm holds</h1>
74
                <h1>Confirm holds</h1>
75
            [% END %]
75
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-1 / +1 lines)
Lines 104-110 Link Here
104
                    </tr>
104
                    </tr>
105
                    [% FOREACH collectionItemsLoo IN collectionItemsLoop %]
105
                    [% FOREACH collectionItemsLoo IN collectionItemsLoop %]
106
                      <tr>
106
                      <tr>
107
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = collectionItemsLoo.biblionumber %][% collectionItemsLoo.title | html %]</a></td>
107
                        <td>[% INCLUDE 'biblio-title.inc' biblio=collectionItemsLoo link = 1 %]</td>
108
                        <td>[% collectionItemsLoo.itemcallnumber | html %]</td>
108
                        <td>[% collectionItemsLoo.itemcallnumber | html %]</td>
109
                        <td>[% collectionItemsLoo.barcode | html %]</td>
109
                        <td>[% collectionItemsLoo.barcode | html %]</td>
110
                        <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]&amp;barcode=[% collectionItemsLoo.barcode | uri %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
110
                        <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]&amp;barcode=[% collectionItemsLoo.barcode | uri %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +1 lines)
Lines 31-37 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
31
31
32
        [% FOREACH title IN titles %]
32
        [% FOREACH title IN titles %]
33
            <tr>
33
            <tr>
34
            <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = title.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=title %]</a>
34
            <td>[% INCLUDE 'biblio-title.inc' biblio=title link = 1 %]
35
            [% title.author | html %]
35
            [% title.author | html %]
36
            <p>[% IF ( title.publishercode ) %]- [% title.publishercode | html %]
36
            <p>[% IF ( title.publishercode ) %]- [% title.publishercode | html %]
37
            [% IF ( title.place ) %] [% title.place | html %][% END %][% END %]
37
            [% IF ( title.place ) %] [% title.place | html %][% END %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-1 / +1 lines)
Lines 150-156 Link Here
150
                <tr>
150
                <tr>
151
                  <td><input type="checkbox" name="record_id" id="record_id_[% biblio.biblionumber | html %]" value="[% biblio.biblionumber | html %]" data-items="[% biblio.itemnumbers.size | html %]" data-issues="[% biblio.issues_count | html %]" data-reserves="[% biblio.holds_count | html %]" /></td>
151
                  <td><input type="checkbox" name="record_id" id="record_id_[% biblio.biblionumber | html %]" value="[% biblio.biblionumber | html %]" data-items="[% biblio.itemnumbers.size | html %]" data-issues="[% biblio.issues_count | html %]" data-reserves="[% biblio.holds_count | html %]" /></td>
152
                  <td><label for="record_id_[% biblio.biblionumber | html %]">[% biblio.biblionumber | html %]</label></td>
152
                  <td><label for="record_id_[% biblio.biblionumber | html %]">[% biblio.biblionumber | html %]</label></td>
153
                  <td>[% INCLUDE 'biblio-default-view.inc' biblionumber=biblio.biblionumber %][% INCLUDE 'biblio-title.inc' %]</a></td>
153
                  <td>[% INCLUDE 'biblio-title.inc' link = 1 %]</td>
154
                  <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.itemnumbers.size | html %]</a></td>
154
                  <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.itemnumbers.size | html %]</a></td>
155
                  <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.holds_count | html %]</a></td>
155
                  <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.holds_count | html %]</a></td>
156
                  <td><a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.issues_count | html %]</a></td>
156
                  <td><a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.issues_count | html %]</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 209-216 Link Here
209
                [% IF ( itemsloo.XSLTBloc ) %]
209
                [% IF ( itemsloo.XSLTBloc ) %]
210
                    [% itemsloo.XSLTBloc | $raw %]
210
                    [% itemsloo.XSLTBloc | $raw %]
211
                [% ELSE %]
211
                [% ELSE %]
212
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = itemsloo.biblionumber %]
212
                        [% INCLUDE 'biblio-title.inc' biblio=itemsloo link = 1 %]
213
                        [% INCLUDE 'biblio-title.inc' biblio=itemsloo %]
214
                    </a>
213
                    </a>
215
                [% END %]
214
                [% END %]
216
                    <p class="hold">
215
                    <p class="hold">
(-)a/koha-tmpl/intranet-tmpl/prog/js/cart.js (-2 / +1 lines)
Lines 143-149 $(document).ready(function(){ Link Here
143
        e.preventDefault();
143
        e.preventDefault();
144
        delBasket('popup');
144
        delBasket('popup');
145
    });
145
    });
146
    $(".open_title").on("click",function(e){
146
    $(".title").on("click",function(e){
147
        e.preventDefault();
147
        e.preventDefault();
148
        openBiblio( this.href );
148
        openBiblio( this.href );
149
    });
149
    });
150
- 

Return to bug 23852