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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-6 / +6 lines)
Lines 105-111 Link Here
105
                                <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
105
                                <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
106
                                [% IF ( HOLD.is_at_destination ) %]
106
                                [% IF ( HOLD.is_at_destination ) %]
107
                                    [% IF ( HOLD.found ) %]
107
                                    [% IF ( HOLD.found ) %]
108
                                        Item waiting at <b> [% HOLD.branch.branchname | html %]</b>
108
                                        Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong>
109
                                        [% IF ( HOLD.waitingdate ) %]
109
                                        [% IF ( HOLD.waitingdate ) %]
110
                                            since [% HOLD.waitingdate | $KohaDates %]
110
                                            since [% HOLD.waitingdate | $KohaDates %]
111
                                            [% IF HOLD.expirationdate %]
111
                                            [% IF HOLD.expirationdate %]
Lines 114-128 Link Here
114
                                        [% END %]
114
                                        [% END %]
115
                                        <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
115
                                        <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
116
                                    [% ELSE %]
116
                                    [% ELSE %]
117
                                        Item waiting to be pulled from <b> [% Branches.GetName( HOLD.branchcode ) | html %]</b>
117
                                        Item waiting to be pulled from <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong>
118
                                    [% END %]
118
                                    [% END %]
119
                                [% ELSE %]
119
                                [% ELSE %]
120
                                    Item in transit to <b> [% Branches.GetName( HOLD.branchcode ) | html %]</b> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
120
                                    Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
121
                                [% END %]
121
                                [% END %]
122
                            [% ELSE %]
122
                            [% ELSE %]
123
                                [% IF ( HOLD.is_in_transit ) %]
123
                                [% IF ( HOLD.is_in_transit ) %]
124
                                    [% SET transfer = HOLD.item.get_transfer %]
124
                                    [% SET transfer = HOLD.item.get_transfer %]
125
                                    Item in transit from <b> [% Branches.GetName( transfer.frombranch ) | html %]</b> since
125
                                    Item in transit from <strong> [% Branches.GetName( transfer.frombranch ) | html %]</strong> since
126
                                    [% transfer.datesent | $KohaDates %]
126
                                    [% transfer.datesent | $KohaDates %]
127
                                [% ELSIF ( HOLD.suspend ) %]
127
                                [% ELSIF ( HOLD.suspend ) %]
128
                                    Suspended [% IF ( HOLD.suspend_until ) %] until [% HOLD.suspend_until | $KohaDates %] [% END %]
128
                                    Suspended [% IF ( HOLD.suspend_until ) %] until [% HOLD.suspend_until | $KohaDates %] [% END %]
Lines 152-160 Link Here
152
                                                    <div class="modal-header">
152
                                                    <div class="modal-header">
153
                                                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
153
                                                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
154
                                                        [% IF HOLD.suspend %]
154
                                                        [% IF HOLD.suspend %]
155
                                                            <h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Resume your hold on <i>[% HOLD.biblio.title | html %]</i></h3>
155
                                                            <h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Resume your hold on <em>[% HOLD.biblio.title | html %]</em></h3>
156
                                                        [% ELSE %]
156
                                                        [% ELSE %]
157
                                                            <h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Suspend your hold on <i>[% HOLD.biblio.title | html %]</i></h3>
157
                                                            <h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Suspend your hold on <em>[% HOLD.biblio.title | html %]</em></h3>
158
                                                        [% END %]
158
                                                        [% END %]
159
                                                    </div>
159
                                                    </div>
160
                                                    <div class="modal-body">
160
                                                    <div class="modal-body">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-note.inc (-1 / +1 lines)
Lines 5-11 Link Here
5
            [% FOREACH message IN patron_messages %]
5
            [% FOREACH message IN patron_messages %]
6
                <li>
6
                <li>
7
                    <strong>[% message.message | html | html_line_break %]</strong><br>
7
                    <strong>[% message.message | html | html_line_break %]</strong><br>
8
                    &nbsp;&nbsp;&nbsp;<i>Written on [% message.message_date | $KohaDates %] by [% Branches.GetName(message.branchcode) | html %]</i>
8
                    &nbsp;&nbsp;&nbsp;<em>Written on [% message.message_date | $KohaDates %] by [% Branches.GetName(message.branchcode) | html %]</em>
9
                </li>
9
                </li>
10
            [% END %]
10
            [% END %]
11
11
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
3
3
4
<h3>
4
<h3>
5
    Enroll in <i>[% club.name | html %]</i>
5
    Enroll in <em>[% club.name | html %]</em>
6
</h3>
6
</h3>
7
7
8
<div class="container">
8
<div class="container">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt (-2 / +2 lines)
Lines 48-57 Link Here
48
                        <h1>Entry [% authtypetext | html %]</h1>
48
                        <h1>Entry [% authtypetext | html %]</h1>
49
                        <p><a href="opac-search.pl?type=opac&amp;q=[% authid | uri %]&amp;idx=an,phr">Number of records used in: [% count | html %]</a></p>
49
                        <p><a href="opac-search.pl?type=opac&amp;q=[% authid | uri %]&amp;idx=an,phr">Number of records used in: [% count | html %]</a></p>
50
                            [% FOREACH Tag0X IN Tab0XX %]
50
                            [% FOREACH Tag0X IN Tab0XX %]
51
                                <p><b>[% Tag0X.tag | html %]</b></p>
51
                                <p><strong>[% Tag0X.tag | html %]</strong></p>
52
                                <ul>
52
                                <ul>
53
                                [% FOREACH subfiel IN Tag0X.subfield %]
53
                                [% FOREACH subfiel IN Tag0X.subfield %]
54
                                    <li><b>[% subfiel.marc_lib | $raw %]:</b>
54
                                    <li><strong>[% subfiel.marc_lib | $raw %]:</strong>
55
                                    [% IF subfiel.isurl %]<a href="[% subfiel.marc_value | url %]">[% subfiel.marc_value | html %]</a>
55
                                    [% IF subfiel.isurl %]<a href="[% subfiel.marc_value | url %]">[% subfiel.marc_value | html %]</a>
56
                                    [% ELSE %][% subfiel.marc_value | html %][% END %]</li>
56
                                    [% ELSE %][% subfiel.marc_value | html %][% END %]</li>
57
                                [% END %]
57
                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (-2 / +2 lines)
Lines 63-71 Link Here
63
                        <div id="results">
63
                        <div id="results">
64
                            [% IF ( total ) %]
64
                            [% IF ( total ) %]
65
                                [% IF ( countfuzzy ) %]
65
                                [% IF ( countfuzzy ) %]
66
                                    <p><b>Showing [% resultcount | html %] of about [% total | html %] results</b></p>
66
                                    <p><strong>Showing [% resultcount | html %] of about [% total | html %] results</strong></p>
67
                                [% ELSE %]
67
                                [% ELSE %]
68
                                    <p><b>Results [% from | html %] to [% to | html %] of [% total | html %]</b></p>
68
                                    <p><strong>Results [% from | html %] to [% to | html %] of [% total | html %]</strong></p>
69
                                [% END %]
69
                                [% END %]
70
                            [% ELSE %]
70
                            [% ELSE %]
71
                                No results found.
71
                                No results found.
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
                                                                <a href="opac-browser.pl?level=[% LEVEL_LOO.level | uri %]&amp;filter=[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description | html %]</a>
48
                                                                <a href="opac-browser.pl?level=[% LEVEL_LOO.level | uri %]&amp;filter=[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description | html %]</a>
49
                                                            [% END %]
49
                                                            [% END %]
50
                                                        </p>
50
                                                        </p>
51
                                                        <p style="font-size:0.75em"><i>([% LEVEL_LOO.number | html %] biblios)</i></p>
51
                                                        <p style="font-size:0.75em"><em>([% LEVEL_LOO.number | html %] biblios)</em></p>
52
                                                    </td>
52
                                                    </td>
53
                                                [% IF ( LEVEL_LOO.count3 ) %]</tr><tr>[% END %]
53
                                                [% IF ( LEVEL_LOO.count3 ) %]</tr><tr>[% END %]
54
                                                [% END %]
54
                                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-3 / +3 lines)
Lines 21-34 Link Here
21
    <ul class="breadcrumb">
21
    <ul class="breadcrumb">
22
        <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
22
        <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
23
        <li><a href="/cgi-bin/koha/opac-course-reserves.pl">Course reserves</a> <span class="divider">&rsaquo;</span></li>
23
        <li><a href="/cgi-bin/koha/opac-course-reserves.pl">Course reserves</a> <span class="divider">&rsaquo;</span></li>
24
        <li><a href="#">Course reserves for <i>[% course.course_name | html %]</i></a></li>
24
        <li><a href="#">Course reserves for <em>[% course.course_name | html %]</em></a></li>
25
    </ul>
25
    </ul>
26
26
27
    <div class="container-fluid">
27
    <div class="container-fluid">
28
        <div class="row-fluid">
28
        <div class="row-fluid">
29
            <div class="span12">
29
            <div class="span12">
30
                <div id="course_reserves" class="maincontent">
30
                <div id="course_reserves" class="maincontent">
31
                    <h2>Course reserves for <i>[% course.course_name | html %]</i></h2>
31
                    <h2>Course reserves for <em>[% course.course_name | html %]</em></h2>
32
                    <div class="rows">
32
                    <div class="rows">
33
                        <ol>
33
                        <ol>
34
                            [% IF ( course.term ) %]<li><span class="label">Term:</span> [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %]</li>[% END %]
34
                            [% IF ( course.term ) %]<li><span class="label">Term:</span> [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %]</li>[% END %]
Lines 72-78 Link Here
72
                                        <td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title-head.inc' biblio=cr.biblio %]</a></td>
72
                                        <td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title-head.inc' biblio=cr.biblio %]</a></td>
73
                                        <td>[% cr.biblio.author | html %]</td>
73
                                        <td>[% cr.biblio.author | html %]</td>
74
                                        <td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td>
74
                                        <td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td>
75
                                        <td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <i>[% AuthorisedValues.GetByCode( 'LOC', cr.item.location, 1 ) | html %]</i></td>
75
                                        <td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <em>[% AuthorisedValues.GetByCode( 'LOC', cr.item.location, 1 ) | html %]</em></td>
76
                                        <td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode, 1 ) | html %]</td>
76
                                        <td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode, 1 ) | html %]</td>
77
                                        <td>[% cr.item.itemcallnumber | html %]</td>
77
                                        <td>[% cr.item.itemcallnumber | html %]</td>
78
                                        <td>[% cr.item.copynumber | html %]</td>
78
                                        <td>[% cr.item.copynumber | html %]</td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 678-684 Link Here
678
                                    <h3>Table of contents provided by Syndetics</h3>
678
                                    <h3>Table of contents provided by Syndetics</h3>
679
                                        <ul>
679
                                        <ul>
680
                                            [% FOREACH SYNDETICS_TO IN SYNDETICS_TOC %]
680
                                            [% FOREACH SYNDETICS_TO IN SYNDETICS_TOC %]
681
                                                <li><b>[% SYNDETICS_TO.l | html %] [% SYNDETICS_TO.t | html %]</b>[% IF ( SYNDETICS_TO.p ) %] ([% SYNDETICS_TO.p | html %])[% END %]</li>
681
                                                <li><strong>[% SYNDETICS_TO.l | html %] [% SYNDETICS_TO.t | html %]</strong>[% IF ( SYNDETICS_TO.p ) %] ([% SYNDETICS_TO.p | html %])[% END %]</li>
682
                                            [% END %]
682
                                            [% END %]
683
                                        </ul>
683
                                        </ul>
684
                                </div>
684
                                </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt (-2 / +2 lines)
Lines 20-26 Link Here
20
                    [% END %]
20
                    [% END %]
21
                    <span class="divider">&rsaquo;</span>
21
                    <span class="divider">&rsaquo;</span>
22
                </li>
22
                </li>
23
                <li>Download list <i>[% shelf.shelfname | html %]</i></li>
23
                <li>Download list <em>[% shelf.shelfname | html %]</em></li>
24
            </ul>
24
            </ul>
25
            <div class="container-fluid">
25
            <div class="container-fluid">
26
                <div class="row-fluid">
26
                <div class="row-fluid">
Lines 47-53 Link Here
47
                                    <p>Your download should begin automatically.</p>
47
                                    <p>Your download should begin automatically.</p>
48
                                </div>
48
                                </div>
49
                            [% ELSE %]
49
                            [% ELSE %]
50
                                <h1>Download list <i>[% shelf.shelfname | html %]</i></h1>
50
                                <h1>Download list <em>[% shelf.shelfname | html %]</em></h1>
51
                                <form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl">
51
                                <form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl">
52
                                    <fieldset>
52
                                    <fieldset>
53
                                        <select name="format" id="dlformat" required="required">
53
                                        <select name="format" id="dlformat" required="required">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-2 / +2 lines)
Lines 133-139 Link Here
133
                                <ol><li><label>Notice:</label>Some charges for text messages may be incurred when using this service. Please check with your mobile service provider if you have questions.</li></ol>
133
                                <ol><li><label>Notice:</label>Some charges for text messages may be incurred when using this service. Please check with your mobile service provider if you have questions.</li></ol>
134
                                <ol><li>
134
                                <ol><li>
135
                                    <label for="SMSnumber">SMS number:</label> <input type="text" id="SMSnumber" name="SMSnumber" value="[% SMSnumber | html %]" pattern="^\+?[1-9]\d{1,14}$" />
135
                                    <label for="SMSnumber">SMS number:</label> <input type="text" id="SMSnumber" name="SMSnumber" value="[% SMSnumber | html %]" pattern="^\+?[1-9]\d{1,14}$" />
136
                                    <i>Please enter numbers only. <b>(123) 456-7890</b> would be entered as <b>1234567890</b>.</i>
136
                                    <em>Please enter numbers only. <strong>(123) 456-7890</strong> would be entered as <strong>1234567890</strong>.</em>
137
                                </li></ol>
137
                                </li></ol>
138
                            [% END %]
138
                            [% END %]
139
139
Lines 150-156 Link Here
150
                                            [% END %]
150
                                            [% END %]
151
                                        [% END %]
151
                                        [% END %]
152
                                    </select>
152
                                    </select>
153
                                    <i>Please contact a library staff member if you are unsure of your mobile service provider, or you do not see your provider in this list.</i>
153
                                    <em>Please contact a library staff member if you are unsure of your mobile service provider, or you do not see your provider in this list.</em>
154
                                </li></ol>
154
                                </li></ol>
155
                            [% END %]
155
                            [% END %]
156
156
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt (-1 / +1 lines)
Lines 78-84 Link Here
78
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
78
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
79
       </p>
79
       </p>
80
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
80
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
81
<p><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place Hold on <i>[% SEARCH_RESULT.title | html %]</i></a></p>
81
<p><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place Hold on <em>[% SEARCH_RESULT.title | html %]</em></a></p>
82
[% END %]
82
[% END %]
83
						]]></description>
83
						]]></description>
84
       <guid>[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]</guid>
84
       <guid>[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]</guid>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-1 / +1 lines)
Lines 77-83 function fetch_availability( prod, $tr ) { Link Here
77
        function ( data ) {
77
        function ( data ) {
78
            if ( data.error ) return;
78
            if ( data.error ) return;
79
79
80
            $availability_summary.html( '<span class="label">' + _("Availability:") + ' </span> ' + '<span class="available"><b>' + _("Items available:") + ' </b>' +  data.copiesAvailable + " " + _("out of") + ' ' + data.copiesOwned + '</span>' );
80
            $availability_summary.html( '<span class="label">' + _("Availability:") + ' </span> ' + '<span class="available"><strong>' + _("Items available:") + ' </strong>' +  data.copiesAvailable + " " + _("out of") + ' ' + data.copiesOwned + '</span>' );
81
81
82
            if ( data.numberOfHolds ) {
82
            if ( data.numberOfHolds ) {
83
                $availability_summary.find( '.available' ).append( ', ' + _("waiting holds:") + ' <strong>' + data.numberOfHolds + '</strong>' );
83
                $availability_summary.find( '.available' ).append( ', ' + _("waiting holds:") + ' <strong>' + data.numberOfHolds + '</strong>' );
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt (-1 / +1 lines)
Lines 114-120 Link Here
114
                        <h2>Immediate deletion</h2>
114
                        <h2>Immediate deletion</h2>
115
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-form">
115
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-form">
116
                            <input type="hidden" name="op" value="delete_record" />
116
                            <input type="hidden" name="op" value="delete_record" />
117
                            <p>Whatever your privacy rule you choose, you can delete all your reading history immediately by clicking here. <b>BE CAREFUL</b>. Once you've confirmed the deletion, no one can retrieve the list!</p>
117
                            <p>Whatever your privacy rule you choose, you can delete all your reading history immediately by clicking here. <strong>BE CAREFUL</strong>. Once you've confirmed the deletion, no one can retrieve the list!</p>
118
                            <input type="submit" value="Immediate deletion" class="btn btn-danger" onclick="return confirmDelete(MSG_CONFIRM_AGAIN);" />
118
                            <input type="submit" value="Immediate deletion" class="btn btn-danger" onclick="return confirmDelete(MSG_CONFIRM_AGAIN);" />
119
                        </form>
119
                        </form>
120
                        [% IF Koha.Preference('StoreLastBorrower') %]<p id="store-last-borrower-msg">Please note, the last person to return an item is tracked for the management of items returned damaged.</p>[% END %]
120
                        [% IF Koha.Preference('StoreLastBorrower') %]<p id="store-last-borrower-msg">Please note, the last person to return an item is tracked for the management of items returned damaged.</p>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt (-1 / +1 lines)
Lines 202-208 Link Here
202
                                                                [% IF ( GROUP_RESULT.pages ) %] - [% GROUP_RESULT.pages | html %][% END %]
202
                                                                [% IF ( GROUP_RESULT.pages ) %] - [% GROUP_RESULT.pages | html %][% END %]
203
                                                                [% IF ( GROUP_RESULT.notes ) %] : [% GROUP_RESULT.notes | html %][% END %]
203
                                                                [% IF ( GROUP_RESULT.notes ) %] : [% GROUP_RESULT.notes | html %][% END %]
204
                                                                [% IF ( GROUP_RESULT.size ) %] ; [% GROUP_RESULT.size | html %][% END %]
204
                                                                [% IF ( GROUP_RESULT.size ) %] ; [% GROUP_RESULT.size | html %][% END %]
205
                                                                [% IF ( GROUP_RESULT.timestamp ) %] <i>(modified on [% GROUP_RESULT.timestamp | html %])</i>[% END %]
205
                                                                [% IF ( GROUP_RESULT.timestamp ) %] <em>(modified on [% GROUP_RESULT.timestamp | html %])</em>[% END %]
206
                                                            </p>
206
                                                            </p>
207
                                                            [% IF ( GROUP_RESULT.searchhighlightblob ) %]
207
                                                            [% IF ( GROUP_RESULT.searchhighlightblob ) %]
208
                                                                <p class="searchhighlightblob">[% GROUP_RESULT.searchhighlightblob | html %]</p>
208
                                                                <p class="searchhighlightblob">[% GROUP_RESULT.searchhighlightblob | html %]</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +1 lines)
Lines 404-410 Link Here
404
                                                            [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages | html %][% END %]
404
                                                            [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages | html %][% END %]
405
                                                            [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes | html %][% END %]
405
                                                            [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes | html %][% END %]
406
                                                            [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size | html %][% END %]
406
                                                            [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size | html %][% END %]
407
                                                            [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp | html %])</i>[% END %]
407
                                                            [% IF ( SEARCH_RESULT.timestamp ) %] <em>(modified on [% SEARCH_RESULT.timestamp | html %])</em>[% END %]
408
                                                    </span>
408
                                                    </span>
409
409
410
                                                    [% IF ( SEARCH_RESULT.summary ) %]
410
                                                    [% IF ( SEARCH_RESULT.summary ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
                            </div>
39
                            </div>
40
                        [% END # / ERRORs %]
40
                        [% END # / ERRORs %]
41
41
42
                        <h1>Comments on <i>[% INCLUDE 'biblio-title.inc' %]</i></h1>
42
                        <h1>Comments on <em>[% INCLUDE 'biblio-title.inc' %]</em></h1>
43
                        [% IF ( biblio.author ) %]<h3>[% biblio.author | html %]</h3>[% END %]
43
                        [% IF ( biblio.author ) %]<h3>[% biblio.author | html %]</h3>[% END %]
44
                        <form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
44
                        <form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
45
                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
45
                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (-1 / +1 lines)
Lines 69-75 Link Here
69
    [% ELSIF op=='conf_invite' %]
69
    [% ELSIF op=='conf_invite' %]
70
        <div id="conf_invite">
70
        <div id="conf_invite">
71
        [% IF approvedaddress %]
71
        [% IF approvedaddress %]
72
        <p>An invitation to share list <i>[% shelfname | html %]</i> will be sent shortly to [% approvedaddress | html %].</p>
72
        <p>An invitation to share list <em>[% shelfname | html %]</em> will be sent shortly to [% approvedaddress | html %].</p>
73
        [% END %]
73
        [% END %]
74
        [% IF failaddress %]
74
        [% IF failaddress %]
75
            <p>Something went wrong while processing the following addresses. Please check them. These are: [% failaddress | html %]</p>
75
            <p>Something went wrong while processing the following addresses. Please check them. These are: [% failaddress | html %]</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-3 / +3 lines)
Lines 79-85 Link Here
79
        [% END %]
79
        [% END %]
80
80
81
        [% IF op == 'view' %]
81
        [% IF op == 'view' %]
82
            <li><span class="divider">&rsaquo;</span> Contents of <i>[% shelf.shelfname | html %]</i></li>
82
            <li><span class="divider">&rsaquo;</span> Contents of <em>[% shelf.shelfname | html %]</em></li>
83
        [% END %]
83
        [% END %]
84
84
85
        [% IF op == 'add_form' %]
85
        [% IF op == 'add_form' %]
Lines 87-93 Link Here
87
        [% END %]
87
        [% END %]
88
88
89
        [% IF op == 'edit_form' %]
89
        [% IF op == 'edit_form' %]
90
            <li><span class="divider">&rsaquo;</span> Edit list <i>[% shelf.shelfname | html %]</i></li>
90
            <li><span class="divider">&rsaquo;</span> Edit list <em>[% shelf.shelfname | html %]</em></li>
91
        [% END %]
91
        [% END %]
92
92
93
    </ul> <!-- / .breadcrumb -->
93
    </ul> <!-- / .breadcrumb -->
Lines 981-987 $(function() { Link Here
981
        var shelf_number = $(this).data("shelfnumber");
981
        var shelf_number = $(this).data("shelfnumber");
982
        var is_shared = $(this).data("shared");
982
        var is_shared = $(this).data("shared");
983
        var count = $(this).data("count");
983
        var count = $(this).data("count");
984
        var message = "<p><i>" + shelf_name + "</i></p>";
984
        var message = "<p><em>" + shelf_name + "</em></p>";
985
        if( count ){
985
        if( count ){
986
            message += "<p>" + _("Items on this list:") + " <strong>" + count + "</strong></p>";
986
            message += "<p>" + _("Items on this list:") + " <strong>" + count + "</strong></p>";
987
        }
987
        }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +2 lines)
Lines 295-301 Link Here
295
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=ISSUE %]</a>
295
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=ISSUE %]</a>
296
                                                    [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %]
296
                                                    [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %]
297
297
298
                                                    [% IF ( ISSUE.onsite_checkout ) %] <i class="onsite_checkout">(On-site checkout)</i>[% END %]
298
                                                    [% IF ( ISSUE.onsite_checkout ) %] <em class="onsite_checkout">(On-site checkout)</em>[% END %]
299
299
300
                                                    [% IF ( Koha.Preference('OpacStarRatings') == 'all' ) %]
300
                                                    [% IF ( Koha.Preference('OpacStarRatings') == 'all' ) %]
301
                                                        [% INCLUDE 'user-star-ratings.inc' item=ISSUE %]
301
                                                        [% INCLUDE 'user-star-ratings.inc' item=ISSUE %]
Lines 685-691 Link Here
685
                                                        [% ar.item.enumchron | html %]
685
                                                        [% ar.item.enumchron | html %]
686
                                                    </a>
686
                                                    </a>
687
                                                    [% ar.biblio.author | html %]
687
                                                    [% ar.biblio.author | html %]
688
                                                    [% IF ar.itemnumber %] <i>(only [% ar.item.barcode | html %])</i>[% END %]
688
                                                    [% IF ar.itemnumber %] <em>(only [% ar.item.barcode | html %])</em>[% END %]
689
                                                </td>
689
                                                </td>
690
690
691
                                                <td class="article-request-created_on">
691
                                                <td class="article-request-created_on">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-4 / +4 lines)
Lines 1445-1452 Link Here
1445
                        <xsl:variable name="available_items" select="key('item-by-status', 'available')"/>
1445
                        <xsl:variable name="available_items" select="key('item-by-status', 'available')"/>
1446
                        <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
1446
                        <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
1447
                            <xsl:choose>
1447
                            <xsl:choose>
1448
                                <xsl:when test="$OPACItemLocation='location'"><b><xsl:value-of select="concat(items:location,' ')"/></b></xsl:when>
1448
                                <xsl:when test="$OPACItemLocation='location'"><strong><xsl:value-of select="concat(items:location,' ')"/></strong></xsl:when>
1449
                                <xsl:when test="$OPACItemLocation='ccode'"><b><xsl:value-of select="concat(items:ccode,' ')"/></b></xsl:when>
1449
                                <xsl:when test="$OPACItemLocation='ccode'"><strong><xsl:value-of select="concat(items:ccode,' ')"/></strong></xsl:when>
1450
                            </xsl:choose>
1450
                            </xsl:choose>
1451
                            <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
1451
                            <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
1452
                                <span class="CallNumberAndLabel">
1452
                                <span class="CallNumberAndLabel">
Lines 1463-1470 Link Here
1463
                        <xsl:variable name="reference_items" select="key('item-by-status', 'reference')"/>
1463
                        <xsl:variable name="reference_items" select="key('item-by-status', 'reference')"/>
1464
                        <xsl:for-each select="$reference_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
1464
                        <xsl:for-each select="$reference_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
1465
                            <xsl:choose>
1465
                            <xsl:choose>
1466
                                <xsl:when test="$OPACItemLocation='location'"><b><xsl:value-of select="concat(items:location,' ')"/></b></xsl:when>
1466
                                <xsl:when test="$OPACItemLocation='location'"><strong><xsl:value-of select="concat(items:location,' ')"/></strong></xsl:when>
1467
                                <xsl:when test="$OPACItemLocation='ccode'"><b><xsl:value-of select="concat(items:ccode,' ')"/></b></xsl:when>
1467
                                <xsl:when test="$OPACItemLocation='ccode'"><strong><xsl:value-of select="concat(items:ccode,' ')"/></strong></xsl:when>
1468
                            </xsl:choose>
1468
                            </xsl:choose>
1469
                            <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
1469
                            <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
1470
                                <span class="CallNumberAndLabel">
1470
                                <span class="CallNumberAndLabel">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl (-2 / +2 lines)
Lines 840-846 Link Here
840
840
841
                   <xsl:when test="count(key('item-by-status', 'available'))>0">
841
                   <xsl:when test="count(key('item-by-status', 'available'))>0">
842
                   <span class="available">
842
                   <span class="available">
843
                       <b><xsl:text>Items available for loan: </xsl:text></b>
843
                       <strong><xsl:text>Items available for loan: </xsl:text></strong>
844
                       <xsl:variable name="available_items" select="key('item-by-status', 'available')"/>
844
                       <xsl:variable name="available_items" select="key('item-by-status', 'available')"/>
845
               <xsl:choose>
845
               <xsl:choose>
846
               <xsl:when test="$singleBranchMode=1">
846
               <xsl:when test="$singleBranchMode=1">
Lines 872-878 Link Here
872
                   <xsl:choose>
872
                   <xsl:choose>
873
                   <xsl:when test="count(key('item-by-status', 'reference'))>0">
873
                   <xsl:when test="count(key('item-by-status', 'reference'))>0">
874
                   <span class="available">
874
                   <span class="available">
875
                       <b><xsl:text>Items available for reference: </xsl:text></b>
875
                       <strong><xsl:text>Items available for reference: </xsl:text></strong>
876
                       <xsl:variable name="reference_items"
876
                       <xsl:variable name="reference_items"
877
                           select="key('item-by-status', 'reference')"/>
877
                           select="key('item-by-status', 'reference')"/>
878
                       <xsl:for-each select="$reference_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]">
878
                       <xsl:for-each select="$reference_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl (-2 / +2 lines)
Lines 192-198 Link Here
192
      </xsl:when>
192
      </xsl:when>
193
      <xsl:when test="count(key('item-by-status', 'available'))>0">
193
      <xsl:when test="count(key('item-by-status', 'available'))>0">
194
        <span class="available">
194
        <span class="available">
195
          <b><xsl:text>Items available for loan: </xsl:text></b>
195
          <strong><xsl:text>Items available for loan: </xsl:text></strong>
196
          <xsl:variable name="available_items" select="key('item-by-status', 'available')"/>
196
          <xsl:variable name="available_items" select="key('item-by-status', 'available')"/>
197
      <xsl:choose>
197
      <xsl:choose>
198
      <xsl:when test="$singleBranchMode=1">
198
      <xsl:when test="$singleBranchMode=1">
Lines 251-257 Link Here
251
    <xsl:choose>
251
    <xsl:choose>
252
      <xsl:when test="count(key('item-by-status', 'reference'))>0">
252
      <xsl:when test="count(key('item-by-status', 'reference'))>0">
253
        <span class="available">
253
        <span class="available">
254
          <b><xsl:text>Items available for reference: </xsl:text></b>
254
          <strong><xsl:text>Items available for reference: </xsl:text></strong>
255
          <xsl:variable name="reference_items"
255
          <xsl:variable name="reference_items"
256
                        select="key('item-by-status', 'reference')"/>
256
                        select="key('item-by-status', 'reference')"/>
257
          <xsl:for-each select="$reference_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
257
          <xsl:for-each select="$reference_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
(-)a/koha-tmpl/opac-tmpl/xslt/OAI.xslt (-9 / +8 lines)
Lines 143-154 Link Here
143
        <hr />
143
        <hr />
144
        <table class="table table-striped table-bordered">
144
        <table class="table table-striped table-bordered">
145
            <tr>
145
            <tr>
146
                <td><b>Repository Name</b></td>
146
                <td><strong>Repository Name</strong></td>
147
                <td><xsl:value-of select="oai:repositoryName/text()" /></td>
147
                <td><xsl:value-of select="oai:repositoryName/text()" /></td>
148
            </tr>
148
            </tr>
149
            <xsl:for-each select="oai:adminEmail">
149
            <xsl:for-each select="oai:adminEmail">
150
                <tr>
150
                <tr>
151
                    <td><b>E-Mail Contact</b></td>
151
                    <td><strong>E-Mail Contact</strong></td>
152
                    <td>
152
                    <td>
153
                        <a>
153
                        <a>
154
                            <xsl:attribute name="href">
154
                            <xsl:attribute name="href">
Lines 160-179 Link Here
160
                </tr>
160
                </tr>
161
            </xsl:for-each>
161
            </xsl:for-each>
162
            <tr>
162
            <tr>
163
                <td><b>Repository identifier</b></td>
163
                <td><strong>Repository identifier</strong></td>
164
                <td>
164
                <td>
165
                    <xsl:value-of select="oai:description/oai_id:oai-identifier/oai_id:repositoryIdentifier/text()" />
165
                    <xsl:value-of select="oai:description/oai_id:oai-identifier/oai_id:repositoryIdentifier/text()" />
166
                </td>
166
                </td>
167
            </tr>
167
            </tr>
168
            <tr>
168
            <tr>
169
                <td><b>Sample identifier</b></td>
169
                <td><strong>Sample identifier</strong></td>
170
                <td>
170
                <td>
171
                    <xsl:value-of
171
                    <xsl:value-of
172
                            select="oai:description/oai_id:oai-identifier/oai_id:sampleIdentifier/text()" />
172
                            select="oai:description/oai_id:oai-identifier/oai_id:sampleIdentifier/text()" />
173
                </td>
173
                </td>
174
            </tr>
174
            </tr>
175
            <tr>
175
            <tr>
176
                <td><b>Protocol Version</b></td>
176
                <td><strong>Protocol Version</strong></td>
177
                <td>
177
                <td>
178
                    <xsl:value-of
178
                    <xsl:value-of
179
                            select="oai:protocolVersion/text()" />
179
                            select="oai:protocolVersion/text()" />
Lines 181-187 Link Here
181
181
182
            </tr>
182
            </tr>
183
            <tr>
183
            <tr>
184
                <td><b>Earliest Registered Date</b></td>
184
                <td><strong>Earliest Registered Date</strong></td>
185
                <td>
185
                <td>
186
                    <xsl:value-of
186
                    <xsl:value-of
187
                            select="translate(oai:earliestDatestamp/text(), 'TZ' ,' ')" />
187
                            select="translate(oai:earliestDatestamp/text(), 'TZ' ,' ')" />
Lines 189-195 Link Here
189
189
190
            </tr>
190
            </tr>
191
            <tr>
191
            <tr>
192
                <td><b>Date Granularity</b></td>
192
                <td><strong>Date Granularity</strong></td>
193
                <td>
193
                <td>
194
                    <xsl:value-of
194
                    <xsl:value-of
195
                            select="translate(oai:granularity/text(), 'TZ', ' ')" />
195
                            select="translate(oai:granularity/text(), 'TZ', ' ')" />
Lines 197-203 Link Here
197
197
198
            </tr>
198
            </tr>
199
            <tr>
199
            <tr>
200
                <td><b>Deletion Mode</b></td>
200
                <td><strong>Deletion Mode</strong></td>
201
                <td>
201
                <td>
202
                    <xsl:value-of
202
                    <xsl:value-of
203
                            select="oai:deletedRecord/text()" />
203
                            select="oai:deletedRecord/text()" />
204
- 

Return to bug 22672