[TYPO3-templavoila] Disable edit icon of page
Tapio Markula
tapio.markula at xetpoint.fi
Tue Feb 16 13:20:53 CET 2010
Chris Müller
> I am looking for a way to disable the edit icon in frontend editing
> which is displayed on top of a page to edit only the content columns of
> the page (pencil from top right to bottom left). I looked into
> class.tx_templavoila_pi1.php and it seems it is hardcoded (around line
> 387).
>
> Does anyone know a way to do this without manually patching the code?
no, if that is hardcoded. Some CSS could work.
Hide the edit icon with CSS.
For content areas, unhide them. Because editing icons for content
elements are inside content area block, you can easily build CSS, which
shows edit icon only inside content area blocks.
More information about the TYPO3-project-templavoila
mailing list