@@ -, +, @@ styled - Try deleting a contract. The confirmation box should have the standard "dialog alert" class. - Test the 'confirm' and 'cancel' actions and make sure both complete correctly. --- .../prog/en/modules/admin/aqcontract.tt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -142,9 +142,8 @@ function Check(ff) { [% END %] [% IF ( delete_confirm ) %] -
-
- Confirm deletion of contract [% contractnumber %] +
+

Confirm deletion of contract [% contractname %]

@@ -153,15 +152,18 @@ function Check(ff) {
Contract number:[% contractnumber %]
Contract name:[% contractname %]
Contract end date:[% contractenddate | $KohaDates %]
Vendor:[% booksellername %]
-
+ - - Cancel -
-
-
+ + +
+ + + +
+ [% END %] [% IF ( delete_confirmed ) %]

Contract deleted

--