Refresh the (right) content window is much better in my opinion...
BTW, the code in the first post is false, I think it's a problem with the php-tag... ;-)
In Includes/adminfunctions_navpanel.php find:
Code:
<a href=\"#\" onclick=\"read_group_prefs(); return false\">$vbphrase[revert_prefs]</a>
Below it add:
Code:
<br />
<a href=\"#\" onclick=\"javascript:history.go(0); return false\">Refresh Sidepanel</a>
The php-tag doesn't display a "\"
C.