Skip to content

Commit

Permalink
Merge pull request #28 from paritshivani/Bug#157867
Browse files Browse the repository at this point in the history
Bug #27 fix: Removed checkbox.
  • Loading branch information
manojLondhe authored Feb 20, 2020
2 parents c58774c + fc3cdf7 commit cbc1960
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
<table class="table table-striped" id="contentList">
<thead>
<tr>
<th width="1%" class="hidden-phone">
<input type="checkbox" name="checkall-toggle" value=""
title="<?php echo JText::_('JGLOBAL_CHECK_ALL'); ?>" onclick="Joomla.checkAll(this)"/>
</th>
<th class='left'>
<?php echo JHtml::_('grid.sort', 'COM_TC_USERTCS_NAME', 'uc.`name`', $listDirn, $listOrder); ?>
</th>
Expand Down Expand Up @@ -99,9 +95,6 @@
$acceptedDate = HTMLHelper::_('date', $item->accepted_date, $this->dateFormat, true);
?>
<tr class="row<?php echo $i % 2; ?>">
<td class="hidden-phone">
<?php echo JHtml::_('grid.id', $i, $item->tc_id); ?>
</td>
<td>
<?php echo $this->escape($item->name); ?>
</td>
Expand All @@ -125,7 +118,6 @@
<?php
endif; ?>
<input type="hidden" name="task" value=""/>
<input type="hidden" name="boxchecked" value="0"/>
<input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>"/>
<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>"/>
<?php echo JHtml::_('form.token'); ?>
Expand Down

0 comments on commit cbc1960

Please sign in to comment.