Fix columns headers visibility

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Manuel Tortosa 2010-09-29 14:38:02 +02:00 committed by Loui Chang
parent 9822b2e99b
commit fa331f2cfe

View file

@ -21,7 +21,7 @@
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'> <th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
<a href='?<?php print mkurl('SB=c&SO=' . $SO_next) ?>'><?php print __("Category") ?></a> <a href='?<?php print mkurl('SB=c&SO=' . $SO_next) ?>'><?php print __("Category") ?></a>
</span></th> </span></th>
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'> <th style='border-bottom: #666 1px solid; vertical-align: bottom; text-align: center;'><span class='f2'>
<a href='?<?php print mkurl('SB=n&SO=' . $SO_next) ?>'><?php print __("Name") ?></a> <a href='?<?php print mkurl('SB=n&SO=' . $SO_next) ?>'><?php print __("Name") ?></a>
</span></th> </span></th>
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'> <th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
@ -36,7 +36,7 @@
<a href='?<?php print mkurl('SB=o&SO=' . $SO_next) ?>'><?php print __("Notify") ?></a> <a href='?<?php print mkurl('SB=o&SO=' . $SO_next) ?>'><?php print __("Notify") ?></a>
</span></th> </span></th>
<?php endif; ?> <?php endif; ?>
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Description") ?></span></th> <th style='border-bottom: #666 1px solid; vertical-align: bottom; text-align: center;'><span class='f2'><?php print __("Description") ?></span></th>
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'> <th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
<a href='?<?php print mkurl('SB=m&SO=' . $SO_next) ?>'><?php print __("Maintainer") ?></a> <a href='?<?php print mkurl('SB=m&SO=' . $SO_next) ?>'><?php print __("Maintainer") ?></a>
</span></th> </span></th>