4
<div class="span9" id="content">
5
<h2>Manage Subcategory - <?php echo $categoryName ?> - <?php echo $cid ?></h2>
6
<table class="table table-striped">
9
<th>SubCategory ID</th>
15
foreach ($subcategories as $item):
18
<td><?php echo $item->subCategoryName ?></td>
19
<td><button class="btn btn-primary" onClick="window.location.href='<?php echo base_url();?>admin/managesubcategory/<?php echo $cid ?>/<?php echo $categoryName ?>/<?php echo $item->subCategoryName ?>'"><i class="icon-cog icon-white"></i> Manage</button></td>
24
<button class="btn btn-primary" onClick="window.location.href='<?php echo base_url();?>admin/addsubcategory/<?php echo $cid ?>/<?php echo $categoryName ?>'"><i class="icon-plus-sign icon-white"></i> Add SubCategory</button>
b'\\ No newline at end of file'