From 8b022d79efd78e6eea9493c3c2bb2a48cbd1a657 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Thu, 18 Feb 2016 14:54:53 -0600 Subject: [PATCH] Bug 15858: Use Font Awesome icons in dialog alert for addorder.tt A warning is raised when order amount exceed budget or fund this dialog needs to be styled with Font Awesome icons. To test: -Add orders to a basket -Exceed a fund or budget -Notice about the dialog alert -Apply patch -Exceed again and see the new icons --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt index 322e535..5656b80 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt @@ -19,7 +19,7 @@ [% END %] [% END %] -
+
[% IF (budget_exceeded) %]

Warning! Order total amount exceeds allowed budget.

[% END %] @@ -30,8 +30,8 @@

Warning! You will exceed maximum limit ([% expenditure %][% IF (currency) %] [% currency %][% END %]) for your fund.

[% END %]

Do you want to confirm this order?

- - + +
[% END %] -- 1.7.10.4