about the table in summary_page.php
Posted: 26 Nov 2010, 04:04
Hi all
hope someone can help me.
this is table in summary_page.php
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo lang_get( 'by_status' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
<?php summary_print_by_enum( 'status' ) ?>
</table>
how to we exchange the column of open, resolve ,closed and total with the status values like assigned, closed and others
thank you everyone.
hope someone can help me.
this is table in summary_page.php
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo lang_get( 'by_status' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
<?php summary_print_by_enum( 'status' ) ?>
</table>
how to we exchange the column of open, resolve ,closed and total with the status values like assigned, closed and others
thank you everyone.