Page 1 of 1
Remove By Severity on Sumary page
Posted: 08 Mar 2010, 02:19
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?
Re: Remove By Severity on Sumary page
Posted: 12 Apr 2010, 17:03
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