Bug #20456 ยป 20090518_RFC_11126.diff
typo3/mod/web/perm/index.php (working copy) | ||
---|---|---|
$this->content.=$this->doc->section($LANG->getLL('permissions').':',$code);
|
||
// CSH for permissions setting
|
||
$this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module_setting', $GLOBALS['BACK_PATH'],'<br/><br/>');
|
||
$this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module_setting', $GLOBALS['BACK_PATH'], '<br /><br />');
|
||
// Adding help text:
|
||
if ($BE_USER->uc['helpText']) {
|
||
... | ... | |
$this->content.=$this->doc->section('',$code);
|
||
// CSH for permissions setting
|
||
$this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module', $GLOBALS['BACK_PATH'],'<br/>|');
|
||
$this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module', $GLOBALS['BACK_PATH'], '<br />|');
|
||
// Creating legend table:
|
||
$legendText = '<b>'.$LANG->getLL('1',1).'</b>: '.$LANG->getLL('1_t',1);
|