Project

General

Profile

Actions

Bug #15418

closed

WEB: db-list view top cell (clear.gif) needs class name

Added by Thomas Murphy almost 19 years ago. Updated about 13 years ago.

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&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&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 #1

Updated by Thomas Murphy almost 19 years ago

Another problem here: we can't style for example the whole row "c-headLine" itself.
We also need additional classes on the rows so we can e.g. have a border around the headline (not possible, because giving the cells a border obviously also creates borders between each cell...)

Actions #2

Updated by Andreas Wolf about 13 years ago

  • Status changed from New to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.0

The spacer row now has the class c-table-row-spacer attached to it. I also can't reproduce the problem with c-headLine. Marking this as closed.

Actions

Also available in: Atom PDF