View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008491 | mantisbt | feature | public | 2007-10-20 11:08 | 2008-04-19 04:10 |
Reporter | rickpastoor | Assigned To | giallu | ||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | x86 | OS | Windows | OS Version | XP Professional |
Product Version | 1.1.0rc1 | ||||
Fixed in Version | 1.2.0a1 | ||||
Summary | 0008491: Would like label for 'check for more issues' | ||||
Description | Until now, with every new release I personally edit bug_report_page.php and bug_report_advanced_page.php to add the label for the 'check for more issues' checkbox. I would really appreciate it if you would include this change in de current or next release of mantis, it would make my life so much easier ;) | ||||
Additional Information | Old line 352 of bug_report_page.php: <input <?php echo helper_get_tab_index() ?> type="checkbox" name="report_stay" <?php check_checked( $f_report_stay ) ?> /> (<?php echo lang_get( 'check_report_more_bugs' ) ?>) New line 352: <input <?php echo helper_get_tab_index() ?> type="checkbox" name="report_stay" id="report_stay" <?php check_checked( $f_report_stay ) ?> /> (<label for="report_stay"><?php echo lang_get( 'check_report_more_bugs' ) ?></label>) | ||||
Tags | No tags attached. | ||||
MantisBT: master f2193a80 2008-02-21 19:02 Details Diff |
Fix 8491: add label element to 'check for more issues' git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5028 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0008491 |
|
mod - bug_report_advanced_page.php | Diff File | ||
mod - bug_report_page.php | Diff File |