[Koha-patches] [PATCH] Bug 8677 - table overlapping to the right on holds waiting

Owen Leonard oleonard at myacpl.org
Fri Sep 7 17:24:35 CEST 2012


Converting layout to 100% flexible width to allow
table to expand as needed.
---
 .../prog/en/modules/circ/waitingreserves.tt        |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt
index ea0faef..f9d2258 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt
@@ -32,7 +32,7 @@ $.tablesorter.addParser({
 &rsaquo; <a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a>
 </div>
 
-<div id="doc" class="yui-t7">
+<div id="doc3" class="yui-t7">
 
    <div id="bd">
     <div id="yui-main">
-- 
1.7.9.5



More information about the Koha-patches mailing list