2018-04-24 12:12:24 +00:00
|
|
|
<?php
|
|
|
|
/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/
|
|
|
|
__ __ _ _____ _ _ __ __ _ _ _
|
|
|
|
\ \ / / | | | __ \ | | | | | \/ | | | | | | |
|
|
|
|
\ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| |
|
|
|
|
\ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` |
|
|
|
|
\ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| |
|
|
|
|
\/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_|
|
2018-12-27 11:06:27 +00:00
|
|
|
| |
|
|
|
|
|_|
|
2018-04-24 12:12:24 +00:00
|
|
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
|
|
|
|
|
|
|
@version 1.0.x
|
2021-01-06 13:56:35 +00:00
|
|
|
@build 6th January, 2021
|
2018-04-24 12:12:24 +00:00
|
|
|
@created 30th January, 2017
|
|
|
|
@package Questions and Answers
|
|
|
|
@subpackage default_head.php
|
2018-12-27 11:06:27 +00:00
|
|
|
@author Llewellyn van der Merwe <https://www.vdm.io/>
|
2018-04-24 12:12:24 +00:00
|
|
|
@copyright Copyright (C) 2015. All Rights Reserved
|
2018-12-27 11:06:27 +00:00
|
|
|
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
|
|
|
|
Questions & Answers
|
|
|
|
|
2018-04-24 12:12:24 +00:00
|
|
|
/-----------------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
// No direct access to this file
|
2018-12-27 11:06:27 +00:00
|
|
|
defined('_JEXEC') or die('Restricted access');
|
2018-04-24 12:12:24 +00:00
|
|
|
|
|
|
|
?>
|
|
|
|
<tr>
|
|
|
|
<?php if ($this->canEdit&& $this->canState): ?>
|
|
|
|
<th width="1%" class="nowrap center hidden-phone">
|
2021-01-06 13:56:35 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', '<i class="icon-menu-2"></i>', 'a.ordering', $this->listDirn, $this->listOrder, null, 'asc', 'JGRID_HEADING_ORDERING'); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
<th width="20" class="nowrap center">
|
|
|
|
<?php echo JHtml::_('grid.checkall'); ?>
|
|
|
|
</th>
|
|
|
|
<?php else: ?>
|
|
|
|
<th width="20" class="nowrap center hidden-phone">
|
|
|
|
▾
|
|
|
|
</th>
|
|
|
|
<th width="20" class="nowrap center">
|
|
|
|
■
|
|
|
|
</th>
|
|
|
|
<?php endif; ?>
|
|
|
|
<th class="nowrap" >
|
2020-05-30 22:29:42 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', 'COM_QUESTIONSANSWERS_HELP_DOCUMENT_TITLE_LABEL', 'a.title', $this->listDirn, $this->listOrder); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
<th class="nowrap hidden-phone" >
|
2020-05-30 22:29:42 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', 'COM_QUESTIONSANSWERS_HELP_DOCUMENT_TYPE_LABEL', 'a.type', $this->listDirn, $this->listOrder); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
<th class="nowrap hidden-phone" >
|
|
|
|
<?php echo JText::_('COM_QUESTIONSANSWERS_HELP_DOCUMENT_GROUPS_LABEL'); ?>
|
|
|
|
</th>
|
|
|
|
<th class="nowrap hidden-phone" >
|
2020-05-30 22:29:42 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', 'COM_QUESTIONSANSWERS_HELP_DOCUMENT_LOCATION_LABEL', 'a.location', $this->listDirn, $this->listOrder); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
<th class="nowrap hidden-phone" >
|
2020-05-30 22:29:42 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', 'COM_QUESTIONSANSWERS_HELP_DOCUMENT_ADMIN_VIEW_LABEL', 'g.', $this->listDirn, $this->listOrder); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
<th class="nowrap hidden-phone" >
|
2020-05-30 22:29:42 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', 'COM_QUESTIONSANSWERS_HELP_DOCUMENT_SITE_VIEW_LABEL', 'h.', $this->listDirn, $this->listOrder); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
<?php if ($this->canState): ?>
|
|
|
|
<th width="10" class="nowrap center" >
|
2020-05-30 22:29:42 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', 'COM_QUESTIONSANSWERS_HELP_DOCUMENT_STATUS', 'a.published', $this->listDirn, $this->listOrder); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
<?php else: ?>
|
|
|
|
<th width="10" class="nowrap center" >
|
|
|
|
<?php echo JText::_('COM_QUESTIONSANSWERS_HELP_DOCUMENT_STATUS'); ?>
|
|
|
|
</th>
|
|
|
|
<?php endif; ?>
|
|
|
|
<th width="5" class="nowrap center hidden-phone" >
|
2020-05-30 22:29:42 +00:00
|
|
|
<?php echo JHtml::_('grid.sort', 'COM_QUESTIONSANSWERS_HELP_DOCUMENT_ID', 'a.id', $this->listDirn, $this->listOrder); ?>
|
2018-04-24 12:12:24 +00:00
|
|
|
</th>
|
|
|
|
</tr>
|