Return to previous tab (Content & Settings)
- Return to previously active tab after deleting content - Return to previously active tab after saving settings
This commit is contained in:
parent
0eacad9a95
commit
b245ac0028
@ -55,7 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Redirect::page('content');
|
Redirect::page('content'.(isset($_POST['hash'])?$_POST['hash']:''));
|
||||||
}
|
}
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
@ -71,4 +71,4 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Title of the page
|
// Title of the page
|
||||||
$layout['title'] .= ' - '.$L->g('Edit content').' - '.$page->title();
|
$layout['title'] .= ' - '.$L->g('Edit content').' - '.$page->title();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user