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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-9 / +8 lines)
Lines 55-61 function Dopop(link) { Link Here
55
<div class="yui-g">
55
<div class="yui-g">
56
56
57
[% IF ( collectionItemNeedsTransferred ) %]
57
[% IF ( collectionItemNeedsTransferred ) %]
58
	<div class="dialog message">This item is part of a Rotating Collection and needs to be Transferred to [% collectionBranch %]</div>
58
	<div id="rotating-collection" class="dialog message">This item is part of a Rotating Collection and needs to be Transferred to [% collectionBranch %]</div>
59
[% END %]
59
[% END %]
60
60
61
<!-- Patron has fines -->
61
<!-- Patron has fines -->
Lines 68-74 function Dopop(link) { Link Here
68
68
69
<!-- Patron has waiting holds -->
69
<!-- Patron has waiting holds -->
70
[% IF ( waiting_holds ) %]
70
[% IF ( waiting_holds ) %]
71
    <div class="dialog message">
71
    <div id="awaiting-pickup" class="dialog message">
72
        <h3>[% holdsfirstname %] [% holdssurname %] has [% waiting_holds %] hold(s) waiting for pickup.</h3>
72
        <h3>[% holdsfirstname %] [% holdssurname %] has [% waiting_holds %] hold(s) waiting for pickup.</h3>
73
        <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber %]">Check out to this patron</a>.</p>
73
        <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber %]">Check out to this patron</a>.</p>
74
    </div>
74
    </div>
Lines 80-86 function Dopop(link) { Link Here
80
</div>
80
</div>
81
[% END %]
81
[% END %]
82
<!-- case of a mistake in transfer loop -->
82
<!-- case of a mistake in transfer loop -->
83
[% IF ( WrongTransfer ) %]<div class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a> to [% TransferWaitingAt %] or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel Transfer</a></h3>
83
[% IF ( WrongTransfer ) %]<div id="return2" class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a> to [% TransferWaitingAt %] or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel Transfer</a></h3>
84
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
84
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
85
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
85
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
86
            [% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
86
            [% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
Lines 111-117 function Dopop(link) { Link Here
111
<audio src="/intranet-tmpl/prog/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
111
<audio src="/intranet-tmpl/prog/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
112
[% END %]
112
[% END %]
113
113
114
<div class="dialog message">
114
<div id="hold-found1" class="dialog message">
115
        <h3>Hold Found (item is already waiting):  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
115
        <h3>Hold Found (item is already waiting):  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
116
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
116
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
117
        <h4>Hold for:</h4>
117
        <h4>Hold for:</h4>
Lines 153-159 function Dopop(link) { Link Here
153
        [% IF ( soundon ) %]
153
        [% IF ( soundon ) %]
154
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
154
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
155
        [% END %]
155
        [% END %]
156
        <div class="dialog message">
156
        <div id="transfer-needed" class="dialog message">
157
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
157
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
158
                <h4>Hold for: </h4>
158
                <h4>Hold for: </h4>
159
                    <ul>
159
                    <ul>
Lines 190-196 function Dopop(link) { Link Here
190
190
191
    [% IF ( transfer ) %]
191
    [% IF ( transfer ) %]
192
    <!-- transfer: item with no reservation, must be returned to its homebranch -->
192
    <!-- transfer: item with no reservation, must be returned to its homebranch -->
193
	<div class="dialog message">
193
	<div id="return1" class="dialog message">
194
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]</h3>
194
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]</h3>
195
        </div>
195
        </div>
196
        [% IF ( soundon ) %]
196
        [% IF ( soundon ) %]
Lines 203-209 function Dopop(link) { Link Here
203
        [% IF ( soundon ) %]
203
        [% IF ( soundon ) %]
204
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
204
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
205
        [% END %]
205
        [% END %]
206
	<div class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
206
	<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
207
	Transfer Now?<br />
207
	Transfer Now?<br />
208
    <form method="post" action="returns.pl" name="mainform" id="mainform">
208
    <form method="post" action="returns.pl" name="mainform" id="mainform">
209
	<input type="submit" name="dotransfer" value="Yes" class="submit" />
209
	<input type="submit" name="dotransfer" value="Yes" class="submit" />
Lines 255-261 function Dopop(link) { Link Here
255
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
255
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
256
        [% END %]
256
        [% END %]
257
257
258
	<div class="dialog message">
258
	<div id="hold-found2" class="dialog message">
259
	  <h3>Hold Found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
259
	  <h3>Hold Found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
260
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
260
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
261
        <h5>Hold for:</h5>
261
        <h5>Hold for:</h5>
262
- 

Return to bug 7220