Enhancing notification system.
This commit is contained in:
parent
6d574cd0b9
commit
ffd857262d
1 changed files with 3 additions and 0 deletions
|
|
@ -622,6 +622,9 @@ sub www_viewMessageLogMessage {
|
|||
$output .= '</a>';
|
||||
}
|
||||
$output .= '<br>'.$data{message}.'<p>';
|
||||
if ($data{url} ne "" && $data{status} eq 'pending') {
|
||||
$output .= '<a href="'.$data{url}.'">'.WebGUI::International::get(554).'</a> · ';
|
||||
}
|
||||
$output .= '<a href="'.WebGUI::URL::page('op=viewMessageLog').'">'.WebGUI::International::get(354).'</a><p>';
|
||||
$output .= _accountOptions();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue