View Issue Details

IDProjectCategoryView StatusLast Update
0008491mantisbtfeaturepublic2008-04-19 04:10
Reporterrickpastoor Assigned Togiallu  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Platformx86OSWindowsOS VersionXP Professional
Product Version1.1.0rc1 
Fixed in Version1.2.0a1 
Summary0008491: 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>)

TagsNo tags attached.

Activities

giallu

giallu

2008-02-21 19:05

reporter   ~0017149

just committed in svn trunk.

Related Changesets

MantisBT: master f2193a80

2008-02-21 19:02

giallu


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