Bug #22254 ยป index.php.0013775.diff
typo3/sysext/beuser/mod/index.php 2010-03-09 10:18:24.000000000 +0100 | ||
---|---|---|
'<img' . t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/new_el.gif') . ' title="' . $GLOBALS['LANG']->getLL('newUser', true) . '" alt="" />'.
|
||
'</a>';
|
||
$allCells['USERS'] = '<table border="0" cellspacing="0" cellpadding="0" width="100%"><td><b>' . $GLOBALS['LANG']->getLL('usernames', true) . '</b></td><td width="12">' . $link_createNewUser . '</td></tr></table>';
|
||
$allCells['USERS'] = '<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td><b>' . $GLOBALS['LANG']->getLL('usernames', true) . '</b></td><td width="12">' . $link_createNewUser . '</td></tr></table>';
|
||
foreach ($options as $kk => $vv) {
|
||
if ($compareFlags[$kk]) {
|