From a63c42ba4e58e3a7cd3c480320a243f452a708cf 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- 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 %] -- 2.7.0