[TYPO3-dev] About paste links
Tapio Markula
tapio.markula at dnainternet.net
Wed Apr 12 20:21:02 CEST 2006
Hi
B. Kraft developed
kb_pm_paste for the standard page module
for Columns view. I have a little bit
developed it furher.
That is problematic in Language view.
In language paste icons should be
rendered only for the language,
which the copied/cutted content element has.
if paste icons should be rendered base on this:
$elFromTable = $this->clipObj->elFromTable('tt_content');
if (count($elFromTable))
How to alter that so that if-statement
so that paste icons would not be rendered for columns,
which has different language version.
More information about the TYPO3-dev
mailing list