better-integrated the SSO Service Provider information by moving it onto a
Profile page
This commit is contained in:
@@ -54,7 +54,8 @@ menu = mprov.getInlineMenu(user,VeniceNamespaces.USER_PROFILE_NAMESPACE,"user.pr
|
||||
if (menu.getItemCount()>1)
|
||||
{ // set up the menu properly
|
||||
menu.setVariable("target",stringutils.encodeURL(target));
|
||||
menu.setSelectedIndex(0);
|
||||
ndx = menu.getItemContainingLinkText("profile.js.vs");
|
||||
menu.setSelectedIndex(ndx);
|
||||
|
||||
} // end if
|
||||
else // don't display the menu
|
||||
|
||||
Reference in New Issue
Block a user