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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +2 lines)
Lines 572-578 Link Here
572
                                            <th scope="row"><strong>Warning</strong> </th>
572
                                            <th scope="row"><strong>Warning</strong> </th>
573
                                            <td>
573
                                            <td>
574
                                                [% FOR w IN warnHiddenBiblionumbers %]
574
                                                [% FOR w IN warnHiddenBiblionumbers %]
575
                                                    <span>Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]</span><br/>
575
                                                    <span>Bibliographic framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]</span><br/>
576
                                                [% END %]
576
                                                [% END %]
577
                                            </td>
577
                                            </td>
578
                                        </tr>
578
                                        </tr>
Lines 734-740 Link Here
734
                                <a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)
734
                                <a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)
735
                            </li>
735
                            </li>
736
                            <li>
736
                            <li>
737
                                <a href="http://www.mines-paristech.fr">Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris)</a>, France (biblio frameworks, MARC authorities, OPAC basket, Serials sponsorship)
737
                                <a href="http://www.mines-paristech.fr">Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris)</a>, France (bibliographic frameworks, MARC authorities, OPAC basket, Serials sponsorship)
738
                            </li>
738
                            </li>
739
                            <li>
739
                            <li>
740
                                <a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)
740
                                <a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +2 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Receive shipment from vendor [% name | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
7
<title>Receive shipment from vendor [% name | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
Lines 82-88 Link Here
82
            <th>Date received</th>
83
            <th>Date received</th>
83
            <th>Invoice number</th>
84
            <th>Invoice number</th>
84
            <th>Item count</th>
85
            <th>Item count</th>
85
            <th>Biblio count</th>
86
            <th>[% tp("Bibliographic record", "Record count") | html %]</th>
86
            <th>Items expected</th>
87
            <th>Items expected</th>
87
        </tr>
88
        </tr>
88
    </thead>
89
    </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
                    [% IF ( unknownbiblionumber ) %]
50
                    [% IF ( unknownbiblionumber ) %]
51
                        Unknown record
51
                        Unknown record
52
                    [% ELSE %]
52
                    [% ELSE %]
53
                        Labeled MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )
53
                        Labeled MARC record : [% biblionumber | html %]  ( [% bibliotitle | html %] )
54
                    [% END %]
54
                    [% END %]
55
                </h1>
55
                </h1>
56
56
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
                [% CASE 'hold_cancelled' %]
45
                [% CASE 'hold_cancelled' %]
46
                    <span>The hold has been correctly cancelled.</span>
46
                    <span>The hold has been correctly cancelled.</span>
47
                [% CASE 'hold_placed_at_biblio_level' %]
47
                [% CASE 'hold_placed_at_biblio_level' %]
48
                    <span>The hold has been placed on biblio level. It is not possible to determine the item to mark as lost.</span>
48
                    <span>The hold has been placed at the bibliographic record level. It is not possible to determine the item to mark as lost.</span>
49
                [% CASE %]
49
                [% CASE %]
50
                    [% m.code | html %]
50
                    [% m.code | html %]
51
                [% END %]
51
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-4 / +3 lines)
Lines 351-359 Link Here
351
                                            [% ELSIF ( loopro.module == 'CATALOGUING' ) %]
351
                                            [% ELSIF ( loopro.module == 'CATALOGUING' ) %]
352
                                                [% IF ( loopro.info.substr(0, 4) == 'item' ) %]
352
                                                [% IF ( loopro.info.substr(0, 4) == 'item' ) %]
353
                                                    <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.object | uri %]&amp;biblionumber=[% loopro.biblionumber | uri %]&amp;bi=[% loopro.biblioitemnumber | uri %]#item[% loopro.object | uri %]">Item [% loopro.object | html %]</a> from
353
                                                    <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.object | uri %]&amp;biblionumber=[% loopro.biblionumber | uri %]&amp;bi=[% loopro.biblioitemnumber | uri %]#item[% loopro.object | uri %]">Item [% loopro.object | html %]</a> from
354
                                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.biblionumber | uri %]" title="Display detail for this biblio">Biblio [% loopro.biblionumber | html %]</a>
354
                                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.biblionumber | uri %]" title="Display detail for this bibliographic record">Bibliographic record [% loopro.biblionumber | html %]</a>
355
                                                [% ELSIF ( loopro.info.substr(0, 6) == 'biblio' ) %]
355
                                                [% ELSIF ( loopro.info.substr(0, 6) == 'biblio' ) %]
356
                                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.object | uri %]" title="Display detail for this biblio">Biblio [% loopro.object | html %]</a>
356
                                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.object | uri %]" title="Display detail for this bibliographic record">Bibliographic record [% loopro.object | html %]</a>
357
                                                [% ELSE %]
357
                                                [% ELSE %]
358
                                                    [% loopro.object | html %]
358
                                                    [% loopro.object | html %]
359
                                                [% END %]
359
                                                [% END %]
Lines 371-377 Link Here
371
                                                [% IF loopro.recall.item_level %]
371
                                                [% IF loopro.recall.item_level %]
372
                                                    Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.item_id | uri %]&amp;biblionumber=[% loopro.recall.biblio_id | uri %]&amp;bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a>
372
                                                    Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.item_id | uri %]&amp;biblionumber=[% loopro.recall.biblio_id | uri %]&amp;bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a>
373
                                                [% ELSE %]
373
                                                [% ELSE %]
374
                                                    Biblio-level recall on <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblio_id | uri %]">biblio</a>
374
                                                    Bibliographic record-level recall on <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblio_id | uri %]">biblio</a>
375
                                                [% END %]
375
                                                [% END %]
376
                                            [% ELSIF ( loopro.module == 'ACQUISITIONS' && loopro.action == 'ACQUISITION ORDER' && loopro.object ) %]
376
                                            [% ELSIF ( loopro.module == 'ACQUISITIONS' && loopro.action == 'ACQUISITION ORDER' && loopro.object ) %]
377
                                                [% IF ( CAN_user_acquisition_order_manage ) %]
377
                                                [% IF ( CAN_user_acquisition_order_manage ) %]
378
- 

Return to bug 34434