[TYPO3] How to remove the delete icon from List mode?

Michael Cannon michael at cannonbose.com
Fri Feb 8 14:36:03 CET 2008


Does anyone know how to remove the delete icon from List mode?

Here's how to remove the delete icon from content elements and
records. This is supposedly for the Page and File views as well, but
it only the options.disableDelete seems to work.
--
# MLC 20080115
# @ref http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/2/

# remove in record delete/trash icon
options.disableDelete = 1

# table specific
# options.disableDelete.tt_news = 1

# context menu delete/trash removal
contextMenu.pageTree.disableItems = delete
contextMenu.pageList.disableItems = delete
contextMenu.folderTree.disableItems = delete
contextMenu.folderList.disableItems = delete

-- 
Michael Cannon
President of Cannonbose, LLC
+1 (800) 559-9773  |  +1 (603) 559-9773  |  Fax : +1 (802) 609-2776


More information about the TYPO3-english mailing list