[Typo3] disable deleting for BE users

Stefan Beylen intsys at swissinfo.org
Tue Aug 30 22:24:48 CEST 2005


Stefan Beylen wrote:
> any way to disable "Extended View" maybe?

really a shame to have to quick-solve it like that:

class ux_localRecordList extends localRecordList {

	function makeControl($table,$row) {
		//DO NOTHING
	}
	function makeClip($table,$row)  {
		//DO EVEN LESS
	}
}

I am surprised no one else was complaining about that before...
rest can be done via User TSConfig ;)



More information about the TYPO3-english mailing list