[Patches] [PATCH] Fix for Bug 7137 - fixed width table where it should be

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Nov 4 19:56:27 NZDT 2011


From: Owen Leonard <oleonard at myacpl.org>
Date: Wed, 2 Nov 2011 10:08:25 -0400
Subject: [PATCH] Fix for Bug 7137 - fixed width table where it should be
 variable

Removing inline style setting the table width.

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
---
 .../prog/en/modules/serials/serials-collection.tt  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
index bd52497..93c4fdc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
@@ -181,7 +181,7 @@ $(document).ready(function() {
 
  [% FOREACH year IN years %]
 <div id="subscription-year-[% year.year %]">
-        <table style="width:400px;">
+        <table>
 	  <tr>
 [% UNLESS ( year.onesubscription ) %]
                 <th># Subs</th>
-- 
1.7.5.4


More information about the Patches mailing list