MantisBT: master-1.2.x 129a8e5e

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-05-06 01:02 master-1.2.x a21374af
Changeset

Code cleanup in Manage User page

Simplify code by using a for loop to print the column headers instead of
manually building the table cells one by one. Note that this actually
changes the label of the 'Protected' column from the padlock icon to a
text description.

Rename 'hide' variable to 'hide_inactive'. With the addition of the new
filter option 'show_disabled', using just 'hide' was potentially
confusing.

mod - core/print_api.php Diff File
mod - manage_user_page.php Diff File