Bug #23415 » 15514.diff
typo3_src-4.4.2_new/typo3/sysext/beuser/mod/index.php 2010-08-20 19:23:28.000000000 +0200 | ||
---|---|---|
// Delete
|
||
$params='&cmd[' . $table . '][' . $row['uid'] . '][delete]=1';
|
||
$cells[]='<a href="' . $this->doc->issueCommand($params) . '" onclick="return confirm(unescape(\'' . rawurlencode($GLOBALS['LANG']->getLL('sureToDelete', TRUE)) . '\'));" title="' . $GLOBALS['LANG']->getLL('delete', TRUE) . '">' .
|
||
$cells[]='<a href="' . $this->doc->issueCommand($params) . '" onclick="return confirm(unescape(\'' . $GLOBALS['LANG']->getLL('sureToDelete', TRUE) . '\'));" title="' . $GLOBALS['LANG']->getLL('delete', TRUE) . '">' .
|
||
t3lib_iconWorks::getSpriteIcon('actions-edit-delete') .
|
||
'</a>';
|
||
- « Previous
- 1
- 2
- Next »