[MT2343] Moved currency up the table
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Thu, 3 Dec 2009 14:57:34 +0000 (15:57 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 28 Jan 2010 14:11:43 +0000 (15:11 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl

index 0fd8915..3947c3c 100644 (file)
@@ -155,6 +155,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>
@@ -257,7 +259,6 @@ 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 -->