Remove By Severity on Sumary page

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
qatester
Posts: 21
Joined: 05 Mar 2010, 06:39

Remove By Severity on Sumary page

Post by qatester »

I removed the Severity and Resolution fields on the bug report pages so there is no reason to display them on the summary_page.php page. How do I remove By Severity and By By Resolution categories from the summary_page.php page?
rcorzo
Posts: 2
Joined: 12 Apr 2010, 16:55
Location: Spain

Re: Remove By Severity on Sumary page

Post by rcorzo »

Hi,
I do this follow this steps:
* Open the archive: summary_page.php
* Find and commet this paragraph:

# <table class="width100" cellspacing="1">
# <tr>
# <td class="form-title" colspan="1">
# <?php echo lang_get( 'by_severity' ) ?>
# </td>
# <?php echo $t_orcttab ?>
# </tr>
# <?php summary_print_by_enum( 'severity' ) ?>
# </table>

You must "hide" all the tables in the summary page that you want.

It's work for me (sorry for my english :) )

Rubén
Post Reply