From: Hector Castro Date: Thu, 18 Feb 2016 20:54:53 +0000 (-0600) Subject: Bug 15858: Use Font Awesome icons in dialog alert for addorder.tt X-Git-Tag: v16.05.00-beta~973 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=6656f6b704e2a0175e5b4cf2c08bd29eb201d946;p=srvgit 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 Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- 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 322e5356a9..5656b80b63 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 %]