MantisBT: master 247b2ef3

Author Committer Branch Timestamp Parent
dregad atrol master 2020-10-11 00:12 master c74463ef
Affected Issues  0012677: Please change a search option to manage users
 0027387: Manage user page table footer is displayed even when empty
Changeset

Display footer only when page navigation is needed

  • In manage user page, the navigation controls are only displayed in the
    section footer when there is more than one page. Issue 0012677 moved
    the search form to the header, resulting in an empty footer div when
    there are 50 users or less.
  • In manage tags page, the navigation controls are only displayed in the
    section footer when there is more than one page, resulting in an empty
    footer div when there are 20 tags or less.

The footer div in the above pages is now hidden when there is only one
page worth of data.

Fixes 0027387

mod - manage_tags_page.php Diff File
mod - manage_user_page.php Diff File