Skip to content

Commit cbc1960

Browse files
authored
Merge pull request #28 from paritshivani/Bug#157867
Bug #27 fix: Removed checkbox.
2 parents c58774c + fc3cdf7 commit cbc1960

File tree

1 file changed

+0
-8
lines changed
  • src/components/com_tc/administrator/views/usertcs/tmpl

1 file changed

+0
-8
lines changed

src/components/com_tc/administrator/views/usertcs/tmpl/default.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
<table class="table table-striped" id="contentList">
6565
<thead>
6666
<tr>
67-
<th width="1%" class="hidden-phone">
68-
<input type="checkbox" name="checkall-toggle" value=""
69-
title="<?php echo JText::_('JGLOBAL_CHECK_ALL'); ?>" onclick="Joomla.checkAll(this)"/>
70-
</th>
7167
<th class='left'>
7268
<?php echo JHtml::_('grid.sort', 'COM_TC_USERTCS_NAME', 'uc.`name`', $listDirn, $listOrder); ?>
7369
</th>
@@ -99,9 +95,6 @@
9995
$acceptedDate = HTMLHelper::_('date', $item->accepted_date, $this->dateFormat, true);
10096
?>
10197
<tr class="row<?php echo $i % 2; ?>">
102-
<td class="hidden-phone">
103-
<?php echo JHtml::_('grid.id', $i, $item->tc_id); ?>
104-
</td>
10598
<td>
10699
<?php echo $this->escape($item->name); ?>
107100
</td>
@@ -125,7 +118,6 @@
125118
<?php
126119
endif; ?>
127120
<input type="hidden" name="task" value=""/>
128-
<input type="hidden" name="boxchecked" value="0"/>
129121
<input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>"/>
130122
<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>"/>
131123
<?php echo JHtml::_('form.token'); ?>

0 commit comments

Comments
 (0)