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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc (-1 / +1 lines)
Lines 37-43 Link Here
37
                [% d.comment | $raw %]
37
                [% d.comment | $raw %]
38
			    [% END %]
38
			    [% END %]
39
			</td>
39
			</td>
40
                        <td>[% IF d.expiration %] [% d.expiration | $KohaDates %] [% ELSE %] <i>Indefinite</i> [% END %]</td>
40
                        <td>[% IF d.expiration %] [% d.expiration | $KohaDates %] [% ELSE %] <em>Indefinite</em> [% END %]</td>
41
                        <td>[% d.created | $KohaDates %]</td>
41
                        <td>[% d.created | $KohaDates %]</td>
42
                        [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %]
42
                        [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %]
43
                            <td>
43
                            <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-4 / +4 lines)
Lines 151-157 Link Here
151
                    </a>
151
                    </a>
152
                [% ELSE %]
152
                [% ELSE %]
153
                    [% IF ( hold.item_level_hold ) %]
153
                    [% IF ( hold.item_level_hold ) %]
154
                        <i>
154
                        <em>
155
                            Only item
155
                            Only item
156
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% hold.biblionumber | uri %]&amp;itemnumber=[% hold.itemnumber | uri %]#item[% hold.itemnumber | uri %]">
156
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% hold.biblionumber | uri %]&amp;itemnumber=[% hold.itemnumber | uri %]#item[% hold.itemnumber | uri %]">
157
                                [% IF ( hold.barcodenumber ) %]
157
                                [% IF ( hold.barcodenumber ) %]
Lines 161-172 Link Here
161
                                    No barcode
161
                                    No barcode
162
                                [% END %]
162
                                [% END %]
163
                            </a>
163
                            </a>
164
                        </i>
164
                        </em>
165
                    [% ELSE %]
165
                    [% ELSE %]
166
                        [% IF hold.itemtype %]
166
                        [% IF hold.itemtype %]
167
                            <i>Next available [% ItemTypes.GetDescription( hold.itemtype ) | html %] item</i>
167
                            <em>Next available [% ItemTypes.GetDescription( hold.itemtype ) | html %] item</em>
168
                        [% ELSE %]
168
                        [% ELSE %]
169
                            <i>Next available</i>
169
                            <em>Next available</em>
170
                        [% END %]
170
                        [% END %]
171
171
172
                        <input type="hidden" name="itemnumber" value="" />
172
                        <input type="hidden" name="itemnumber" value="" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc (-1 / +1 lines)
Lines 27-33 Link Here
27
                            [% ar.item.enumchron | html %]
27
                            [% ar.item.enumchron | html %]
28
                        </a>
28
                        </a>
29
                        [% ar.biblio.author | html %]
29
                        [% ar.biblio.author | html %]
30
                        [% IF ar.itemnumber %] <i>(only [% ar.item.barcode | html %])</i>[% END %]
30
                        [% IF ar.itemnumber %] <em>(only [% ar.item.barcode | html %])</em>[% END %]
31
                    </td>
31
                    </td>
32
32
33
                    <td class="article-request-created_on">
33
                    <td class="article-request-created_on">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (-1 / +1 lines)
Lines 662-668 Link Here
662
        <span class="permissioncode">([% name | html %])</span>
662
        <span class="permissioncode">([% name | html %])</span>
663
    [%- CASE 'upload_manage' -%]
663
    [%- CASE 'upload_manage' -%]
664
        <span class="sub_permission upload_manage_subpermission">
664
        <span class="sub_permission upload_manage_subpermission">
665
            Manage uploaded files (<i>Useless without upload_general_files</i>)
665
            Manage uploaded files (<em>Useless without upload_general_files</em>)
666
        </span>
666
        </span>
667
        <span class="permissioncode">([% name | html %])</span>
667
        <span class="permissioncode">([% name | html %])</span>
668
    [%- CASE 'access_files' -%]
668
    [%- CASE 'access_files' -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-3 / +3 lines)
Lines 99-109 Link Here
99
            </td>
99
            </td>
100
            <td>
100
            <td>
101
                <b>[% lateorder.biblio.title | html %]</b>
101
                <b>[% lateorder.biblio.title | html %]</b>
102
                   [% IF ( lateorder.biblio.author ) %]<br/><i>Author:</i> [% lateorder.biblio.author | html %][% END %]
102
                   [% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %]
103
                   [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
103
                   [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
104
                        <br/><i>Published by:</i> [% lateorder.biblio.biblioitem.publishercode | html %]
104
                        <br/><em>Published by:</em> [% lateorder.biblio.biblioitem.publishercode | html %]
105
                        [% IF ( lateorder.biblio.biblioitem.publicationyear ) %]
105
                        [% IF ( lateorder.biblio.biblioitem.publicationyear ) %]
106
                            <i> in </i>[% lateorder.biblio.biblioitem.publicationyear | html %]
106
                            <em> in </em>[% lateorder.biblio.biblioitem.publicationyear | html %]
107
                        [% END %]
107
                        [% END %]
108
                   [% END %]
108
                   [% END %]
109
            </td>
109
            </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-5 / +5 lines)
Lines 46-57 Link Here
46
                    <p>[% suggestions_loo.title | html %] - [% suggestions_loo.author | html %]</p>
46
                    <p>[% suggestions_loo.title | html %] - [% suggestions_loo.author | html %]</p>
47
                    <p>
47
                    <p>
48
                        [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate | html %] [% END %]
48
                        [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate | html %] [% END %]
49
                        [% IF ( suggestions_loo.volumedesc ) %]volume: <i>[% suggestions_loo.volumedesc | html %]</i> [% END %]
49
                        [% IF ( suggestions_loo.volumedesc ) %]volume: <em>[% suggestions_loo.volumedesc | html %]</em> [% END %]
50
                        [% IF ( suggestions_loo.isbn ) %]ISBN: <i>[% suggestions_loo.isbn | html %]</i> [% END %]
50
                        [% IF ( suggestions_loo.isbn ) %]ISBN: <em>[% suggestions_loo.isbn | html %]</em> [% END %]
51
                        [% IF ( suggestions_loo.publishercode ) %]<br />published by: [% suggestions_loo.publishercode | html %] [% END %]
51
                        [% IF ( suggestions_loo.publishercode ) %]<br />published by: [% suggestions_loo.publishercode | html %] [% END %]
52
                        [% IF ( suggestions_loo.publicationyear ) %] in <i>[% suggestions_loo.publicationyear | html %]</i> [% END %]
52
                        [% IF ( suggestions_loo.publicationyear ) %] in <em>[% suggestions_loo.publicationyear | html %]</em> [% END %]
53
                        [% IF ( suggestions_loo.place ) %] in <i>[% suggestions_loo.place | html %]</i> [% END %]
53
                        [% IF ( suggestions_loo.place ) %] in <em>[% suggestions_loo.place | html %]</em> [% END %]
54
                        [% IF ( suggestions_loo.note ) %]<p><i>([% suggestions_loo.note | html %])</i></p> [% END %]
54
                        [% IF ( suggestions_loo.note ) %]<p><em>([% suggestions_loo.note | html %])</em></p> [% END %]
55
                    </p>
55
                    </p>
56
                </td>
56
                </td>
57
                <td>
57
                <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-5 / +5 lines)
Lines 18-28 Link Here
18
18
19
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo;
19
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo;
20
    [% IF datereceived %]
20
    [% IF datereceived %]
21
        Receipt summary for <i>[% name | html %]</i>
21
        Receipt summary for <em>[% name | html %]</em>
22
        [% IF ( invoice ) %]
22
        [% IF ( invoice ) %]
23
            <i>[ [% invoice | html %] ]</i>
23
            <em>[ [% invoice | html %] ]</em>
24
        [% END %]
24
        [% END %]
25
        on <i>[% datereceived | $KohaDates %]</i>
25
        on <em>[% datereceived | $KohaDates %]</em>
26
    [% ELSE %]
26
    [% ELSE %]
27
        Receive orders from [% name | html %]
27
        Receive orders from [% name | html %]
28
    [% END %]
28
    [% END %]
Lines 46-52 Link Here
46
	[% END %]
46
	[% END %]
47
    <h1>
47
    <h1>
48
        [% IF datereceived %]
48
        [% IF datereceived %]
49
            Receipt summary for <i>[% name | html %]</i> [% IF ( invoice ) %] <i> [ [% invoice | html %] ] </i>[% END %] on <i>[% datereceived | $KohaDates %]</i>
49
            Receipt summary for <em>[% name | html %]</em> [% IF ( invoice ) %] <em> [ [% invoice | html %] ] </em>[% END %] on <em>[% datereceived | $KohaDates %]</em>
50
        [% ELSE %]
50
        [% ELSE %]
51
            Receive orders from [% name | html %]
51
            Receive orders from [% name | html %]
52
        [% END %]
52
        [% END %]
Lines 250-256 Link Here
250
                [% ELSE %]
250
                [% ELSE %]
251
                    <td colspan="6" class="total">(Tax exc.)</td>
251
                    <td colspan="6" class="total">(Tax exc.)</td>
252
                [% END %]
252
                [% END %]
253
                <td colspan="3"><i>Subtotal for</i> [% key | html %]</td>
253
                <td colspan="3"><em>Subtotal for</em> [% key | html %]</td>
254
                <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
254
                <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
255
                <td>[% subtotal_for_funds.$key.unitprice | $Price %]</td>
255
                <td>[% subtotal_for_funds.$key.unitprice | $Price %]</td>
256
                <td>&nbsp;</td>
256
                <td>&nbsp;</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-1 / +1 lines)
Lines 189-195 Link Here
189
    <!--  add or modify a budget period   -->
189
    <!--  add or modify a budget period   -->
190
190
191
    [% IF ( budget_period_id ) %]
191
    [% IF ( budget_period_id ) %]
192
        <h3>Modify budget <i>[% budget_period_description | html %]</i></h3>
192
        <h3>Modify budget <em>[% budget_period_description | html %]</em></h3>
193
    [% ELSE %]
193
    [% ELSE %]
194
        <h3>Add budget</h3>
194
        <h3>Add budget</h3>
195
	[% END %]
195
	[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-1 / +1 lines)
Lines 108-114 Link Here
108
            [% END %]
108
            [% END %]
109
            [% IF ( delete_confirm ) %]
109
            [% IF ( delete_confirm ) %]
110
                    <div class="dialog alert">
110
                    <div class="dialog alert">
111
                        <h3>Confirm deletion of contract <i>[% contractname | html %]</i></h3>
111
                        <h3>Confirm deletion of contract <em>[% contractname | html %]</em></h3>
112
                        <table>
112
                        <table>
113
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
113
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
114
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
114
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-2 / +2 lines)
Lines 280-293 Link Here
280
        </td>
280
        </td>
281
        <td>
281
        <td>
282
            [% IF ( loo.subfield_ignored ) %]
282
            [% IF ( loo.subfield_ignored ) %]
283
                    <i>[% loo.liblibrarian | html_entity %]</i>
283
                    <em>[% loo.liblibrarian | html_entity %]</em>
284
            [% ELSE %]
284
            [% ELSE %]
285
                    [% loo.liblibrarian | html_entity %]
285
                    [% loo.liblibrarian | html_entity %]
286
            [% END %]
286
            [% END %]
287
        </td>
287
        </td>
288
        <td>
288
        <td>
289
            [% IF ( loo.subfield_ignored ) %]
289
            [% IF ( loo.subfield_ignored ) %]
290
                    <i>subfield ignored</i>
290
                    <em>subfield ignored</em>
291
            [% ELSE %]
291
            [% ELSE %]
292
                <strong>Tab:</strong>[% loo.tab | html %],
292
                <strong>Tab:</strong>[% loo.tab | html %],
293
                [% IF ( loo.kohafield ) %] | <strong>Koha field:</strong> [% loo.kohafield | html %], [% END %]
293
                [% IF ( loo.kohafield ) %] | <strong>Koha field:</strong> [% loo.kohafield | html %], [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-2 / +2 lines)
Lines 162-168 Link Here
162
                          [% END %]
162
                          [% END %]
163
                        [% END %]
163
                        [% END %]
164
                    </select>
164
                    </select>
165
                    <span>Select <i>All libraries</i> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value.
165
                    <span>Select <em>All libraries</em> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value.
166
                    </span>
166
                    </span>
167
                </li>
167
                </li>
168
                <li>
168
                <li>
Lines 332-338 Link Here
332
                            <option value="forever">Forever</option>
332
                            <option value="forever">Forever</option>
333
                        [% END %]
333
                        [% END %]
334
                    </select>
334
                    </select>
335
                    <span>Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob <i>batch_anonymise.pl</i> which should be set up by your system administrator.</span>
335
                    <span>Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob <em>batch_anonymise.pl</em> which should be set up by your system administrator.</span>
336
                </li>
336
                </li>
337
                <li>
337
                <li>
338
                    <label for="exclude_from_local_holds_priority">Exclude from local holds priority:</label>
338
                    <label for="exclude_from_local_holds_priority">Exclude from local holds priority:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +2 lines)
Lines 290-303 Link Here
290
    <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field">[% loo.tagsubfield | html %]</a></td>
290
    <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field">[% loo.tagsubfield | html %]</a></td>
291
    <td>
291
    <td>
292
        [% IF ( loo.subfield_ignored ) %]
292
        [% IF ( loo.subfield_ignored ) %]
293
            <i>[% loo.liblibrarian | html_entity %]</i>
293
            <em>[% loo.liblibrarian | html_entity %]</em>
294
        [% ELSE %]
294
        [% ELSE %]
295
            [% loo.liblibrarian | html_entity %]
295
            [% loo.liblibrarian | html_entity %]
296
        [% END %]
296
        [% END %]
297
    </td>
297
    </td>
298
    <td>
298
    <td>
299
        [% IF ( loo.subfield_ignored ) %]
299
        [% IF ( loo.subfield_ignored ) %]
300
            <i>subfield ignored</i>
300
            <em>subfield ignored</em>
301
        [% ELSE %]
301
        [% ELSE %]
302
            Tab:[% loo.tab | html %],
302
            Tab:[% loo.tab | html %],
303
            [% IF ( loo.kohafield ) %] | Koha field: [% loo.kohafield | html %], [% END %]
303
            [% IF ( loo.kohafield ) %] | Koha field: [% loo.kohafield | html %], [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-1 / +1 lines)
Lines 295-298 Cataloging: Link Here
295
            - "<br/>"
295
            - "<br/>"
296
            - "All values of repeating tags and subfields will be printed with the given RIS tag."
296
            - "All values of repeating tags and subfields will be printed with the given RIS tag."
297
            - "<br/>"
297
            - "<br/>"
298
            - "Use of TY ( record type ) as a key will <i>replace</i> the default TY with the field value of your choosing."
298
            - "Use of TY ( record type ) as a key will <em>replace</em> the default TY with the field value of your choosing."
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-1 / +1 lines)
Lines 71-77 Searching: Link Here
71
              choices:
71
              choices:
72
                  yes: Include
72
                  yes: Include
73
                  no: "Don't include"
73
                  no: "Don't include"
74
            - "<i>see from</i> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference."
74
            - "<em>see from</em> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference."
75
        -
75
        -
76
            - pref: EnableSearchHistory
76
            - pref: EnableSearchHistory
77
              default: 0
77
              default: 0
(-)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
    MARC details for <em>[% INCLUDE 'biblio-title.inc' %]</em>
25
  [% END %]
25
  [% END %]
26
</div>
26
</div>
27
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +3 lines)
Lines 50-56 Link Here
50
  [% IF ( unknownbiblionumber ) %]
50
  [% IF ( unknownbiblionumber ) %]
51
    <span class="unknownrecord">Unknown record</span>
51
    <span class="unknownrecord">Unknown record</span>
52
  [% ELSE %]
52
  [% ELSE %]
53
    <span class="titledetails">Details for <i>[% INCLUDE 'biblio-title.inc' %]</i></span>
53
    <span class="titledetails">Details for <em>[% INCLUDE 'biblio-title.inc' %]</em></span>
54
  [% END %]
54
  [% END %]
55
</div>
55
</div>
56
56
Lines 790-797 Note that permanent location is a code, and location may be an authval. Link Here
790
                            [% suggestion.title | html %][% IF ( suggestion.author ) %], by [% suggestion.author | html %][% END %]</a>
790
                            [% suggestion.title | html %][% IF ( suggestion.author ) %], by [% suggestion.author | html %][% END %]</a>
791
                        <br />
791
                        <br />
792
                        [% IF ( suggestion.copyrightdate ) %]&copy; [% suggestion.copyrightdate | html %] [% END %]
792
                        [% IF ( suggestion.copyrightdate ) %]&copy; [% suggestion.copyrightdate | html %] [% END %]
793
                        [% IF ( suggestion.volumedesc ) %]; Volume:<i>[% suggestion.volumedesc | html %]</i> [% END %]
793
                        [% IF ( suggestion.volumedesc ) %]; Volume:<em>[% suggestion.volumedesc | html %]</em> [% END %]
794
                        [% IF ( suggestion.isbn ) %]; ISBN:<i>[% suggestion.isbn | html %]</i> [% END %][% IF ( suggestion.publishercode ) %]; Published by [% suggestion.publishercode | html %] [% END %][% IF ( suggestion.publicationyear ) %] in <i>[% suggestion.publicationyear | html %]</i> [% END %][% IF ( suggestion.place ) %] in <i>[% suggestion.place | html %]</i> [% END %][% IF ( suggestion.collectiontitle ) %]; [% suggestion.collectiontitle | html %] [% END %][% IF ( suggestion.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestion.itemtype, 0 ) | html %] [% END %]<br />[% IF ( suggestion.note ) %]<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestion.note | html %]</div>[% END %]
794
                        [% IF ( suggestion.isbn ) %]; ISBN:<em>[% suggestion.isbn | html %]</em> [% END %][% IF ( suggestion.publishercode ) %]; Published by [% suggestion.publishercode | html %] [% END %][% IF ( suggestion.publicationyear ) %] in <em>[% suggestion.publicationyear | html %]</em> [% END %][% IF ( suggestion.place ) %] in <em>[% suggestion.place | html %]</em> [% END %][% IF ( suggestion.collectiontitle ) %]; [% suggestion.collectiontitle | html %] [% END %][% IF ( suggestion.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestion.itemtype, 0 ) | html %] [% END %]<br />[% IF ( suggestion.note ) %]<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestion.note | html %]</div>[% END %]
795
                    </td>
795
                    </td>
796
                    <td>
796
                    <td>
797
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</a>
797
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-2 / +2 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; <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]"><em>[% INCLUDE 'biblio-title.inc' %]</em></a> &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">
Lines 36-42 Link Here
36
36
37
[% INCLUDE 'cat-toolbar.inc' %]
37
[% INCLUDE 'cat-toolbar.inc' %]
38
38
39
<h3>Images for <i>[% INCLUDE 'biblio-title.inc' %]</i></h3>
39
<h3>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h3>
40
<h4>[% biblio.author | html %]</h4>
40
<h4>[% biblio.author | html %]</h4>
41
41
42
[% IF ( LocalCoverImages == 1 ) %]
42
[% IF ( LocalCoverImages == 1 ) %]
(-)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; Checkout history for <em>[% INCLUDE 'biblio-title.inc' %]</em></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/labeledMARCdetail.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
		[% IF ( unknownbiblionumber ) %]
24
		[% IF ( unknownbiblionumber ) %]
25
		  Unknown record
25
		  Unknown record
26
		[% ELSE %]
26
		[% ELSE %]
27
            MARC details for <i>[% bibliotitle | html %]</i>
27
            MARC details for <em>[% bibliotitle | html %]</em>
28
		[% END %]
28
		[% END %]
29
	</div>
29
	</div>
30
30
(-)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-default-view.inc' %]<em>[% INCLUDE 'biblio-title.inc' %]</em></a> &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; Stock rotation details for <em>[% INCLUDE 'biblio-title.inc' %]</em></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 94-100 Link Here
94
                                                [% IF ( resultsloo.place ) %] ; [% resultsloo.place | html %][% END %]
94
                                                [% IF ( resultsloo.place ) %] ; [% resultsloo.place | html %][% END %]
95
                                                [% IF ( resultsloo.pages ) %] - [% resultsloo.pages | html %][% END %]
95
                                                [% IF ( resultsloo.pages ) %] - [% resultsloo.pages | html %][% END %]
96
                                                [% IF ( resultsloo.item('size') ) %] ; [% resultsloo.item('size') | html %][% END %]
96
                                                [% IF ( resultsloo.item('size') ) %] ; [% resultsloo.item('size') | html %][% END %]
97
                                                [% IF ( resultsloo.timestamp ) %] <i>(modified on [% resultsloo.timestamp | html %])</i>[% END %]
97
                                                [% IF ( resultsloo.timestamp ) %] <em>(modified on [% resultsloo.timestamp | html %])</em>[% END %]
98
                                            </p>
98
                                            </p>
99
                                        [% END %]
99
                                        [% END %]
100
                                    </td>
100
                                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt (-2 / +2 lines)
Lines 5-11 Link Here
5
<body id="catalog_linkitem" class="catalog">
5
<body id="catalog_linkitem" class="catalog">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Link a host record to <i>[% bibliotitle | html %]</i></div>
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Link a host record to <em>[% bibliotitle | html %]</em></div>
9
9
10
<div class="container-fluid">
10
<div class="container-fluid">
11
    <div class="row">
11
    <div class="row">
Lines 22-28 Link Here
22
    </form>
22
    </form>
23
[% ELSE %]
23
[% ELSE %]
24
    [% IF ( success ) %]
24
    [% IF ( success ) %]
25
    <div class="dialog message">The item has successfully been linked to <i>[% bibliotitle | html %]</i>.</div>
25
    <div class="dialog message">The item has successfully been linked to <em>[% bibliotitle | html %]</em>.</div>
26
	<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
26
	<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
27
	    <input type="submit" value="OK" />
27
	    <input type="submit" value="OK" />
28
	    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
28
	    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
(-)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/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Attach an item to <em>[% INCLUDE 'biblio-title.inc' %]</em></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-default-view.inc' %]<em>[% bibliotitle | html %]</em></a>.
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 ( bibliotitle ) %] to <em>[% bibliotitle | html %]</em>[% 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/circulation.tt (-7 / +7 lines)
Lines 111-129 Link Here
111
                                [% END %]
111
                                [% END %]
112
112
113
                                [% IF ( RENEW_ISSUE ) %]
113
                                [% IF ( RENEW_ISSUE ) %]
114
                                    <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron.  Renew?</li>
114
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron.  Renew?</li>
115
                                [% END %]
115
                                [% END %]
116
116
117
                                [% IF ( RESERVE_WAITING ) %]
117
                                [% IF ( RESERVE_WAITING ) %]
118
                                    <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]</li>
118
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]</li>
119
                                [% END %]
119
                                [% END %]
120
120
121
                                [% IF ( RESERVED ) %]
121
                                [% IF ( RESERVED ) %]
122
                                    <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) has been on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]</li>
122
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) has been on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]</li>
123
                                [% END %]
123
                                [% END %]
124
124
125
                                [% IF ( ISSUED_TO_ANOTHER ) %]
125
                                [% IF ( ISSUED_TO_ANOTHER ) %]
126
                                    <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber | uri %]">[% issued_firstname | html %] [% issued_surname | html %]</a> ([% issued_cardnumber | html %]).
126
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber | uri %]">[% issued_firstname | html %] [% issued_surname | html %]</a> ([% issued_cardnumber | html %]).
127
                                        [% IF CAN_user_circulate_force_checkout %]
127
                                        [% IF CAN_user_circulate_force_checkout %]
128
                                            Check in and check out?
128
                                            Check in and check out?
129
                                        [% END %]
129
                                        [% END %]
Lines 727-739 Link Here
727
727
728
                                            [% IF ( debarredcomment ) %]
728
                                            [% IF ( debarredcomment ) %]
729
                                                with the explanation: <br/>
729
                                                with the explanation: <br/>
730
                                                <i>
730
                                                <em>
731
                                                    [% IF debarredcomment.search('OVERDUES_PROCESS') %]
731
                                                    [% IF debarredcomment.search('OVERDUES_PROCESS') %]
732
                                                        Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | $raw | html_line_break %]
732
                                                        Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | $raw | html_line_break %]
733
                                                    [% ELSE %]
733
                                                    [% ELSE %]
734
                                                        [% debarredcomment | $raw | html_line_break %]
734
                                                        [% debarredcomment | $raw | html_line_break %]
735
                                                    [% END %]
735
                                                    [% END %]
736
                                                </i>
736
                                                </em>
737
                                            [% END %]
737
                                            [% END %]
738
                                            <br/>
738
                                            <br/>
739
                                            <a class="btn btn-default" href="#reldebarments" onclick="$('#debarments-tab-link').click()"><i class="fa fa-ban"></i> View restrictions</a>
739
                                            <a class="btn btn-default" href="#reldebarments" onclick="$('#debarments-tab-link').click()"><i class="fa fa-ban"></i> View restrictions</a>
Lines 827-833 Link Here
827
                                                    [% IF message.manager_id %]
827
                                                    [% IF message.manager_id %]
828
                                                        ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.manager_id | uri %]">[% message.get_column('manager_firstname') | html %] [% message.get_column('manager_surname') | html %]</a> )
828
                                                        ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.manager_id | uri %]">[% message.get_column('manager_firstname') | html %] [% message.get_column('manager_surname') | html %]</a> )
829
                                                    [% END %]
829
                                                    [% END %]
830
                                                    <i>"[% message.message | html %]"</i>
830
                                                    <em>"[% message.message | html %]"</em>
831
                                                </span>
831
                                                </span>
832
                                                [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %]
832
                                                [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %]
833
                                                    <a class="btn btn-link" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% message.message_id | html %]&amp;borrowernumber=[% message.borrowernumber | html %]" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> Delete</a>
833
                                                    <a class="btn btn-link" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% message.message_id | html %]&amp;borrowernumber=[% message.borrowernumber | html %]" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> Delete</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +2 lines)
Lines 242-250 Link Here
242
</ol>
242
</ol>
243
243
244
[% IF ( HoldsToPullEndDate ) %]
244
[% IF ( HoldsToPullEndDate ) %]
245
    <p><i>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to [% HoldsToPullEndDate | html %] days ahead. Set other date ranges as needed.)</i></p>
245
    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to [% HoldsToPullEndDate | html %] days ahead. Set other date ranges as needed.)</em></p>
246
[% ELSE %]
246
[% ELSE %]
247
    <p><i>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</i></p>
247
    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
248
[% END %]
248
[% END %]
249
249
250
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
250
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
        <div class="col-sm-10 col-sm-push-2">
19
        <div class="col-sm-10 col-sm-push-2">
20
            <main>
20
            <main>
21
21
22
                <h1>Club enrollments for <i>[% club.name | html %]</i></h1>
22
                <h1>Club enrollments for <em>[% club.name | html %]</em></h1>
23
23
24
                <table id="enrollments-table">
24
                <table id="enrollments-table">
25
                    <thead>
25
                    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt (-4 / +4 lines)
Lines 19-27 Link Here
19
[% INCLUDE 'cat-search.inc' %]
19
[% INCLUDE 'cat-search.inc' %]
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="clubs.pl">Patron clubs</a> &rsaquo;
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="clubs.pl">Patron clubs</a> &rsaquo;
21
    [% IF club %]
21
    [% IF club %]
22
        Modify club <i>[% club.name | html %]</i>
22
        Modify club <em>[% club.name | html %]</em>
23
    [% ELSE %]
23
    [% ELSE %]
24
        Create a new <i>[% club_template.name | html %]</i> club
24
        Create a new <em>[% club_template.name | html %]</em> club
25
    [% END %]
25
    [% END %]
26
</div>
26
</div>
27
27
Lines 37-45 Link Here
37
37
38
                    <legend>
38
                    <legend>
39
                        [% IF club %]
39
                        [% IF club %]
40
                            Modify club <i>[% club.name | html %]</i>
40
                            Modify club <em>[% club.name | html %]</em>
41
                        [% ELSE %]
41
                        [% ELSE %]
42
                            Create a new <i>[% club_template.name | html %]</i> club
42
                            Create a new <em>[% club_template.name | html %]</em> club
43
                        [% END %]
43
                        [% END %]
44
                    </legend>
44
                    </legend>
45
45
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-4 / +4 lines)
Lines 25-41 Link Here
25
                [% IF club_template %]
25
                [% IF club_template %]
26
                    <div class="dialog message">
26
                    <div class="dialog message">
27
                        [% IF stored == 'updated' %]
27
                        [% IF stored == 'updated' %]
28
                            <p>Club template <i>[% club_template.name | html %]</i> was updated.</p>
28
                            <p>Club template <em>[% club_template.name | html %]</em> was updated.</p>
29
                        [% ELSE %]
29
                        [% ELSE %]
30
                            <p>Club template <i>[% club_template.name | html %]</i> was saved.</p>
30
                            <p>Club template <em>[% club_template.name | html %]</em> was saved.</p>
31
                        [% END %]
31
                        [% END %]
32
                    </div>
32
                    </div>
33
                [% ELSIF club %]
33
                [% ELSIF club %]
34
                    <div class="dialog message">
34
                    <div class="dialog message">
35
                        [% IF stored == 'updated' %]
35
                        [% IF stored == 'updated' %]
36
                            <p>Club <i>[% club.name | html %]</i> was updated.</p>
36
                            <p>Club <em>[% club.name | html %]</em> was updated.</p>
37
                        [% ELSE %]
37
                        [% ELSE %]
38
                            <p>Club <i>[% club.name | html %]</i> was saved.</p>
38
                            <p>Club <em>[% club.name | html %]</em> was saved.</p>
39
                        [% END %]
39
                        [% END %]
40
                    </div>
40
                    </div>
41
                [% END %]
41
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-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/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-2 / +2 lines)
Lines 23-29 Link Here
23
[% INCLUDE 'cat-search.inc' %]
23
[% INCLUDE 'cat-search.inc' %]
24
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="clubs.pl">Patron clubs</a> &rsaquo;
24
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="clubs.pl">Patron clubs</a> &rsaquo;
25
    [% IF club_template %]
25
    [% IF club_template %]
26
        Modify club template <i>[% club_template.name | html %]</i>
26
        Modify club template <em>[% club_template.name | html %]</em>
27
    [% ELSE %]
27
    [% ELSE %]
28
        Create a new club template
28
        Create a new club template
29
    [% END %]
29
    [% END %]
Lines 38-44 Link Here
38
38
39
                <h2>
39
                <h2>
40
                    [% IF club_template %]
40
                    [% IF club_template %]
41
                        Modify club template <i>[% club_template.name | html %]</i>
41
                        Modify club template <em>[% club_template.name | html %]</em>
42
                    [% ELSE %]
42
                    [% ELSE %]
43
                        Create a new club template
43
                        Create a new club template
44
                    [% END %]
44
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
9
9
10
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Add reserves for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></i></div>
10
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Add reserves for <em><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></em></div>
11
11
12
<div class="main container-fluid">
12
<div class="main container-fluid">
13
    <div class="row">
13
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-3 / +3 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo;[% IF is_edit || course_reserve %] Edit [% ELSE %] Reserve [% END %]<i><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | html %]">[% biblio.title | html %]</a></i> for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></i></div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo;[% IF is_edit || course_reserve %] Edit [% ELSE %] Reserve [% END %]<em><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | html %]">[% biblio.title | html %]</a></em> for <em><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></em></div>
14
14
15
<div class="main container-fluid">
15
<div class="main container-fluid">
16
    <div class="row">
16
    <div class="row">
Lines 26-34 Link Here
26
26
27
            <fieldset class="rows">
27
            <fieldset class="rows">
28
                [% IF is_edit || course_reserve %]
28
                [% IF is_edit || course_reserve %]
29
                    <legend>Edit <i>[% biblio.title | html %]</i> in <i>[% course.course_name | html %]</i></legend>
29
                    <legend>Edit <em>[% biblio.title | html %]</em> in <em>[% course.course_name | html %]</em></legend>
30
                [% ELSE %]
30
                [% ELSE %]
31
                    <legend>Add <i>[% biblio.title | html %]</i> to <i>[% course.course_name | html %]</i></legend>
31
                    <legend>Add <em>[% biblio.title | html %]</em> to <em>[% course.course_name | html %]</em></legend>
32
                [% END %]
32
                [% END %]
33
                <ol>
33
                <ol>
34
                    <li>
34
                    <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt (-2 / +2 lines)
Lines 13-19 Link Here
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'cat-search.inc' %]
14
[% INCLUDE 'cat-search.inc' %]
15
15
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Add reserves for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></i></div>
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Add reserves for <em><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></em></div>
17
17
18
<div class="main container-fluid">
18
<div class="main container-fluid">
19
    <div class="row">
19
    <div class="row">
Lines 105-111 Link Here
105
                </fieldset>
105
                </fieldset>
106
106
107
                <p>
107
                <p>
108
                    Any items with existing course reserves will have their <i>on reserve</i> values updated.
108
                    Any items with existing course reserves will have their <em>on reserve</em> values updated.
109
                </p>
109
                </p>
110
110
111
                <fieldset class="action">
111
                <fieldset class="action">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-6 / +6 lines)
Lines 24-30 Link Here
24
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'cat-search.inc' %]
25
[% INCLUDE 'cat-search.inc' %]
26
26
27
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Course details for <i>[% course.course_name | html %]</i></div>
27
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Course details for <em>[% course.course_name | html %]</em></div>
28
28
29
    <div class="main container-fluid">
29
    <div class="main container-fluid">
30
        <div class="row">
30
        <div class="row">
Lines 115-121 Link Here
115
                                        (<strong>[% ItemTypes.GetDescription( cr.item.effective_itemtype) | html %]</strong>)
115
                                        (<strong>[% ItemTypes.GetDescription( cr.item.effective_itemtype) | html %]</strong>)
116
                                    [% END %]
116
                                    [% END %]
117
                                [% ELSE %]
117
                                [% ELSE %]
118
                                     <i>Unchanged</i>
118
                                     <em>Unchanged</em>
119
                                     [% IF cr.item.itype %]
119
                                     [% IF cr.item.itype %]
120
                                         ([% ItemTypes.GetDescription( cr.item.itype ) | html %])
120
                                         ([% ItemTypes.GetDescription( cr.item.itype ) | html %])
121
                                     [% END %]
121
                                     [% END %]
Lines 136-142 Link Here
136
                                        [% END %]
136
                                        [% END %]
137
                                     [% END %]
137
                                     [% END %]
138
                                 [% ELSE %]
138
                                 [% ELSE %]
139
                                     <i>Unchanged</i>
139
                                     <em>Unchanged</em>
140
                                     [% IF cr.item.ccode %]
140
                                     [% IF cr.item.ccode %]
141
                                         ([% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) | html %])
141
                                         ([% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) | html %])
142
                                     [% END %]
142
                                     [% END %]
Lines 156-162 Link Here
156
                                        [% END %]
156
                                        [% END %]
157
                                    [% END %]
157
                                    [% END %]
158
                                [% ELSE %]
158
                                [% ELSE %]
159
                                    <i>Unchanged</i>
159
                                    <em>Unchanged</em>
160
                                    [% IF cr.item.permanent_location %]
160
                                    [% IF cr.item.permanent_location %]
161
                                        ([% AuthorisedValues.GetByCode( 'LOC', cr.item.permanent_location ) | html %])
161
                                        ([% AuthorisedValues.GetByCode( 'LOC', cr.item.permanent_location ) | html %])
162
                                    [% END %]
162
                                    [% END %]
Lines 176-182 Link Here
176
                                        [% END %]
176
                                        [% END %]
177
                                    [% END %]
177
                                    [% END %]
178
                                [% ELSE %]
178
                                [% ELSE %]
179
                                    <i>Unchanged</i>
179
                                    <em>Unchanged</em>
180
                                    [% IF cr.item.homebranch %]
180
                                    [% IF cr.item.homebranch %]
181
                                        ([% Branches.GetName( cr.item.homebranch ) | html %])
181
                                        ([% Branches.GetName( cr.item.homebranch ) | html %])
182
                                    [% END %]
182
                                    [% END %]
Lines 196-202 Link Here
196
                                        [% END %]
196
                                        [% END %]
197
                                    [% END %]
197
                                    [% END %]
198
                                [% ELSE %]
198
                                [% ELSE %]
199
                                    <i>Unchanged</i>
199
                                    <em>Unchanged</em>
200
                                    [% IF cr.item.holdingbranch %]
200
                                    [% IF cr.item.holdingbranch %]
201
                                        ([% Branches.GetName( cr.item.holdingbranch ) | html %])
201
                                        ([% Branches.GetName( cr.item.holdingbranch ) | html %])
202
                                    [% END %]
202
                                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'cat-search.inc' %]
18
[% INCLUDE 'cat-search.inc' %]
19
19
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; [% IF course_name %] Edit <i>[% course_name | html %]</i> [% ELSE %] New course [% END %]</div>
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; [% IF course_name %] Edit <em>[% course_name | html %]</em> [% ELSE %] New course [% END %]</div>
21
21
22
[% IF ( departments ) %]
22
[% IF ( departments ) %]
23
23
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 1260-1266 legend:hover { Link Here
1260
                                                                [% IF d.expiration %]
1260
                                                                [% IF d.expiration %]
1261
                                                                    [% d.expiration | $KohaDates %]
1261
                                                                    [% d.expiration | $KohaDates %]
1262
                                                                [% ELSE %]
1262
                                                                [% ELSE %]
1263
                                                                    <i>Indefinite</i>
1263
                                                                    <em>Indefinite</em>
1264
                                                                [% END %]
1264
                                                                [% END %]
1265
                                                            </td>
1265
                                                            </td>
1266
                                                            <td>[% d.created | $KohaDates %]</td>
1266
                                                            <td>[% d.created | $KohaDates %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-3 / +3 lines)
Lines 95-101 Link Here
95
                                                [% IF patron_message.manager_id %]
95
                                                [% IF patron_message.manager_id %]
96
                                                    ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron_message.manager_id | uri %]">[% patron_message.get_column('manager_firstname') | html %] [% patron_message.get_column('manager_surname') | html %]</a> )
96
                                                    ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron_message.manager_id | uri %]">[% patron_message.get_column('manager_firstname') | html %] [% patron_message.get_column('manager_surname') | html %]</a> )
97
                                                [% END %]
97
                                                [% END %]
98
                                                <i>"[% patron_message.message | html %]"</i>
98
                                                <em>"[% patron_message.message | html %]"</em>
99
                                            </span>
99
                                            </span>
100
                                            [% IF patron_message.branchcode == patron.branchcode OR Koha.Preference('AllowAllMessageDeletion') %]
100
                                            [% IF patron_message.branchcode == patron.branchcode OR Koha.Preference('AllowAllMessageDeletion') %]
101
                                                <a class="btn btn-link" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% patron_message.message_id | html %]&amp;borrowernumber=[% patron_message.borrowernumber | html %]&amp;from=moremember" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> Delete</a>
101
                                                <a class="btn btn-link" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% patron_message.message_id | html %]&amp;borrowernumber=[% patron_message.borrowernumber | html %]&amp;from=moremember" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> Delete</a>
Lines 128-140 Link Here
128
                                            [% END %]
128
                                            [% END %]
129
129
130
                                            [% IF ( patron.debarredcomment ) %]
130
                                            [% IF ( patron.debarredcomment ) %]
131
                                                with the explanation: <i>
131
                                                with the explanation: <em>
132
                                                [% IF patron.debarredcomment.search('OVERDUES_PROCESS') %]
132
                                                [% IF patron.debarredcomment.search('OVERDUES_PROCESS') %]
133
                                                    Restriction added by overdues process [% patron.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %]
133
                                                    Restriction added by overdues process [% patron.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %]
134
                                                [% ELSE %]
134
                                                [% ELSE %]
135
                                                    [% patron.debarredcomment | html_line_break %]
135
                                                    [% patron.debarredcomment | html_line_break %]
136
                                                [% END %]
136
                                                [% END %]
137
                                                </i>
137
                                                </em>
138
                                            [% END %]
138
                                            [% END %]
139
                                            <a href="#reldebarments" id="view_restrictions">View restrictions</a>
139
                                            <a href="#reldebarments" id="view_restrictions">View restrictions</a>
140
                                        </li>
140
                                        </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +1 lines)
Lines 97-103 Link Here
97
                            [% ELSIF method == 'intranet_catalog_biblio_enhancements' %]
97
                            [% ELSIF method == 'intranet_catalog_biblio_enhancements' %]
98
                                <div class="dialog message">No plugins that can enhance the intranet catalog biblio records are installed</div>
98
                                <div class="dialog message">No plugins that can enhance the intranet catalog biblio records are installed</div>
99
                            [% ELSE %]
99
                            [% ELSE %]
100
                                <div class="dialog message">Unknown plugin type <i>[% method | html %]</i></div>
100
                                <div class="dialog message">Unknown plugin type <em>[% method | html %]</em></div>
101
                            [% END %]
101
                            [% END %]
102
                        [% END %]
102
                        [% END %]
103
                    [% ELSE %]
103
                    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 517-523 Link Here
517
                                <h2 style="padding: 0 1em;">
517
                                <h2 style="padding: 0 1em;">
518
                                    Place a hold on a specific item
518
                                    Place a hold on a specific item
519
                                    [% IF bibitemloo.force_hold_level == 'item' %]
519
                                    [% IF bibitemloo.force_hold_level == 'item' %]
520
                                         <span class="error"><i>(Required)</i></span>
520
                                         <span class="error"><em>(Required)</em></span>
521
                                    [% END %]
521
                                    [% END %]
522
                                </h2>
522
                                </h2>
523
523
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-6 / +6 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | html %]">Collection <i>[% colTitle | html %]</i></a> &rsaquo; Add or remove items</div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | html %]">Collection <em>[% colTitle | html %]</em></a> &rsaquo; Add or remove items</div>
14
14
15
<div class="main container-fluid">
15
<div class="main container-fluid">
16
    <div class="row">
16
    <div class="row">
Lines 24-37 Link Here
24
                </div>
24
                </div>
25
              [% ELSE %]
25
              [% ELSE %]
26
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
26
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
27
              <h1>Collection <i>[% colTitle | html %]</i></h1>
27
              <h1>Collection <em>[% colTitle | html %]</em></h1>
28
28
29
              [% IF ( previousActionAdd ) %]
29
              [% IF ( previousActionAdd ) %]
30
                [% IF ( addSuccess ) %]
30
                [% IF ( addSuccess ) %]
31
                  <div class="dialog message">Item with barcode '[% barcode | html %]' added successfully</div>
31
                  <div class="dialog message">Item with barcode '[% barcode | html %]' added successfully</div>
32
                [% ELSE %]
32
                [% ELSE %]
33
                  <div class="dialog alert">
33
                  <div class="dialog alert">
34
                    <p>Failed to add item with barcode <i>[% barcode | html %]</i>:
34
                    <p>Failed to add item with barcode <em>[% barcode | html %]</em>:
35
                    <p>
35
                    <p>
36
                        [% IF failureMessage == "NO_ITEM" %]
36
                        [% IF failureMessage == "NO_ITEM" %]
37
                            No item with matching barcode found
37
                            No item with matching barcode found
Lines 49-58 Link Here
49
49
50
              [% IF ( previousActionRemove ) %]
50
              [% IF ( previousActionRemove ) %]
51
                [% IF ( removeSuccess ) %]
51
                [% IF ( removeSuccess ) %]
52
                  <div class="dialog message">Item with barcode <i>[% barcode | html %]</i> removed successfully</div>
52
                  <div class="dialog message">Item with barcode <em>[% barcode | html %]</em> removed successfully</div>
53
                [% ELSE %]
53
                [% ELSE %]
54
                  <div class="dialog alert">
54
                  <div class="dialog alert">
55
                    Failed to remove item with barcode <i>[% barcode | html %]</i>:
55
                    Failed to remove item with barcode <em>[% barcode | html %]</em>:
56
                    <p>
56
                    <p>
57
                        [% IF failureMessage == "NO_ITEM" %]
57
                        [% IF failureMessage == "NO_ITEM" %]
58
                            No item with matching barcode found
58
                            No item with matching barcode found
Lines 92-98 Link Here
92
              </div>
92
              </div>
93
93
94
              <div>
94
              <div>
95
                <h2>Items in <i>[% colTitle | html %]</i></h2>
95
                <h2>Items in <em>[% colTitle | html %]</em></h2>
96
                [% IF ( collectionItemsLoop ) %]
96
                [% IF ( collectionItemsLoop ) %]
97
                  <h3>Total items: [% collectionItemsLoop.size | html%]</h3>
97
                  <h3>Total items: [% collectionItemsLoop.size | html%]</h3>
98
                  <table>
98
                  <table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-6 / +6 lines)
Lines 19-25 Link Here
19
    [%- IF ( action == "new" ) %]
19
    [%- IF ( action == "new" ) %]
20
        Add a new collection
20
        Add a new collection
21
    [% ELSE %]
21
    [% ELSE %]
22
        <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% editColId | uri %]">Collection <i>[% editColTitle | html %]</i></a> &rsaquo; Edit
22
        <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% editColId | uri %]">Collection <em>[% editColTitle | html %]</em></a> &rsaquo; Edit
23
    [% END -%]
23
    [% END -%]
24
</div>
24
</div>
25
25
Lines 31-42 Link Here
31
              [% IF ( previousActionCreate ) %]
31
              [% IF ( previousActionCreate ) %]
32
                [% IF ( createSuccess ) %]
32
                [% IF ( createSuccess ) %]
33
                    <div class="dialog message">
33
                    <div class="dialog message">
34
                        <p>Collection <i>[% createdTitle | html %]</i> added successfully</p>
34
                        <p>Collection <em>[% createdTitle | html %]</em> added successfully</p>
35
                        <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
35
                        <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
36
                    </div>
36
                    </div>
37
                [% ELSE %]
37
                [% ELSE %]
38
                  <div class="dialog alert">
38
                  <div class="dialog alert">
39
                    <p>Collection <i>[% createdTitle | html %]</i> failed to be added</p>
39
                    <p>Collection <em>[% createdTitle | html %]</em> failed to be added</p>
40
                    <p>
40
                    <p>
41
                        [% IF failureMessage == "NO_TITLE" %]
41
                        [% IF failureMessage == "NO_TITLE" %]
42
                            No title entered.
42
                            No title entered.
Lines 66-77 Link Here
66
              [% IF ( previousActionUpdate ) %]
66
              [% IF ( previousActionUpdate ) %]
67
                [% IF ( updateSuccess ) %]
67
                [% IF ( updateSuccess ) %]
68
                  <div class="dialog message">
68
                  <div class="dialog message">
69
                      <p>Collection <i>[% updatedTitle | html %]</i> updated successfully</p>
69
                      <p>Collection <em>[% updatedTitle | html %]</em> updated successfully</p>
70
                      <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
70
                      <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
71
                  </div>
71
                  </div>
72
                [% ELSE %]
72
                [% ELSE %]
73
                  <div class="dialog alert">
73
                  <div class="dialog alert">
74
                    <p>Collection <i>[% updatedTitle | html %]</i> failed to be updated</p>
74
                    <p>Collection <em>[% updatedTitle | html %]</em> failed to be updated</p>
75
                    <p>
75
                    <p>
76
                        [% IF failureMessage == "NO_ID" %]
76
                        [% IF failureMessage == "NO_ID" %]
77
                            No collection id given.
77
                            No collection id given.
Lines 89-95 Link Here
89
89
90
                [% IF action == "new" || action == "edit" %]
90
                [% IF action == "new" || action == "edit" %]
91
                    [% IF ( previousActionEdit ) %]
91
                    [% IF ( previousActionEdit ) %]
92
                      <h1>Edit collection <i>[% editColTitle | html %]</i></h1>
92
                      <h1>Edit collection <em>[% editColTitle | html %]</em></h1>
93
                    [% ELSE %]
93
                    [% ELSE %]
94
                      <h1>Add new collection</h1>
94
                      <h1>Add new collection</h1>
95
                    [% END %]
95
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt (-2 / +2 lines)
Lines 10-23 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | html %]">Collection <i>[% colTitle | html %]</i></a> &rsaquo; Transfer collection</div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | html %]">Collection <em>[% colTitle | html %]</em></a> &rsaquo; Transfer collection</div>
14
14
15
<div class="main container-fluid">
15
<div class="main container-fluid">
16
    <div class="row">
16
    <div class="row">
17
        <div class="col-sm-10 col-sm-push-2">
17
        <div class="col-sm-10 col-sm-push-2">
18
            <main>
18
            <main>
19
19
20
                <h1>Transfer collection <i>[% colTitle | html %]</i></h1>
20
                <h1>Transfer collection <em>[% colTitle | html %]</em></h1>
21
21
22
                [% IF ( transferSuccess ) %]
22
                [% IF ( transferSuccess ) %]
23
                    <div class="dialog message">
23
                    <div class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt (-2 / +2 lines)
Lines 8-21 Link Here
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'serials-search.inc' %]
9
[% INCLUDE 'serials-search.inc' %]
10
10
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | html %]"><i>[% title | html %]</i></a> &rsaquo; Preview routing list</div>
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | html %]"><em>[% title | html %]</em></a> &rsaquo; Preview routing list</div>
12
12
13
<div class="main container-fluid">
13
<div class="main container-fluid">
14
    <div class="row">
14
    <div class="row">
15
        <div class="col-sm-10 col-sm-push-2">
15
        <div class="col-sm-10 col-sm-push-2">
16
            <main>
16
            <main>
17
17
18
<h2>Preview routing list for <i>[% title | html %]</i></h2>
18
<h2>Preview routing list for <em>[% title | html %]</em></h2>
19
19
20
<form method="post" action="routing-preview.pl">
20
<form method="post" action="routing-preview.pl">
21
<input type="hidden" id="subscriptionid" name="subscriptionid" value="[% subscriptionid | html %]" />
21
<input type="hidden" id="subscriptionid" name="subscriptionid" value="[% subscriptionid | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-3 / +3 lines)
Lines 12-18 Link Here
12
    <a href="/cgi-bin/koha/mainpage.pl">Home</a>
12
    <a href="/cgi-bin/koha/mainpage.pl">Home</a>
13
    &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
13
    &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
14
    [% UNLESS blocking_error %]
14
    [% UNLESS blocking_error %]
15
        &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]"><i>[% title | html %]</i></a>
15
        &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]"><em>[% title | html %]</em></a>
16
        &rsaquo; [% IF ( op ) %]Create routing list[% ELSE %]Edit routing list[% END %]
16
        &rsaquo; [% IF ( op ) %]Create routing list[% ELSE %]Edit routing list[% END %]
17
    [% END %]
17
    [% END %]
18
</div>
18
</div>
Lines 24-32 Link Here
24
[% INCLUDE 'blocking_errors.inc' %]
24
[% INCLUDE 'blocking_errors.inc' %]
25
25
26
[% IF ( op ) %]
26
[% IF ( op ) %]
27
<h1>Create routing list for <i>[% title | html %]</i></h1>
27
<h1>Create routing list for <em>[% title | html %]</em></h1>
28
[% ELSE %]
28
[% ELSE %]
29
<h1>Edit routing list for <i>[% title | html %]</i></h1>
29
<h1>Edit routing list for <em>[% title | html %]</em></h1>
30
[% END %]
30
[% END %]
31
31
32
<form method="post" action="routing.pl">
32
<form method="post" action="routing.pl">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-2 / +2 lines)
Lines 13-19 Link Here
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'serials-search.inc' %]
14
[% INCLUDE 'serials-search.inc' %]
15
15
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Serial collection information for  <i>[% bibliotitle | html %]</i></div>
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Serial collection information for  <em>[% bibliotitle | html %]</em></div>
17
17
18
<div class="main container-fluid">
18
<div class="main container-fluid">
19
    <div class="row">
19
    <div class="row">
Lines 25-31 Link Here
25
[% UNLESS ( popup ) %]
25
[% UNLESS ( popup ) %]
26
	[% INCLUDE 'serials-toolbar.inc' %]
26
	[% INCLUDE 'serials-toolbar.inc' %]
27
27
28
	<h1>Serial collection information for  <i>[% bibliotitle | html %]</i>
28
    <h1>Serial collection information for  <em>[% bibliotitle | html %]</em>
29
        [% IF location %] ([% AuthorisedValues.GetByCode( 'LOC', location ) | html %]) [% END %]
29
        [% IF location %] ([% AuthorisedValues.GetByCode( 'LOC', location ) | html %]) [% END %]
30
		[% IF ( callnumber ) %]callnumber: [% callnumber | html %][% END %]</h1>
30
		[% IF ( callnumber ) %]callnumber: [% callnumber | html %][% END %]</h1>
31
[% END %]
31
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-2 / +2 lines)
Lines 83-89 $(document).ready(function() { Link Here
83
[% INCLUDE 'header.inc' %]
83
[% INCLUDE 'header.inc' %]
84
[% INCLUDE 'serials-search.inc' %]
84
[% INCLUDE 'serials-search.inc' %]
85
85
86
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Serial edition <i>[% bibliotitle | html %] [% IF ( callnumber ) %]([% callnumber | html %])[% END %]</i></div>
86
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Serial edition <em>[% bibliotitle | html %] [% IF ( callnumber ) %]([% callnumber | html %])[% END %]</em></div>
87
87
88
<div class="main container-fluid">
88
<div class="main container-fluid">
89
    <div class="row">
89
    <div class="row">
Lines 92-98 $(document).ready(function() { Link Here
92
92
93
    [% INCLUDE 'modals/serials_multi_receiving.inc' %]
93
    [% INCLUDE 'modals/serials_multi_receiving.inc' %]
94
94
95
<h1>Serial edition <i>[% bibliotitle | html %]</i>
95
<h1>Serial edition <em>[% bibliotitle | html %]</em>
96
    [% IF location %] ([% AuthorisedValues.GetByCode('LOC', location) | html %])[% END %]
96
    [% IF location %] ([% AuthorisedValues.GetByCode('LOC', location) | html %])[% END %]
97
    [% IF ( callnumber ) %] callnumber: [% callnumber | html %][% END %]</h1>
97
    [% IF ( callnumber ) %] callnumber: [% callnumber | html %][% END %]</h1>
98
[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html | html_line_break %]</p>[% END %]
98
[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html | html_line_break %]</p>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-2 / +2 lines)
Lines 26-32 fieldset.rows table { clear: none; margin: 0; } Link Here
26
    <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
    <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
    &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
27
    &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
28
    [% UNLESS blocking_error %]
28
    [% UNLESS blocking_error %]
29
        &rsaquo; [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]"><i>[% bibliotitle | html %]</i></a> &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]
29
        &rsaquo; [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]"><em>[% bibliotitle | html %]</em></a> &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]
30
    [% END %]
30
    [% END %]
31
</div>
31
</div>
32
[% INCLUDE 'blocking_errors.inc' %]
32
[% INCLUDE 'blocking_errors.inc' %]
Lines 34-40 fieldset.rows table { clear: none; margin: 0; } Link Here
34
<div class="main container-fluid">
34
<div class="main container-fluid">
35
    <div class="row">
35
    <div class="row">
36
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
36
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
37
            <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle | html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
37
            <h1>[% IF ( modify ) %] Modify subscription for <em>[% bibliotitle | html %]</em>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
38
        </div>
38
        </div>
39
    </div>
39
    </div>
40
    <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
40
    <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-4 / +4 lines)
Lines 92-98 Link Here
92
                                        <li><span class="label">Subscription ID: </span>[% subscriptionid | html %]</li>
92
                                        <li><span class="label">Subscription ID: </span>[% subscriptionid | html %]</li>
93
                                        <li><span class="label">Librarian identity:</span> [% librarian | html %]</li>
93
                                        <li><span class="label">Librarian identity:</span> [% librarian | html %]</li>
94
                                        <li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% aqbooksellerid | uri %]">[% aqbooksellername | html %]</a></li>
94
                                        <li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% aqbooksellerid | uri %]">[% aqbooksellername | html %]</a></li>
95
                                        <li><span class="label">Biblio:</span>  <a href="/cgi-bin/koha/catalogue/[% default_bib_view | uri %].pl?biblionumber=[% bibnum | uri %]">[% bibliotitle | html %]</a> <i>([% bibnum | html %])</i></li>
95
                                        <li><span class="label">Biblio:</span>  <a href="/cgi-bin/koha/catalogue/[% default_bib_view | uri %].pl?biblionumber=[% bibnum | uri %]">[% bibliotitle | html %]</a> <em>([% bibnum | html %])</em></li>
96
                                        [% IF ( OPACBaseURL ) %]
96
                                        [% IF ( OPACBaseURL ) %]
97
                                            <li>
97
                                            <li>
98
                                                <span class="label">OPAC view:</span>
98
                                                <span class="label">OPAC view:</span>
Lines 265-275 Link Here
265
                            <tr>
265
                            <tr>
266
                                <td>When more than</td>
266
                                <td>When more than</td>
267
                                <td>[% whenmorethan1 | html %] [% IF ( innerloop1 ) %]<br />
267
                                <td>[% whenmorethan1 | html %] [% IF ( innerloop1 ) %]<br />
268
                                    <i>(is [% innerloop1 | html %])</i>[% END %]</td>
268
                                    <em>(is [% innerloop1 | html %])</em>[% END %]</td>
269
                                <td>[% whenmorethan2 | html %] [% IF ( innerloop2 ) %]<br />
269
                                <td>[% whenmorethan2 | html %] [% IF ( innerloop2 ) %]<br />
270
                                    <i>(is [% innerloop2 | html %])</i>[% END %]</td>
270
                                    <em>(is [% innerloop2 | html %])</em>[% END %]</td>
271
                                <td>[% whenmorethan3 | html %] [% IF ( innerloop3 ) %]<br />
271
                                <td>[% whenmorethan3 | html %] [% IF ( innerloop3 ) %]<br />
272
                                    <i>(is [% innerloop3 | html %])</i>[% END %]</td>
272
                                    <em>(is [% innerloop3 | html %])</em>[% END %]</td>
273
                            </tr>
273
                            </tr>
274
                            <tr>
274
                            <tr>
275
                                <td>Set back to</td>
275
                                <td>Set back to</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt (-2 / +2 lines)
Lines 6-19 Link Here
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'serials-search.inc' %]
7
[% INCLUDE 'serials-search.inc' %]
8
8
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Alert subscribers for <i>[% bibliotitle | html %]</i></div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Alert subscribers for <em>[% bibliotitle | html %]</em></div>
10
10
11
<div class="main container-fluid">
11
<div class="main container-fluid">
12
    <div class="row">
12
    <div class="row">
13
        <div class="col-sm-10 col-sm-push-2">
13
        <div class="col-sm-10 col-sm-push-2">
14
            <main>
14
            <main>
15
15
16
<h1>Alert subscribers for <i>[% bibliotitle | html %]</i></h1>
16
<h1>Alert subscribers for <em>[% bibliotitle | html %]</em></h1>
17
17
18
<p>
18
<p>
19
    <span class="label">Subscription:</span> <a href="subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]">[% bibliotitle | html %] #[% subscriptionid | html %]</a>
19
    <span class="label">Subscription:</span> <a href="subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]">[% bibliotitle | html %] #[% subscriptionid | html %]</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +2 lines)
Lines 591-598 Link Here
591
                        [% suggestions_loo.title | html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author | html %][% END %]</a>
591
                        [% suggestions_loo.title | html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author | html %][% END %]</a>
592
                    <br />
592
                    <br />
593
                    [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate | html %] [% END %]
593
                    [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate | html %] [% END %]
594
                        [% IF ( suggestions_loo.volumedesc ) %]; Volume:<i>[% suggestions_loo.volumedesc | html %]</i> [% END %]
594
                        [% IF ( suggestions_loo.volumedesc ) %]; Volume:<em>[% suggestions_loo.volumedesc | html %]</em> [% END %]
595
                        [% IF ( suggestions_loo.isbn ) %]; ISBN:<i>[% suggestions_loo.isbn | html %]</i> [% END %][% IF ( suggestions_loo.publishercode ) %]; Published by [% suggestions_loo.publishercode | html %] [% END %][% IF ( suggestions_loo.publicationyear ) %] in <i>[% suggestions_loo.publicationyear | html %]</i> [% END %][% IF ( suggestions_loo.place ) %] in <i>[% suggestions_loo.place | html %]</i> [% END %][% IF ( suggestions_loo.collectiontitle ) %]; [% suggestions_loo.collectiontitle | html %] [% END %][% IF ( suggestions_loo.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) | html %] [% END %]<br />[% IF ( suggestions_loo.note ) %]<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestions_loo.note | html %]</div>[% END %]
595
                        [% IF ( suggestions_loo.isbn ) %]; ISBN:<em>[% suggestions_loo.isbn | html %]</em> [% END %][% IF ( suggestions_loo.publishercode ) %]; Published by [% suggestions_loo.publishercode | html %] [% END %][% IF ( suggestions_loo.publicationyear ) %] in <em>[% suggestions_loo.publicationyear | html %]</em> [% END %][% IF ( suggestions_loo.place ) %] in <em>[% suggestions_loo.place | html %]</em> [% END %][% IF ( suggestions_loo.collectiontitle ) %]; [% suggestions_loo.collectiontitle | html %] [% END %][% IF ( suggestions_loo.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) | html %] [% END %]<br />[% IF ( suggestions_loo.note ) %]<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestions_loo.note | html %]</div>[% END %]
596
                        [% IF suggestions_loo.archived %]<br /><i class="fa fa-archive"></i> Archived[% END %]
596
                        [% IF suggestions_loo.archived %]<br /><i class="fa fa-archive"></i> Archived[% END %]
597
                </td>
597
                </td>
598
                <td>
598
                <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-3 / +3 lines)
Lines 13-19 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'cat-search.inc' %]
14
[% INCLUDE 'cat-search.inc' %]
15
15
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/tags/review.pl">Tags</a> &rsaquo; Results for tag <i>[% tag | html %]</i></div>
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/tags/review.pl">Tags</a> &rsaquo; Results for tag <em>[% tag | html %]</em></div>
17
17
18
<div class="main container-fluid">
18
<div class="main container-fluid">
19
    <div class="row">
19
    <div class="row">
Lines 21-27 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
21
            <main>
21
            <main>
22
22
23
[% IF ( titles ) %]
23
[% IF ( titles ) %]
24
<h3>Titles tagged with the term <i>[% tag | html %]</i></h3>
24
<h3>Titles tagged with the term <em>[% tag | html %]</em></h3>
25
<table id="itemst">
25
<table id="itemst">
26
	<thead><tr>
26
	<thead><tr>
27
	    <th>Title</th>
27
	    <th>Title</th>
Lines 62-68 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
62
        [% END %]
62
        [% END %]
63
    </table>
63
    </table>
64
[% ELSE %]
64
[% ELSE %]
65
	<div class="dialog message">There are no titles tagged with the term <i>[% tag | html %]</i></div>
65
    <div class="dialog message">There are no titles tagged with the term <em>[% tag | html %]</em></div>
66
[% END %]
66
[% END %]
67
</form>
67
</form>
68
68
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-2 / +2 lines)
Lines 81-87 Link Here
81
81
82
                [% ELSE %]
82
                [% ELSE %]
83
83
84
                    <h2>Actions for <i>[% template_name | html %]</i></h2>
84
                    <h2>Actions for <em>[% template_name | html %]</em></h2>
85
85
86
                    [% IF ( ActionsLoop ) %]
86
                    [% IF ( ActionsLoop ) %]
87
87
Lines 137-143 Link Here
137
                                            [% ActionsLoo.from_field | html %][% IF ( ActionsLoo.from_subfield.length ) %]$[% ActionsLoo.from_subfield | html %][% END %]
137
                                            [% ActionsLoo.from_field | html %][% IF ( ActionsLoo.from_subfield.length ) %]$[% ActionsLoo.from_subfield | html %][% END %]
138
138
139
                                            [% IF ( ActionsLoo.field_value ) %]
139
                                            [% IF ( ActionsLoo.field_value ) %]
140
                                                with value <i>[% ActionsLoo.field_value | html %]</i>
140
                                                with value <em>[% ActionsLoo.field_value | html %]</em>
141
                                            [% END %]
141
                                            [% END %]
142
142
143
                                            [% IF ( ActionsLoo.to_field ) %]
143
                                            [% IF ( ActionsLoo.to_field ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-4 / +3 lines)
Lines 56-62 Link Here
56
        [% END %]
56
        [% END %]
57
    [% END %]
57
    [% END %]
58
58
59
[% IF op == 'view' %]&rsaquo; Contents of <i>[% shelf.shelfname | html %]</i>[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list <i>[% shelf.shelfname | html %]</i>[% END %]</div>
59
[% IF op == 'view' %]&rsaquo; Contents of <em>[% shelf.shelfname | html %]</em>[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list <em>[% shelf.shelfname | html %]</em>[% END %]</div>
60
60
61
    <div class="main container-fluid">
61
    <div class="main container-fluid">
62
        <div class="row">
62
        <div class="row">
Lines 127-133 Link Here
127
[% IF op == 'view' %]
127
[% IF op == 'view' %]
128
    [% IF itemsloop %]
128
    [% IF itemsloop %]
129
129
130
    <h3>Contents of <i>[% shelf.shelfname | html %]</i></h3>
130
    <h3>Contents of <em>[% shelf.shelfname | html %]</em></h3>
131
    <div class="pages">[% pagination_bar | $raw %]</div>
131
    <div class="pages">[% pagination_bar | $raw %]</div>
132
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post" class="checkboxed">
132
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post" class="checkboxed">
133
        <input type="hidden" name="op" value="remove_biblios" />
133
        <input type="hidden" name="op" value="remove_biblios" />
Lines 265-271 Link Here
265
            <legend>Create a new list</legend>
265
            <legend>Create a new list</legend>
266
            <input type="hidden" name="op" value="add" />
266
            <input type="hidden" name="op" value="add" />
267
        [% ELSE %]
267
        [% ELSE %]
268
            <legend>Edit list <i>[% shelf.shelfname | html %]</i></legend>
268
            <legend>Edit list <em>[% shelf.shelfname | html %]</em></legend>
269
            <input type="hidden" name="op" value="edit" />
269
            <input type="hidden" name="op" value="edit" />
270
        [% END %]
270
        [% END %]
271
        <input type="hidden" name="referer" value="[% referer | html %]" />
271
        <input type="hidden" name="referer" value="[% referer | html %]" />
272
- 

Return to bug 25744