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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-10 / +23 lines)
Lines 109-116 function Dopop(link) { Link Here
109
109
110
[% IF ( soundon ) %]
110
[% IF ( soundon ) %]
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 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 %]
Lines 150-155 function Dopop(link) { Link Here
150
150
151
    [% IF ( diffbranch ) %]
151
    [% IF ( diffbranch ) %]
152
		<!-- diffbranch -->
152
		<!-- diffbranch -->
153
        [% IF ( soundon ) %]
154
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
155
        [% END %]
153
        <div class="dialog message">
156
        <div class="dialog message">
154
		<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>
155
                <h4>Hold for: </h4>
158
                <h4>Hold for: </h4>
Lines 188-197 function Dopop(link) { Link Here
188
    [% IF ( transfer ) %]
191
    [% IF ( transfer ) %]
189
    <!-- transfer: item with no reservation, must be returned to its homebranch -->
192
    <!-- transfer: item with no reservation, must be returned to its homebranch -->
190
	<div class="dialog message">
193
	<div 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 %]
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>
196
        [% IF ( soundon ) %]
197
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
198
        [% END %]
199
    [% END %]
192
200
193
    [% IF ( needstransfer ) %]
201
    [% IF ( needstransfer ) %]
194
	<!-- needstransfer -->
202
	<!-- needstransfer -->
203
        [% IF ( soundon ) %]
204
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
205
        [% END %]
195
	<div class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
206
	<div class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
196
	Transfer Now?<br />
207
	Transfer Now?<br />
197
    <form method="post" action="returns.pl" name="mainform" id="mainform">
208
    <form method="post" action="returns.pl" name="mainform" id="mainform">
Lines 208-217 function Dopop(link) { Link Here
208
	[% END %]
219
	[% END %]
209
	<input type="hidden" name="barcode" value="0" />
220
	<input type="hidden" name="barcode" value="0" />
210
	</form>   </div>
221
	</form>   </div>
211
	[% END %]
222
    [% END %]
212
223
213
    [% IF ( diffbranch ) %]
224
    [% IF ( diffbranch ) %]
214
	<!-- diffbranch -->
225
	<!-- diffbranch -->
226
        [% IF ( soundon ) %]
227
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
228
        [% END %]
215
        <h3>Item Consigned:</h3>
229
        <h3>Item Consigned:</h3>
216
        <table>
230
        <table>
217
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption>
231
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption>
Lines 236-246 function Dopop(link) { Link Here
236
    <!-- case of simple return no issue or transfer but with a reservation  -->
250
    <!-- case of simple return no issue or transfer but with a reservation  -->
237
    [% IF ( reserved ) %]
251
    [% IF ( reserved ) %]
238
	<!--  reserved  -->
252
	<!--  reserved  -->
239
	
253
240
[% IF ( soundon ) %]
254
        [% IF ( soundon ) %]
241
<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>
242
[% END %]
256
        [% END %]
243
	
257
244
	<div class="dialog message">
258
	<div class="dialog message">
245
	  <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>
246
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
260
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
247
- 

Return to bug 6360