mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-13 16:12:57 +00:00
Merge pull request #39 from joomla-extensions/zero-24-center
Set the check all box center.
This commit is contained in:
commit
e833da56e3
@ -96,7 +96,7 @@ JFactory::getDocument()->addScriptDeclaration('
|
||||
<th width="1%" class="nowrap center hidden-phone">
|
||||
<?php echo JHtml::_('grid.sort', '<i class="icon-menu-2"></i>', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING'); ?>
|
||||
</th>
|
||||
<th width="1%" class="hidden-phone">
|
||||
<th width="1%" class="hidden-phone center">
|
||||
<?php echo JHtml::_('grid.checkall'); ?>
|
||||
</th>
|
||||
<th width="1%" style="min-width:55px" class="nowrap center">
|
||||
|
Loading…
Reference in New Issue
Block a user