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
how to remove column name in summary_page.php
Moderators: Developer, Contributor
how to remove column name in summary_page.php
- Attachments
-
- mantis002.png (8.79 KiB) Viewed 6898 times
Re: how to remove column name in summary_page.php
In mantis 1.2.3 under summary_page.php
comment or remove line 133 to 141
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
This worked fine for me. Thank you for posting the solution.
Re: how to remove column name in summary_page.php
I thank you for the solution ...
Re: how to remove column name in summary_page.php
this is awesome. worked good for me as well. thanks.