Example #1
0
</tr>

<?php 
if ($arrCategoryList) {
    ?>

	<tr>

	 <th width="5%">

	 <input style="border:none; float:left;" type="checkbox" name="Main" value="1" id="Main" onClick="javascript:toggleOption(this);" />

	 </th>

	 <?php 
    echo $objCategory->getCategorySortColumn($_REQUEST);
    ?>

	 <th valign="top">Action</th>

	</tr>

	</thead>

	<?php 
    foreach ($arrCategoryList as $varKey => $varValue) {
        ?>

		<tr>

		 <td width="left"><input type="checkbox"	id="frmCategoryID[]" onClick="javascript:deSelectCheckbox(this);" name="frmCategoryID[]" value="<?php