Lines 84-89
Link Here
|
84 |
<input type="hidden" name="op" value="returnbook" /> |
84 |
<input type="hidden" name="op" value="returnbook" /> |
85 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
85 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
86 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
86 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
|
|
87 |
<input type="hidden" name="newissues" value="[% newissues | html %]" /> |
87 |
<button type="submit" name="returnbook" class="btn"><i class="return"></i> Return this item</button> |
88 |
<button type="submit" name="returnbook" class="btn"><i class="return"></i> Return this item</button> |
88 |
</form> |
89 |
</form> |
89 |
[% END %] |
90 |
[% END %] |
Lines 92-97
Link Here
|
92 |
<input type="hidden" name="op" value="" /> |
93 |
<input type="hidden" name="op" value="" /> |
93 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
94 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
94 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
95 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
|
|
96 |
<input type="hidden" name="newissues" value="[% newissues | html %]" /> |
95 |
<input type="submit" name= "confirm" value="Return to account summary" class="btn back focus" /> |
97 |
<input type="submit" name= "confirm" value="Return to account summary" class="btn back focus" /> |
96 |
</form> |
98 |
</form> |
97 |
</div> <!-- / .alert --> |
99 |
</div> <!-- / .alert --> |
Lines 109-114
Link Here
|
109 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
111 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
110 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
112 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
111 |
<input type="hidden" name="confirmed" value="" /> |
113 |
<input type="hidden" name="confirmed" value="" /> |
|
|
114 |
<input type="hidden" name="newissues" value="[% newissues | html %]" /> |
112 |
<button type="submit" name="returnbook" class="btn"><i class="icon return"></i> Return this item</button> |
115 |
<button type="submit" name="returnbook" class="btn"><i class="icon return"></i> Return this item</button> |
113 |
</form> |
116 |
</form> |
114 |
[% END %] |
117 |
[% END %] |
Lines 119-124
Link Here
|
119 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
122 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
120 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
123 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
121 |
<input type="hidden" name="confirmed" value="1" /> |
124 |
<input type="hidden" name="confirmed" value="1" /> |
|
|
125 |
<input type="hidden" name="newissues" value="[% newissues | html %]" /> |
122 |
<button type="submit" name="confirm" class="btn"><i class="icon renew"></i> Renew item</button> |
126 |
<button type="submit" name="confirm" class="btn"><i class="icon renew"></i> Renew item</button> |
123 |
</form> |
127 |
</form> |
124 |
[% ELSE %] |
128 |
[% ELSE %] |
Lines 127-132
Link Here
|
127 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
131 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
128 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
132 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
129 |
<input type="hidden" name="confirmed" value="1" /> |
133 |
<input type="hidden" name="confirmed" value="1" /> |
|
|
134 |
<input type="hidden" name="newissues" value="[% newissues | html %]" /> |
130 |
<button type="submit" class="btn"><i class="icon renew"></i> Renew item</button> |
135 |
<button type="submit" class="btn"><i class="icon renew"></i> Renew item</button> |
131 |
</form> |
136 |
</form> |
132 |
[% END %] |
137 |
[% END %] |
Lines 134-139
Link Here
|
134 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
139 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
135 |
<input type="hidden" name="op" value="" /> |
140 |
<input type="hidden" name="op" value="" /> |
136 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
141 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
|
|
142 |
<input type="hidden" name="newissues" value="[% newissues | html %]" /> |
137 |
<button type="submit" class="btn"><i class="icon cancel"></i> Cancel</button> |
143 |
<button type="submit" class="btn"><i class="icon cancel"></i> Cancel</button> |
138 |
</form> |
144 |
</form> |
139 |
</div> |
145 |
</div> |
Lines 239-252
Link Here
|
239 |
<tr> |
245 |
<tr> |
240 |
<td>[% ISSUE.issuedate | html %]</td> |
246 |
<td>[% ISSUE.issuedate | html %]</td> |
241 |
<td> |
247 |
<td> |
242 |
[% IF ( newissues.match(ISSUE.barcode)) %] |
|
|
243 |
<span class="label label-info">NEW</span> |
244 |
[% END %] |
245 |
[% UNLESS ( noitemlinks ) %] |
248 |
[% UNLESS ( noitemlinks ) %] |
246 |
<a href="/cgi-bin/koha/opac-detail.pl?bib=[% ISSUE. biblionumber | uri %]">[% ISSUE.title | html %]</a> |
249 |
<a href="/cgi-bin/koha/opac-detail.pl?bib=[% ISSUE. biblionumber | uri %]">[% ISSUE.title | html %]</a> |
247 |
[% ELSE %] |
250 |
[% ELSE %] |
248 |
<strong>[% ISSUE.title | html %]</strong> |
251 |
<strong>[% ISSUE.title | html %]</strong> |
249 |
[% END %] |
252 |
[% END %] |
|
|
253 |
[% IF ( newissues.match(ISSUE.barcode)) %] |
254 |
<span class="label label-info">NEW</span> |
255 |
[% END %] |
250 |
<span class="item-details">[% ISSUE.author | html %]</span> |
256 |
<span class="item-details">[% ISSUE.author | html %]</span> |
251 |
([% ISSUE.barcode | html %]) |
257 |
([% ISSUE.barcode | html %]) |
252 |
</td> |
258 |
</td> |
Lines 260-265
Link Here
|
260 |
<form action="/cgi-bin/koha/sco/sco-main.pl" method="post"> |
266 |
<form action="/cgi-bin/koha/sco/sco-main.pl" method="post"> |
261 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
267 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
262 |
<input type="hidden" name="barcode" value="[% ISSUE.barcode | html %]" /> |
268 |
<input type="hidden" name="barcode" value="[% ISSUE.barcode | html %]" /> |
|
|
269 |
<input type="hidden" name="newissues" value="[% newissues | html %]" /> |
263 |
[% IF ISSUE.can_be_renewed %] |
270 |
[% IF ISSUE.can_be_renewed %] |
264 |
<input type="hidden" name="op" value="checkout" /> |
271 |
<input type="hidden" name="op" value="checkout" /> |
265 |
<input type="hidden" name="confirmed" value="1" /> |
272 |
<input type="hidden" name="confirmed" value="1" /> |