Improved service display
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
<!-- //@todo To translate -->
|
||||
<table class="box-full">
|
||||
<tr>
|
||||
<td style="width: 60%;">Speed</td>
|
||||
<td class="head" colspan="2"><?php echo $record->display('speed'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Peak</td>
|
||||
<td>Off Peak</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Included Download Traffic</td>
|
||||
<!-- // @todo Since price is stored in the DB in GB, so should the traffic. -->
|
||||
<td class="head"><?php echo $record->base_down_peak/1000; ?> GB</td>
|
||||
<td class="head"><?php echo $record->base_down_offpeak/1000; ?> GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Extra Download Traffic</td>
|
||||
<td class="head"><?php echo $record->display('extra_down_peak'); ?>/GB</td>
|
||||
<td class="head"><?php echo $record->display('extra_down_offpeak'); ?>/GB</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user