Fix typo in Group.pm where www_manageUsersInGroup wasn't working.

Add a feature to the Help where the user's UI Level is checked
and only fields that he can see are displayed.  A URL is provided
to override the UI.

Article help is updated to work with UI level display.
This commit is contained in:
Colin Kuskie 2006-03-01 03:51:56 +00:00
parent 73dcd7729a
commit 659b164a42
4 changed files with 33 additions and 8 deletions

View file

@ -650,7 +650,7 @@ sub www_manageUsersInGroup {
value=>"deleteGrouping"
});
$output .= '<table border="1" cellpadding="2" cellspacing="0"><tr><td class="tableHeader"><input type="image" src="'
.WebGUI::Icon::_getBaseURL().'delete.gif" border="0"></td>
.$session->icon->_getBaseURL().'delete.gif" border="0"></td>
<td class="tableHeader">'.$i18n->get(50).'</td>
<td class="tableHeader">'.$i18n->get(369).'</td></tr>';
my $p = WebGUI::Paginator->new($session,$session->url->page("op=manageUsersInGroup;gid=".$session->form->process("gid")));