fix typo in www_manageUsersInGroup
This commit is contained in:
parent
d089539ddd
commit
bf74284c34
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
- Added a 2.7% speed increase by precaching i18n messages. This should also
|
||||
help increase shared memory amongst Apache children. (Matt Wilson)
|
||||
- fix [ 1488921 ] Help: Commerce, Manage
|
||||
- fix [ Add user to group ] typo in www_manageUsersInGroup
|
||||
- Added two new mail posting properties to the collaboration system to get
|
||||
around a couple of problems clients have brought up.
|
||||
|
||||
|
|
|
|||
|
|
@ -654,7 +654,7 @@ sub www_manageUsersInGroup {
|
|||
value=>"deleteGrouping"
|
||||
});
|
||||
$output .= '<table border="1" cellpadding="2" cellspacing="0"><tr><td class="tableHeader"><input type="image" src="'
|
||||
.$session->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