[Koha-patches] [PATCH 23/92] [MT2343] Moved currency up the table

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Tue Dec 22 01:20:16 CET 2009


From: Jean-André Santoni <jeanandre.santoni at biblibre.com>

---
 .../prog/en/modules/admin/aqplan.tmpl              |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
index 8bef092..e6ff4d8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
@@ -163,6 +163,8 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
 
     <!-- TMPL_IF NAME="budget_lines" -->
 
+    <!-- TMPL_IF name="cur" --><p><b>Currency = <!-- TMPL_VAR name="cur" --> <!-- TMPL_VAR NAME="cur_format" --></b></p><!-- /TMPL_IF -->
+
     <table id="plan" width="100%">
     <thead>
     <tr>
@@ -264,7 +266,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
     <!-- TMPL_ELSE -->
         <span><b>Cells contain estimated values only.</b></span><br>
     <!-- /TMPL_IF -->
-    <span><b>Currency = <!-- TMPL_VAR NAME="cur" --> <!-- TMPL_VAR NAME="cur_format" --></b></span><br>
+
     <!-- TMPL_IF name="budget_period_locked" -->
         <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled='disabled'/> -->
     <!-- TMPL_ELSE -->
-- 
1.6.3.3




More information about the Koha-patches mailing list