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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt (-1 / +1 lines)
Lines 13-19 Your cart Link Here
13
    <p>Here is your cart, sent from our online catalog.</p>
13
    <p>Here is your cart, sent from our online catalog.</p>
14
14
15
    <p>Please note that the attached file is a MARC bibliographic records file
15
    <p>Please note that the attached file is a MARC bibliographic records file
16
    which can be imported into personal bibliographic software like EndNote,
16
    which can be imported into personal bibliographic record software like EndNote,
17
    Reference Manager or ProCite.</p>
17
    Reference Manager or ProCite.</p>
18
    <hr/>
18
    <hr/>
19
[% END %]
19
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
					[% INCLUDE 'cat-toolbar.inc' %]
39
					[% INCLUDE 'cat-toolbar.inc' %]
40
40
41
					[% UNLESS ( popup ) %]
41
					[% UNLESS ( popup ) %]
42
                        <h1>Labeled MARC biblio : [% biblionumber %]  ( [% bibliotitle | html %] )</h1>
42
                        <h1>Labeled MARC bibliographic records : [% biblionumber %]  ( [% bibliotitle | html %] )</h1>
43
					[% END %]
43
					[% END %]
44
                    <p><b>With framework:
44
                    <p><b>With framework:
45
                    <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);">
45
                    <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<p>If you have your EnableSearchHistory preference set to keep your search history then you can access this information by clicking on your username in the top right of the staff client and choosing 'Search history'.</p>
5
<p>If you have your EnableSearchHistory preference set to keep your search history then you can access this information by clicking on your username in the top right of the staff client and choosing 'Search history'.</p>
6
6
7
<p>From this page you will see your bibliographic search history and your authority search history.</p>
7
<p>From this page you will see your bibliographic record's search history and your authority search history.</p>
8
8
9
<p><strong>See the full documentation for Search History in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/14_plugins.html#search-history">manual</a> (online).</strong></p>
9
<p><strong>See the full documentation for Search History in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/14_plugins.html#search-history">manual</a> (online).</strong></p>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tt (-2 / +1 lines)
Lines 36-42 Link Here
36
36
37
<p>Your added items will appear above the add form once submitted</p>
37
<p>Your added items will appear above the add form once submitted</p>
38
38
39
<p>Your items will also appear below the bibliographic details on the bib record display.</p>
39
<p>Your items will also appear below the bibliographic record details on the bib record display.</p>
40
40
41
<p>If you have SpineLabelShowPrintOnBibDetails set to 'Display' then there will also be a link to print a quick spine label next to each item.</p>
41
<p>If you have SpineLabelShowPrintOnBibDetails set to 'Display' then there will also be a link to print a quick spine label next to each item.</p>
42
42
43
- 

Return to bug 19833