how to remove column name in summary_page.php

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Se7en
Posts: 16
Joined: 24 Jun 2010, 02:19

how to remove column name in summary_page.php

Post 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
Attachments
mantis002.png
mantis002.png (8.79 KiB) Viewed 6894 times
mhonmon23
Posts: 76
Joined: 22 Sep 2010, 10:43

Re: how to remove column name in summary_page.php

Post 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>
dbcm
Posts: 1
Joined: 21 Feb 2011, 00:48
Contact:

Re: how to remove column name in summary_page.php

Post by dbcm »

This worked fine for me. Thank you for posting the solution.
maxx
Posts: 2
Joined: 27 Feb 2011, 02:04
Location: Milano
Contact:

Re: how to remove column name in summary_page.php

Post by maxx »

I thank you for the solution ...
amandab18
Posts: 1
Joined: 09 Mar 2011, 14:38

Re: how to remove column name in summary_page.php

Post by amandab18 »

this is awesome. worked good for me as well. thanks.
Post Reply