Fix for Bug 7137 - fixed width table where it should be variable
authorOwen Leonard <oleonard@myacpl.org>
Wed, 2 Nov 2011 14:08:25 +0000 (10:08 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 6 Dec 2011 11:13:58 +0000 (12:13 +0100)
Removing inline style setting the table width.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt

index bd52497..93c4fdc 100644 (file)
@@ -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>