MantisBT: master 892d350d

Author Committer Branch Timestamp Parent
dregad dregad master 2015-12-18 03:21 master f3f75728
Affected Issues  0020395: Edit Account window does not have required fields marked with red asterisk
Changeset

CSS class renamed from 'has-required' to 'required'

There was an inconsistency in the class name used to flag mandatory
fields. The fields use 'required' class to display a red asterisk next
to the label, while the parent fieldset relied on 'has-required' to
display the '* required' legend at the bottom of the form.

This caused password fields in account_page.php (which are only required
in specific contexts, e.g. when changing a new account's password after
verification) not to be flagged with the red asterisk.

We now consistently use 'required'.

Fixes 0020395

mod - account_page.php Diff File
mod - account_prof_menu_page.php Diff File
mod - bug_report_page.php Diff File
mod - css/common_config.php Diff File
mod - manage_columns_inc.php Diff File
mod - manage_proj_create_page.php Diff File
mod - manage_tags_page.php Diff File
mod - news_edit_page.php Diff File
mod - news_menu_page.php Diff File