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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 540-546 Link Here
540
                            </td>
540
                            </td>
541
                            <td>
541
                            <td>
542
                            [% IF ( books_loo.left_holds_on_order ) %]
542
                            [% IF ( books_loo.left_holds_on_order ) %]
543
                            <span class="button" title="Can't cancel order, ([% books_loo.holds_on_order | html %]) holds are linked with this order cancel holds first">Can't cancel order</span><br>
543
                            <span class="button" title="Can't cancel order, ([% books_loo.holds_on_order | html %]) holds are linked with this order. Cancel holds first">Can't cancel order</span><br>
544
                            [% ELSE %]
544
                            [% ELSE %]
545
                            <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% books_loo.ordernumber | uri %]&biblionumber=[% books_loo.biblionumber | uri %]&basketno=[% basketno | uri %]&referrer=/cgi-bin/koha/acqui/basket.pl%3Fbasketno=[% basketno | uri %]" class="button">Cancel order</a><br>
545
                            <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% books_loo.ordernumber | uri %]&biblionumber=[% books_loo.biblionumber | uri %]&basketno=[% basketno | uri %]&referrer=/cgi-bin/koha/acqui/basket.pl%3Fbasketno=[% basketno | uri %]" class="button">Cancel order</a><br>
546
                            [% END %]
546
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 183-189 Link Here
183
				</td>
183
				</td>
184
				<td>
184
				<td>
185
                        [% IF ( loop_order.left_holds_on_order ) %]
185
                        [% IF ( loop_order.left_holds_on_order ) %]
186
                        <span class="button" title="Can't cancel order, ([% loop_order.holds_on_order | html %]) holds are linked with this order cancel holds first">Can't cancel order</span><br>
186
                        <span class="button" title="Can't cancel order, ([% loop_order.holds_on_order | html %]) holds are linked with this order. Cancel holds first">Can't cancel order</span><br>
187
                        [% ELSE %]
187
                        [% ELSE %]
188
                        <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% loop_order.ordernumber | uri %]&biblionumber=[% loop_order.biblionumber | uri %]&referrer=[% "/cgi-bin/koha/acqui/parcel.pl?invoiceid=$invoiceid" | uri %]">Cancel order</a><br />
188
                        <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% loop_order.ordernumber | uri %]&biblionumber=[% loop_order.biblionumber | uri %]&referrer=[% "/cgi-bin/koha/acqui/parcel.pl?invoiceid=$invoiceid" | uri %]">Cancel order</a><br />
189
                        [% END %]
189
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 / +1 lines)
Lines 200-206 Link Here
200
                func: createStatus
200
                func: createStatus
201
            },
201
            },
202
            biblio_id: {
202
            biblio_id: {
203
                name: _("Bibliograpic record ID"),
203
                name: _("Bibliographic record ID"),
204
                func: createBiblioLink
204
                func: createBiblioLink
205
            },
205
            },
206
            library: {
206
            library: {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-2 / +1 lines)
Lines 29-35 Link Here
29
				[% content | $raw %]
29
				[% content | $raw %]
30
			</span>
30
			</span>
31
			<span id="print_button" class="noprint">
31
			<span id="print_button" class="noprint">
32
                <button onclick="window.print()">Print this slabel</button>
32
                <button onclick="window.print()">Print this label</button>
33
			</span>
33
			</span>
34
	[% END %]
34
	[% END %]
35
35
36
- 

Return to bug 21840