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 messagem>
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 150-156 function Dopop(link) { Link Here
150
150
151
    [% IF ( diffbranch ) %]
151
    [% IF ( diffbranch ) %]
152
		<!-- diffbranch -->
152
		<!-- diffbranch -->
153
        <div class="dialog message">
153
        <div id="transfer-needed" class="dialog message">
154
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
154
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
155
                <h4>Hold for: </h4>
155
                <h4>Hold for: </h4>
156
                    <ul>
156
                    <ul>
Lines 187-198 function Dopop(link) { Link Here
187
187
188
    [% IF ( transfer ) %]
188
    [% IF ( transfer ) %]
189
    <!-- transfer: item with no reservation, must be returned to its homebranch -->
189
    <!-- transfer: item with no reservation, must be returned to its homebranch -->
190
	<div class="dialog message">
190
	<div id="return1" class="dialog message">
191
	  <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]</h3></div>[% END %]
191
	  <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]</h3></div>[% END %]
192
192
193
    [% IF ( needstransfer ) %]
193
    [% IF ( needstransfer ) %]
194
	<!-- needstransfer -->
194
	<!-- needstransfer -->
195
	<div class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
195
	<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
196
	Transfer Now?<br />
196
	Transfer Now?<br />
197
    <form method="post" action="returns.pl" name="mainform" id="mainform">
197
    <form method="post" action="returns.pl" name="mainform" id="mainform">
198
	<input type="submit" name="dotransfer" value="Yes" class="submit" />
198
	<input type="submit" name="dotransfer" value="Yes" class="submit" />
Lines 241-247 function Dopop(link) { Link Here
241
<audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
241
<audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
242
[% END %]
242
[% END %]
243
	
243
	
244
	<div class="dialog message">
244
	<div id="hold-found2" class="dialog message">
245
	  <h3>Hold Found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
245
	  <h3>Hold Found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
246
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
246
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
247
        <h5>Hold for:</h5>
247
        <h5>Hold for:</h5>
248
- 

Return to bug 7220