Theme work with focusbusiness and baseadmin
Improvements to NAVBAR, updates to StaticList methods, other minor items Enable product category rendering and other minor improvements Added ADSL-large category price plan
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Type</td>
|
||||
<td class="data"><?php echo StaticList_RecurType::display($so->recur_type); ?></td>
|
||||
<td class="data"><?php echo StaticList_RecurType::get($so->recur_type); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>User Can Change Schedule</td>
|
||||
|
@@ -21,7 +21,7 @@ Pending change to: <?php echo $so->service_change->list_details(); ?>
|
||||
$lp = $iio->product_id; ?>
|
||||
<tr class="list-sub-head">
|
||||
<th class="id"><?php echo $iio->product_id; ?></th>
|
||||
<th colspan="9"><?php echo $iio->product->name(); ?></th>
|
||||
<th colspan="9"><?php echo $iio->product->title(); ?></th>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr class="list-data">
|
||||
|
@@ -23,7 +23,7 @@
|
||||
<?php if (is_null($so->price) OR ($so->price<=$so->product->price($so->price_group,$so->recur_schedule,'price_base'))) { ?>
|
||||
<tr>
|
||||
<td>Service</td>
|
||||
<td class="data"><?php echo HTML::anchor('product/view/'.$so->product_id,$so->product->name()); ?></td>
|
||||
<td class="data"><?php echo HTML::anchor('product/view/'.$so->product_id,$so->product->title()); ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user