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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-3 / +2 lines)
Lines 186-192 Link Here
186
    [% ELSIF op == 'confirm_remove_from_rota' %]
186
    [% ELSIF op == 'confirm_remove_from_rota' %]
187
        <div class="alert alert-warning">
187
        <div class="alert alert-warning">
188
            <h3>Are you sure you want to remove this item from it's rota?</h3>
188
            <h3>Are you sure you want to remove this item from it's rota?</h3>
189
            <p>
189
            <div>
190
                <form id="remove_item_from_stage_[% item.bib_item.id | html %]" method="post" action="/cgi-bin/koha/catalogue/stockrotation.pl">
190
                <form id="remove_item_from_stage_[% item.bib_item.id | html %]" method="post" action="/cgi-bin/koha/catalogue/stockrotation.pl">
191
                    [% INCLUDE 'csrf-token.inc' %]
191
                    [% INCLUDE 'csrf-token.inc' %]
192
                    <input type="hidden" name="op" value="cud-remove_item_from_stage" />
192
                    <input type="hidden" name="op" value="cud-remove_item_from_stage" />
Lines 196-202 Link Here
196
                    <button class="btn btn-default btn-xs approve" type="submit"><i class="fa fa-fw fa-check"></i>Yes</button>
196
                    <button class="btn btn-default btn-xs approve" type="submit"><i class="fa fa-fw fa-check"></i>Yes</button>
197
                </form>
197
                </form>
198
                <a class="btn btn-default btn-xs deny" href="?biblionumber=[% biblionumber | uri %]"><i class="fa fa-fw fa-times"></i>No</a>
198
                <a class="btn btn-default btn-xs deny" href="?biblionumber=[% biblionumber | uri %]"><i class="fa fa-fw fa-times"></i>No</a>
199
            </p>
199
            </div>
200
        </div>
200
        </div>
201
    [% END %]
201
    [% END %]
202
202
203
- 

Return to bug 38713