fixed some message log bugs and added more guid stuff
This commit is contained in:
parent
847e2dabd9
commit
f5cdf6aafe
5 changed files with 19 additions and 12 deletions
|
|
@ -85,7 +85,7 @@ sub www_viewMessageLogMessage {
|
|||
my $status = _status->{$data->{status}};
|
||||
if ($data->{url} ne "" && $data->{status} eq 'pending'){
|
||||
$status = '<a href="'.WebGUI::URL::append($data->{url},'mlog='.$data->{messageLogId}).'">'.$status.'</a>';
|
||||
$vars->{'message.takeAction'} = '<a href="'.$data->{url}.'">'.WebGUI::International::get(554).'</a>'
|
||||
$vars->{'message.takeAction'} = '<a href="'.WebGUI::URL::apppend($data->{url},'mlog='.$data->{messageLogId}).'">'.WebGUI::International::get(554).'</a>'
|
||||
}
|
||||
$vars->{'message.status'} = $status;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue