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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/biblio-title.inc (+8 lines)
Lines 1-3 Link Here
1
[% IF ( link ) %]
2
    <a href="[% PROCESS biblio_a_href biblionumber => biblio.biblionumber %]" class="title">
3
[% END %]
4
1
[% IF ( biblio.title ) %]
5
[% IF ( biblio.title ) %]
2
    <span class="biblio-title">[% biblio.title | html %]</span>
6
    <span class="biblio-title">[% biblio.title | html %]</span>
3
[% ELSE %]
7
[% ELSE %]
Lines 18-20 Link Here
18
    [% END %]
22
    [% END %]
19
    [% i = i + 1 %]
23
    [% i = i + 1 %]
20
[% END %]
24
[% END %]
25
26
[% IF ( link ) %]
27
    </a>
28
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-4 / +2 lines)
Lines 47-56 Link Here
47
                    [% END %]
47
                    [% END %]
48
                        <td class="title">
48
                        <td class="title">
49
                            [% IF ! onlyinfo %]
49
                            [% IF ! onlyinfo %]
50
                                <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% HOLD.biblionumber | html %]">
50
                                [% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio link=> 1 %]
51
                                    [% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio %]
51
                                [% HOLD.item.enumchron | html %]
52
                                    [% HOLD.item.enumchron | html %]
53
                                </a>
54
                            [% ELSE %]
52
                            [% ELSE %]
55
                                <strong>
53
                                <strong>
56
                                    [% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio %]
54
                                    [% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-2 / +2 lines)
Lines 18-25 Link Here
18
                                [% END %]
18
                                [% END %]
19
                                <ul>
19
                                <ul>
20
                                    [% FOREACH biblio IN biblios %]
20
                                    [% FOREACH biblio IN biblios %]
21
                                        <li> <span class="title">[% INCLUDE 'biblio-title.inc' %]</span>
21
                                        <li>[% INCLUDE 'biblio-title.inc' %]
22
                                            [% IF ( biblio.author ) %]<span class="author"> [% biblio.author | html %] </span>[% END %]
22
                                            [% IF ( biblio.author ) %]<span class="author"> [% biblio.author | html %][% END %]
23
                                        </li>
23
                                        </li>
24
                                    [% END %]
24
                                    [% END %]
25
                                </ul>
25
                                </ul>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (-1 / +1 lines)
Lines 118-124 Link Here
118
                                    <tbody>
118
                                    <tbody>
119
                                    [% FOREACH hold IN holds %]
119
                                    [% FOREACH hold IN holds %]
120
                                        <tr>
120
                                        <tr>
121
                                        <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% hold.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=hold.biblio %]</a></td>
121
                                        <td>[% INCLUDE 'biblio-title.inc' biblio=hold.biblio link=>1 %]</td>
122
                                        <td>[% hold.biblio.author | html %]</td>
122
                                        <td>[% hold.biblio.author | html %]</td>
123
                                        <td>[% hold.item.barcode | html %]</td>
123
                                        <td>[% hold.item.barcode | html %]</td>
124
                                        <td>[% Branches.GetName( hold.branchcode ) | html %]</td>
124
                                        <td>[% Branches.GetName( hold.branchcode ) | html %]</td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt (-5 / +2 lines)
Lines 45-52 Link Here
45
                    <a href="/cgi-bin/koha/opac-main.pl">Home</a>
45
                    <a href="/cgi-bin/koha/opac-main.pl">Home</a>
46
                </li>
46
                </li>
47
                <li class="breadcrumb-item">
47
                <li class="breadcrumb-item">
48
                    <a href="[% PROCESS biblio_a_href biblionumber => biblionumber %]">
48
                    [% INCLUDE 'biblio-title.inc' %]
49
                    [% INCLUDE 'biblio-title.inc' %]</a>
50
                </li>
49
                </li>
51
                <li class="breadcrumb-item active">
50
                <li class="breadcrumb-item active">
52
                    <a href="#" aria-current="page">Images</a>
51
                    <a href="#" aria-current="page">Images</a>
Lines 69-77 Link Here
69
68
70
                    <div class="row">
69
                    <div class="row">
71
                        <div class="col-lg-9 maincontent">
70
                        <div class="col-lg-9 maincontent">
72
                            <h1 class="title">Images for
71
                            <h1 class="title">Images for  [% INCLUDE 'biblio-title.inc' link=> 1 %] [% biblio.author | html %]
73
                                <a class="title" href="[% PROCESS biblio_a_href biblionumber => biblionumber %]" title="View details for this title">
74
                                [% INCLUDE 'biblio-title.inc' %]</a> [% biblio.author | html %]
75
                            </h1>
72
                            </h1>
76
                        </div> <!-- / col-lg-9 -->
73
                        </div> <!-- / col-lg-9 -->
77
                    </div> <!-- / .row -->
74
                    </div> <!-- / .row -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-3 / +2 lines)
Lines 189-197 Link Here
189
                                        </span>
189
                                        </span>
190
                                    [% END # / bibitemloo.holdable %]
190
                                    [% END # / bibitemloo.holdable %]
191
191
192
                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% bibitemloo.biblionumber | html %]">
192
                                    [% INCLUDE 'biblio-title.inc' biblio=bibitemloo link=> 1%]
193
                                        [% INCLUDE 'biblio-title.inc' biblio=bibitemloo %]
193
194
                                    </a>
195
                                    [% IF ( bibitemloo.author ) %],  by [% bibitemloo.author | html %][% END %]
194
                                    [% IF ( bibitemloo.author ) %],  by [% bibitemloo.author | html %][% END %]
196
                                </p>
195
                                </p>
197
196
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (-3 / +1 lines)
Lines 44-52 Link Here
44
                                <tr>
44
                                <tr>
45
                                    <td>
45
                                    <td>
46
                                        <p>
46
                                        <p>
47
                                            <a class="title" href="[% PROCESS biblio_a_href biblionumber => review.biblionumber %]" title="View details for this title">
47
                                            [% INCLUDE 'biblio-title.inc' biblio=review link=> 1 %]
48
                                                [% INCLUDE 'biblio-title.inc' biblio=review %]
49
                                            </a>
50
                                            [% IF ( review.author ) %]
48
                                            [% IF ( review.author ) %]
51
                                                by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% review.author |url %]" title="Search for works by this author" class="author">[% review.author | html %]</a>
49
                                                by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% review.author |url %]" title="Search for works by this author" class="author">[% review.author | html %]</a>
52
                                            [% END %]
50
                                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 / +1 lines)
Lines 163-171 Link Here
163
                                                    [% MY_TAG.XSLTBloc | $raw %]
163
                                                    [% MY_TAG.XSLTBloc | $raw %]
164
                                                [% ELSE %]
164
                                                [% ELSE %]
165
                                                    <span class="tdlabel">Title:</span>
165
                                                    <span class="tdlabel">Title:</span>
166
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% MY_TAG.biblionumber | html %]">
166
                                                    [% INCLUDE 'biblio-title.inc' biblio=MY_TAG link=> 1 %]
167
                                                        [% INCLUDE 'biblio-title.inc' biblio=MY_TAG %]
168
                                                    </a>
169
                                                    [% IF ( MY_TAG.author ) %]
167
                                                    [% IF ( MY_TAG.author ) %]
170
                                                        by [% MY_TAG.author | html %]
168
                                                        by [% MY_TAG.author | html %]
171
                                                    [% END %]
169
                                                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-8 / +5 lines)
Lines 312-318 Link Here
312
                                                </td>[% END # / IF JacketImages %]
312
                                                </td>[% END # / IF JacketImages %]
313
313
314
                                                <td class="title">
314
                                                <td class="title">
315
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=ISSUE %]</a>
315
                                                    [% INCLUDE 'biblio-title.inc' biblio=ISSUE link=> 1 %]
316
                                                    [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %]
316
                                                    [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %]
317
317
318
                                                    [% IF ( ISSUE.onsite_checkout ) %] <em class="onsite_checkout">(On-site checkout)</em>[% END %]
318
                                                    [% IF ( ISSUE.onsite_checkout ) %] <em class="onsite_checkout">(On-site checkout)</em>[% END %]
Lines 682-688 Link Here
682
                                                [% END # /IF jacketcell %]
682
                                                [% END # /IF jacketcell %]
683
683
684
                                                <td>
684
                                                <td>
685
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=OVERDUE %]</a>
685
                                                    [% INCLUDE 'biblio-title.inc' biblio=OVERDUE link=> 1 %]
686
                                                    <span class="item-details">[% OVERDUE.author | html %]</span>
686
                                                    <span class="item-details">[% OVERDUE.author | html %]</span>
687
                                                </td>
687
                                                </td>
688
688
Lines 767-773 Link Here
767
                                        [% FOREACH RECALL IN RECALLS %]
767
                                        [% FOREACH RECALL IN RECALLS %]
768
                                        <tr>
768
                                        <tr>
769
                                            <td class="title">
769
                                            <td class="title">
770
                                                <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RECALL.biblio_id | html %]">[% INCLUDE 'biblio-title.inc' biblio=RECALL.biblio %]</a> [% IF RECALL.item_level %]<p class="hint">Item recalled: [% RECALL.item.barcode | html %]</p>[% END %]
770
                                                [% INCLUDE 'biblio-title.inc' biblio=RECALL.biblio link=> 1 %] [% IF RECALL.item_level %]<p class="hint">Item recalled: [% RECALL.item.barcode | html %]</p>[% END %]
771
                                            </td>
771
                                            </td>
772
                                            <td class="recalldate" data-order="[% RECALL.created_date | html %]">
772
                                            <td class="recalldate" data-order="[% RECALL.created_date | html %]">
773
                                                <span title="[% RECALL.created_date | html %]">
773
                                                <span title="[% RECALL.created_date | html %]">
Lines 849-858 Link Here
849
                                        <tbody>
849
                                        <tbody>
850
                                        [% FOREACH ar IN current_article_requests %]
850
                                        [% FOREACH ar IN current_article_requests %]
851
                                                <td class="article-request-record-title">
851
                                                <td class="article-request-record-title">
852
                                                    <a class="article-request-title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ar.biblionumber | html %]">
852
                                                    [% INCLUDE 'biblio-title.inc' biblio=ar.biblio link=> 1 %]
853
                                                        [% INCLUDE 'biblio-title.inc' biblio=ar.biblio %]
853
                                                    [% ar.item.enumchron | html %]
854
                                                        [% ar.item.enumchron | html %]
855
                                                    </a>
856
                                                    [% ar.biblio.author | html %]
854
                                                    [% ar.biblio.author | html %]
857
                                                    [% IF ar.itemnumber %] <em>(only [% ar.item.barcode | html %])</em>[% END %]
855
                                                    [% IF ar.itemnumber %] <em>(only [% ar.item.barcode | html %])</em>[% END %]
858
                                                </td>
856
                                                </td>
859
- 

Return to bug 30566