[Koha-patches] [PATCH 2/2] bug 3850 followup - tweaks

Galen Charlton gmcharlt at gmail.com
Sat Nov 13 05:07:30 CET 2010


* fix type that would break translation
* moved acq menu back to left side

I wonder if the export box is better moved back
under the planning grid.

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../prog/en/modules/admin/aqplan.tmpl              |    5 +----
 1 files changed, 1 insertions(+), 4 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 b3dc6c1..c67e45e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
@@ -200,7 +200,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
         <!-- TMPL_ELSIF NAME="est_positive" -->
             <td width="50%" style="color: green;" id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
         <!-- TMPL_ELSE -->
-            <td width="50%"id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
+            <td width="50%" id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
         <!--/TMPL_IF -->
                 <!-- TMPL_VAR NAME="budget_est_remain"-->&nbsp;
             </td>
@@ -307,9 +307,6 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
 </form>
 <!-- /TMPL_IF -->
 
-</div>
-<div class="yui-b">
 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
 </div>
-</div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-- 
1.7.0



More information about the Koha-patches mailing list