Remove By Severity on Sumary page
Moderators: Developer, Contributor
Remove By Severity on Sumary page
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
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
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