'Reorder Members in Leadership Groups', 'url' => UserAdminView::getLeadershipMemberReorderUrl(), ]; return $links; } protected function _doList() { parent::_doList(); $this->_setReorderBackUrl(); return $this; } protected function _setReorderBackUrl() { $alias = UserAdminView::getPage('fullAlias'); $this->_setBackUrl($this->_getBackUrl(), $alias); return $this; } }