Page 1 of 1

about the table in summary_page.php

Posted: 26 Nov 2010, 04:04
by Se7en
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.
mantis001.png
mantis001.png (10.28 KiB) Viewed 3044 times

Re: about the table in summary_page.php

Posted: 14 Jan 2011, 06:49
by mhonmon23
OK, this kinda painful. you have to edit the whole
html code
of summary_page.php
and also the summary_api.php. under summary_api look for the function
summary_helper_print_row
.

hope this help.