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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-2 / +1 lines)
Lines 64-70 Link Here
64
            </ol>
64
            </ol>
65
        </fieldset>
65
        </fieldset>
66
        <fieldset class="action">
66
        <fieldset class="action">
67
            <input type="hidden" name="id" value="[% quote.id %]" />
67
            <input type="hidden" name="id" value="[% quote.id | html %]" />
68
            <input type="submit" value="Submit" />
68
            <input type="submit" value="Submit" />
69
            <a class="cancel" href="/cgi-bin/koha/tools/quotes.pl">Cancel</a>
69
            <a class="cancel" href="/cgi-bin/koha/tools/quotes.pl">Cancel</a>
70
        </fieldset>
70
        </fieldset>
71
- 

Return to bug 27251