Index: typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php =================================================================== --- typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php (revision 3402) +++ typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php (working copy) @@ -109,8 +109,8 @@ if ($existTemplate) { $saveId = $tplRow['_ORIG_uid'] ? $tplRow['_ORIG_uid'] : $tplRow['uid']; - // Update template ? - if (t3lib_div::_POST("submit")) { + // Update template ? + if (t3lib_div::_POST("submit") || (t3lib_div::_POST("submit_x") && t3lib_div::_POST("submit_y"))) { require_once (PATH_t3lib."class.t3lib_tcemain.php"); $tmpl->changed=0; $tmpl->ext_procesInput(t3lib_div::_POST(),$_FILES,$theConstants,$tplRow);