From 3e369e69f9fb89c1fb158cf6e8e7293960621119 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Fri, 4 Jan 2008 17:41:08 +0100 Subject: [PATCH] inverting currencies & budget arrays, as budget is more frequently looked at and for libraries with only 1 currency, the table is useless Signed-off-by: Joshua Ferraro --- .../prog/en/modules/acqui/acqui-home.tmpl | 65 ++++++++++--------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl index 3b6dff4fd3..50002a1a46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl @@ -55,37 +55,7 @@ -
- -

Exchange rates

-
- - - - - - - - - - - - - -
CurrencyRate 
- - - - " name="" value="" /> -
-
- - - Add Currency - - -
- +

Budgets and funds

@@ -125,7 +95,38 @@

Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

-
+ +
+ +

Exchange rates

+
+ + + + + + + + + + + + + +
CurrencyRate 
+ + + + " name="" value="" /> +
+
+ + + Add Currency + + +
+ -- 2.39.5