Lines 78-84
function Check(ff) {
Link Here
|
78 |
› Confirm deletion of contract [% contractnumber %] |
78 |
› Confirm deletion of contract [% contractnumber %] |
79 |
[% END %] |
79 |
[% END %] |
80 |
[% IF ( delete_confirmed ) %] |
80 |
[% IF ( delete_confirmed ) %] |
81 |
<a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a> › Contract Deleted |
81 |
<a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a> › Contract deleted |
82 |
[% END %] |
82 |
[% END %] |
83 |
[% IF ( else ) %]Contracts[% END %] |
83 |
[% IF ( else ) %]Contracts[% END %] |
84 |
</div> |
84 |
</div> |
Lines 156-162
function Check(ff) {
Link Here
|
156 |
<input type="hidden" name="op" value="delete_confirmed" /> |
156 |
<input type="hidden" name="op" value="delete_confirmed" /> |
157 |
<input type="hidden" name="booksellerid" value="[% booksellerid %]" /> |
157 |
<input type="hidden" name="booksellerid" value="[% booksellerid %]" /> |
158 |
<input type="hidden" name="contractnumber" value="[% contractnumber %]" /> |
158 |
<input type="hidden" name="contractnumber" value="[% contractnumber %]" /> |
159 |
<input type="submit" value="Delete this Contract" /> |
159 |
<input type="submit" value="Delete this contract" /> |
160 |
<a class="cancel" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]&contractnumber=[% contractnumber %]">Cancel</a> |
160 |
<a class="cancel" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]&contractnumber=[% contractnumber %]">Cancel</a> |
161 |
</fieldset> |
161 |
</fieldset> |
162 |
</fieldset> |
162 |
</fieldset> |
163 |
- |
|
|