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:
parent
73dcd7729a
commit
659b164a42
4 changed files with 33 additions and 8 deletions
|
|
@ -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")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue