Bug #23006 ยป 14877.diff
typo3/mod/web/perm/index.php (working copy) | ||
---|---|---|
<td align="center">' . $LANG->getLL('Everybody', TRUE) . '</td>
|
||
<td><img' . t3lib_iconWorks::skinImg($BACK_PATH, 'gfx/line.gif', 'width="5" height="16"') . ' alt="" /></td>
|
||
<td align="center">' . $LANG->getLL('EditLock', TRUE) . '</td>
|
||
</tr>
|
||
</tr>
|
||
';
|
||
} else {
|
||
$code.='
|
||
... | ... | |
$bgCol = ($BE_USER->user['uid'] == $data['row']['perms_userid'] ? ' class="bgColor-20"' : $lE_bgCol);
|
||
// FIXME $owner undefined
|
||
$cells[]='
|
||
<td'.$bgCol.' nowrap="nowrap" align="center">'.($pageId ? $owner.SC_mod_web_perm_ajax::renderPermissions($BE_USER->calcPerms($data['row']), $pageId, 'user') : '').'</td>
|
||
<td' . $bgCol . ' nowrap="nowrap" align="center">' . ($pageId ? SC_mod_web_perm_ajax::renderPermissions($BE_USER->calcPerms($data['row']), $pageId, 'user') : '') . '</td>
|
||
'.(!$BE_USER->isAdmin()?'
|
||
<td' . $bgCol . ' class="center"><img' . t3lib_iconWorks::skinImg($BACK_PATH, 'gfx/line.gif', 'width="5" height="16"') . ' alt="" /></td>
|
||
<td'.$bgCol.' nowrap="nowrap">'.($data['row']['editlock'] ? t3lib_iconWorks::getSpriteIcon('status-warning-lock', array('title' => $LANG->getLL('EditLock_descr', TRUE))) : '').'</td>
|