Project

General

Profile

Bug #24922 » be_acl-4-5-formProtection.diff

Administrator Admin, 2011-02-02 19:21

View differences:

class.ux_sc_mod_web_perm_index.php 2011-02-02 19:19:49.000000000 +0100
<input type="submit" name="submit" value="'.$LANG->getLL('saveAndClose',1).'" />'.
'<input type="submit" value="'.$LANG->getLL('Abort',1).'" onclick="'.htmlspecialchars('jumpToUrl(\'index.php?id='.$this->id.'\'); return false').'" />
<input type="hidden" name="redirect" value="'.htmlspecialchars(TYPO3_MOD_PATH.'index.php?mode='.$this->MOD_SETTINGS['mode'].'&depth='.$this->MOD_SETTINGS['depth'].'&id='.intval($this->return_id).'&lastEdited='.$this->id).'" />
';
' . t3lib_TCEforms::getHiddenTokenField('tceAction');
// Adding section with the permission setting matrix:
$this->content.=$this->doc->divider(5);
(2-2/2)