Minors layout improvements

This commit is contained in:
Frédéric Guillot
2014-12-06 14:42:53 -05:00
parent 18bba79413
commit 5933a829b7
9 changed files with 64 additions and 152 deletions

View File

@@ -4,7 +4,7 @@
<?php else: ?>
<table class="table-fixed">
<tr>
<th class="column-10"><?= Helper\order(t('Task Id'), 'tasks.id', $pagination) ?></th>
<th class="column-10"><?= Helper\order('Id', 'tasks.id', $pagination) ?></th>
<th class="column-20"><?= Helper\order(t('Project'), 'project_name', $pagination) ?></th>
<th class="column-15"><?= Helper\order(t('Status'), 'status', $pagination) ?></th>
<th><?= Helper\order(t('Subtask'), 'title', $pagination) ?></th>