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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/