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.
about the table in summary_page.php
Moderators: Developer, Contributor
Re: about the table in summary_page.php
OK, this kinda painful. you have to edit the whole
and also the summary_api.php. under summary_api look for the function
hope this help.
of summary_page.phphtml code
and also the summary_api.php. under summary_api look for the function
.summary_helper_print_row
hope this help.