Interface fix: add a previous link after adding a bookmark.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@301 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
7f15875147
commit
62ec6cf50d
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ if ($userservice->isLoggedOn() && POST_SUBMITTED != '') {
|
|||
if (POST_POPUP != '') {
|
||||
$tplVars['msg'] = '<script type="text/javascript">window.close();</script>';
|
||||
} else {
|
||||
$tplVars['msg'] = T_('Bookmark saved');
|
||||
$tplVars['msg'] = T_('Bookmark saved') . ' <a href="javascript:history.go(-2)">'.T_('(Come back to previous page.)').'</a>';
|
||||
// Redirection option
|
||||
if ($GLOBALS['useredir']) {
|
||||
$address = $GLOBALS['url_redir'] . $address;
|
||||
|
|
Loading…
Reference in a new issue