[Koha-patches] [PATCH 24/92] [MT2343] Display branchcodes instead of branchnames in columns

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


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

---
 .../prog/en/modules/admin/aqplan.tmpl              |    2 +-
 1 files changed, 1 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 e6ff4d8..b903c5e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
@@ -181,7 +181,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
                         class="<!-- TMPL_VAR NAME='colnum' -->" >
         <!-- /TMPL_IF -->
 
-    <!-- TMPL_VAR NAME="val" -->&nbsp;<span class="buttonPlus" onclick="delColumn('<!-- TMPL_VAR NAME="colnum" -->', '<!-- TMPL_VAR NAME="code" -->')"  > - &nbsp;</span></th>
+    <!-- TMPL_VAR NAME="code" -->&nbsp;<span class="buttonPlus" onclick="delColumn('<!-- TMPL_VAR NAME="colnum" -->', '<!-- TMPL_VAR NAME="code" -->')"  > - &nbsp;</span></th>
 
     <!-- /TMPL_LOOP -->
 
-- 
1.6.3.3




More information about the Koha-patches mailing list