Index: typo3/sysext/tstemplate/ts/index.php =================================================================== --- typo3/sysext/tstemplate/ts/index.php (revision 10191) +++ typo3/sysext/tstemplate/ts/index.php (working copy) @@ -106,7 +106,13 @@ if ($this->id && $this->access) { $this->doc->form = '
'; + $formProtection = t3lib_formProtection_Factory::get( + 't3lib_formprotection_BackendFormProtection' + ); + $formToken = $formProtection->generateToken('Template', 'edit'); + $this->doc->form .= ''; + // JavaScript $this->doc->JScode = '