Page 1 of 1
how to remove column name in summary_page.php
Posted: 26 Nov 2010, 08:11
by Se7en
Hi all,
i able to remove the value but the column name still exist?
anyone know about how to remove the name as i highlight in attachment?
where it is locate?in which file?
thank you
Re: how to remove column name in summary_page.php
Posted: 05 Jan 2011, 11:17
by mhonmon23
In mantis 1.2.3 under summary_page.php
comment or remove line 133 to 141
Code: Select all
<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>
Re: how to remove column name in summary_page.php
Posted: 21 Feb 2011, 00:54
by dbcm
This worked fine for me. Thank you for posting the solution.
Re: how to remove column name in summary_page.php
Posted: 27 Feb 2011, 02:16
by maxx
I thank you for the solution ...
Re: how to remove column name in summary_page.php
Posted: 09 Mar 2011, 15:07
by amandab18
this is awesome. worked good for me as well. thanks.