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 |
- |
|
|