[open-ils-commits] r16777 - trunk/Open-ILS/web/opac/skin/default/xml/result (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jun 22 12:39:49 EDT 2010
Author: phasefx
Date: 2010-06-22 12:39:46 -0400 (Tue, 22 Jun 2010)
New Revision: 16777
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml
Log:
this should place things better across different browsers re: Chilifresh
Modified: trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml 2010-06-22 15:34:16 UTC (rev 16776)
+++ trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml 2010-06-22 16:39:46 UTC (rev 16777)
@@ -31,7 +31,7 @@
<table class='result_table_subtable'>
<tbody class='result_table_subtbody'>
- <tr style='height: 1em' name='counts_row'>
+ <tr style='height: 1em' name='counts_row' valign="top">
<td rowspan='4' class='result_table_pic_header'>
<a><img name='item_jacket' class='result_table_pic'/></a>
@@ -134,8 +134,6 @@
<a style='padding-left: 8px;' class='classic_link' name="googleBooks-link">&result.googleBooks.browse;</a>
</span>
- <!-- Placeholder for ChilFresh Review link -->
- <span name="chilifreshReviewLink" class="chili_review"></span>
</td>
</tr>
<tr name="local_callnumber_list" class="result_table_title_cell hide_me">
@@ -150,8 +148,8 @@
</tr>
<!-- Placeholder for ChiliFresh Review -->
<tr class="hide_me" name="chilifreshReview">
- <td></td>
- <td valign="top">
+ <td valign="top" colspan="2">
+ <span name="chilifreshReviewLink" class="chili_review"></span>
<div name="chilifreshReviewResult" style="display:none"></div>
</td>
</tr>
More information about the open-ils-commits
mailing list