Project

General

Profile

Actions

Defect #5440

closed

UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>

Added by Suba Sharikov almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
Start date:
2010-05-04
Due date:
% Done:

0%

Estimated time:
0.05 h
Resolution:
Fixed
Affected version:

Description

This is inconsistent with the other tables in the administration section and causes some CSS issues when styling the Files table with roadmap headers.

Current:
<table class="list">
<tr>
<th>Name</th>
<th style="width:15%;">Default value</th>
<th style="width:15%;">Active</th>
<th style="width:15%;"></th>
<th align="center" style="width:10%;"> </th>
</tr>

Fix:
<table class="list">
<thead>
<tr>
<th>Name</th>
<th style="width:15%;">Default value</th>
<th style="width:15%;">Active</th>
<th style="width:15%;"></th>
<th align="center" style="width:10%;"> </th>
</tr>
</thead>


Files

enumerations.png (56.9 KB) enumerations.png Enumerations table Suba Sharikov, 2010-05-04 16:59
files.png (34.4 KB) files.png Files table Suba Sharikov, 2010-05-04 16:59
views_thead.patch (6.37 KB) views_thead.patch Alain Alain091, 2010-05-06 22:40
Actions

Also available in: Atom PDF