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
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to