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

Owen Leonard oleonard at myacpl.org
Wed Nov 2 15:09:14 CET 2011


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 Koha-patches mailing list