[open-ils-commits] r14043 - trunk/Open-ILS/web/opac/skin/default/xml/rdetail (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 17 12:40:22 EDT 2009
Author: dbs
Date: 2009-09-17 12:40:18 -0400 (Thu, 17 Sep 2009)
New Revision: 14043
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
Avoid skewed display of record summary when bibtemplate displays extra fields.
Having a massive rowspan doesn't seem to negatively effect the display, so
better safe than sorry.
This should probably be backported all the way to rel_1_6_0.
Modified: trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-09-17 16:37:41 UTC (rev 14042)
+++ trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-09-17 16:40:18 UTC (rev 14043)
@@ -6,7 +6,7 @@
<tbody id='rdetail_details_tbody'>
<tr>
- <td id='rdetail_image_cell' rowspan='11'>
+ <td id='rdetail_image_cell' rowspan='30'>
<a id='rdetail_img_link'>
<img style='border: none;' id='rdetail_image'
onerror='
More information about the open-ils-commits
mailing list