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

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Nov 4 19:56:17 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
Content-Type: text/plain; charset="utf-8"

Removing inline style setting the table width.
---
 .../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.3




More information about the Patches mailing list