View Issue Details

IDProjectCategoryView StatusLast Update
0014725mantisbtcode cleanuppublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.12 
Target Version1.2.12Fixed in Version1.2.12 
Summary0014725: Manage Project Create and Edit pages are not consistent
Description

The fields are not displayed in the same order between manage_proj_create_page.php and manage_proj_edit_page.php, and their length differs.

Furthermore, manage_proj_create_page.php does hardcodes use of class="row-X", instead of calling helper_alternate_class().

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036189

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 0b5f7bc4

2012-09-20 06:57

dregad


Details Diff
Make Manage Project Create and Edit pages consistent

The following changes were made:

- Display the fields in the same order
- Make the fields identical length
- replace uses of class="row-X" with helper_alternate_class() calls
- Display the "required" star next to project name
- Added comments
- Use identical variable names
- Align submit buttons the same way

Fixes 0014725
Affected Issues
0014725
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File

MantisBT: master e90ef63b

2012-09-20 21:51

dregad


Details Diff
Make Manage Project Create and Edit pages consistent

The following changes were made:

- Display the fields in the same order
- Make the fields identical length
- Display the "required" star next to project name
- Use identical variable names

Fixes 0014725
Affected Issues
0014725
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File