Actions
Bug #15418
closedWEB: db-list view top cell (clear.gif) needs class name
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-01-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We would like to use a hover effect in the list view, but the first row (a dummy row with a spacer) has no class attached to it, therefore it also has the hover effect.
I'm posting here the dummy row code and the first (headline) code, it would be nice to have a class-name attached to the dummy-row, indicating it is a spacer.
[ On the other hand, it would be nice to have class names on every row showing a record in this table as well. ]
<tr>
<td nowrap="nowrap"><img src="clear.gif" width="1" height="8" alt="" /></td>
<td nowrap="nowrap"><img src="clear.gif" width="230" height="1" alt="" /></td>
<td nowrap="nowrap"></td>
<td nowrap="nowrap"></td>
</tr>
<tr>
<td nowrap="nowrap" class="c-headLineTable"><a href="db_list.php?id=0&amp;table=" onclick="setHighlight(0)"><img src="../typo3conf/ext/t3skin/icons/gfx/i/pages_up.gif" width="16" height="16" title="Up one level" alt="" /></a></td>
<td nowrap="nowrap" class="c-headLineTable" colspan="3"><a href="db_list.php?id=1&amp;table=pages"><span class="c-table">Page</span> (9) <img src="../typo3conf/ext/t3skin/icons/gfx/plusbullet_list.gif" width="18" height="12" hspace="10" class="absmiddle" title="List only this table" alt="" /></a><a href="#" onclick="vHWin=window.open('view_help.php?tfID=pages.','viewFieldHelp','height=400,width=600,status=0,menubar=0,scrollbars=1');vHWin.focus();return false;"><img src="../typo3conf/ext/t3skin/icons/gfx/helpbubble.gif" width="16" height="16" hspace="2" border="0" class="typo3-csh-icon" alt="" /></a></td>
</tr>
(issue imported from #M2269)
Actions