30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 15:00:48 +00:00

Merge pull request #39 from joomla-extensions/zero-24-center

Set the check all box center.
This commit is contained in:
Michael Babker 2015-05-18 11:43:10 -04:00
commit e833da56e3

View File

@ -96,7 +96,7 @@ JFactory::getDocument()->addScriptDeclaration('
<th width="1%" class="nowrap center hidden-phone"> <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'); ?> <?php echo JHtml::_('grid.sort', '<i class="icon-menu-2"></i>', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING'); ?>
</th> </th>
<th width="1%" class="hidden-phone"> <th width="1%" class="hidden-phone center">
<?php echo JHtml::_('grid.checkall'); ?> <?php echo JHtml::_('grid.checkall'); ?>
</th> </th>
<th width="1%" style="min-width:55px" class="nowrap center"> <th width="1%" style="min-width:55px" class="nowrap center">