*/
$tablearr = array(_('Tracker'),_('Description'),_('Open'),_('Total'));
- echo $HTML->listTableTop($tablearr, false, 'sortable_table_tracker', 'sortable_table_tracker');
+ echo $HTML->listTableTop($tablearr, false, 'full sortable_table_tracker', 'sortable_table_tracker');
for ($j = 0; $j < count($at_arr); $j++) {
if (!is_object($at_arr[$j])) {
.width-100p100 {width: 100%;}
.fullwidth {width: 100%;}
-
.halfwidth {width: 50%;}
+.onethirdwidth {width: 33%;}
+.twothirdswidth {width: 66%;}
+.onequarterwidth {width: 25%;}
+
+/* A table with two columns, first one right-aligned and bold */
+table.infotable tr { vertical-align: top; }
+table.infotable td:first-child { font-weight: bold; text-align: right; padding-right: 4px;}
+
+table.full {
+ width: 100%;
+}
.selected {background-color:pink; }