Index: typo3/sysext/beuser/mod/index.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/sysext/beuser/mod/index.php,v retrieving revision 1.4 diff -u -r1.4 index.php --- typo3/sysext/beuser/mod/index.php 4 Oct 2005 11:58:20 -0000 1.4 +++ typo3/sysext/beuser/mod/index.php 22 Oct 2005 15:18:15 -0000 @@ -1035,7 +1035,7 @@ function jumpToUrl(URL) { // document.location = URL; } - '); + ' . $this->doc->redirectUrls()); } /** @@ -1247,7 +1247,13 @@ // Header: $allCells = array(); reset($options); - $allCells['USERS'] = 'Usernames:'; + + $link_createNewUser=''. + 'doc->backPath,'gfx/new_el.gif','width="11" height="12"').' title="'.$GLOBALS['LANG']->getLL('new',1).'" alt="" />'. + ''; + + $allCells['USERS'] = '
Usernames:'.$link_createNewUser.'
'; + while(list($kk,$vv)=each($options)) { if ($compareFlags[$kk]) { $allCells[$kk] = ''.$vv.':';