Show action column heading anyway

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-11-20 12:15:01 +11:00
parent bbdccfc760
commit 0b7c471c33

View File

@ -34,7 +34,7 @@
</th>
<?php endif; ?>
<th>
<?php echo ($GLOBALS['cfg']['ActionLinksMode'] ? __('Action') : ''); ?>
<?php echo __('Action'); ?>
</th>
</tr>
</thead>