View Issue Details

IDProjectCategoryView StatusLast Update
0004052mantisbtbugtrackerpublic2004-07-18 11:34
Reportermasc Assigned Tovboctor  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
PlatformX86OSWindowsOS VersionWin2K
Product Version0.19.0a1 
Fixed in Version0.19.0a2 
Summary0004052: Not all the buttons are marked as class="button"
Description

Look at:

  • all the buttons of the user preferences pages
  • 'switch' button on the top of each page
  • 'jump' button

This makes hard to personalise the css because some buttons appear in the 'button' style, and some other in 'input' style.

TagsNo tags attached.

Activities

vboctor

vboctor

2004-07-09 07:17

manager   ~0005954

The switch / jump buttons use a class called "button-small". So it seems that whoever added them as a different class had a reason. Can't you customise also button-small? This way some you have the flexibility to customise them to be the same thing or a different style.

I didn't look at the user preferences. I will wait till I get your feedback on button-small. Also send me the name of the PHP files that you are referring to.

masc

masc

2004-07-09 07:45

reporter   ~0005955

I submitted the bug without looking at the code. It's OK for the "button-small", I forgot to set it in the css file.

There are still 5 buttons without the class. I listed them in the following, filename and line between bracket:

  • account_prefs_inc.php(273): <input type="submit" value="<?php echo lang_get( 'update_prefs_button' ) ?>" />
  • account_prefs_inc.php(286): <input type="submit" value="<?php echo lang_get( 'reset_prefs_button' ) ?>" />
  • bug_report_advanced_page.php(384): <input tabindex="20" type="submit" value="<?php echo lang_get( 'submit_report_button' ) ?>" />
  • bug_report_page.php(276): <input tabindex="12" type="submit" value="<?php echo lang_get( 'submit_report_button' ) ?>" />
  • bug_sponsorship_list_view_inc.php(49): <input type="submit" name="sponsor" value="Sponsor" />

Related Changesets

MantisBT: master 4fe7ea3e

2004-07-11 04:22

vboctor


Details Diff
Fix 0004052: Not all the buttons are marked as class="button" (vboctor)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2689 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004052
mod - doc/ChangeLog Diff File
mod - bug_report_advanced_page.php Diff File
mod - bug_report_page.php Diff File
mod - bug_sponsorship_list_view_inc.php Diff File
mod - account_prefs_inc.php Diff File