[TYPO3-core] FE-editing of page overlay records
Martin Kutschker
Martin.Kutschker at blackbox.net
Mon Apr 3 10:53:11 CEST 2006
Franz Holzinger <franz at fholzinger.com> writes on
Mon, 03 Apr 2006 10:36:23 +0200 (METDST):
> Martin Kutschker a écrit :
>
>
> >Hi!
> >
> >This patch allows to edit the page overlay records from the admin
> > panel.
> >
> >The patch works fine for me but I'm not sure if this line is really
> > needed:
> >
>
> > >$GLOBALS['TSFE']->sys_page->versionOL('pages_language_overlay',$row);
> >
> >Masi
> >
> >PS: the new edit icon edit3.gif isn't a beauty :-(
> >
> >
> >
> >
> >.$params.'&noView=1&returnUrl='.rawurlencode( ...
> >
>
> Shouldn't the rawurlencode be also done with
>
> .$params.'&noView=1&returnUrl='
>
> ?
No. $params is set like this (as seen in the patch):
$params='&edit[pages]['.$id.']=edit';
The whole icon-code is a copy from the currentz
Masi
More information about the TYPO3-team-core
mailing list