2010-05-07 Steffen Kamper <info@sk-typo3.de>
+ * Fixed bug #14326: [Performance] Preload ExtJS in BE
* Fixed bug #14288: opendocs can cause duplicate id html errors (thanks to Stefan Galinski)
2010-05-07 Stanislas Rolland <typo3@sjbr.ca>
$TBE_TEMPLATE->bodyTagAdditions = ' onload="startUp();"';
$TBE_TEMPLATE->moduleTemplate = $TBE_TEMPLATE->getHtmlTemplate('templates/login.html');
+ $TBE_TEMPLATE->getPageRenderer()->loadExtJS();
+
// Set JavaScript for creating a MD5 hash of the password:
$TBE_TEMPLATE->JScode.= $this->getJScode();
'###CONTENT###' => trim($newsItem['content']),
'###CLASS###' => $additionalClass
);
-
+
$count++;
$newsItemContent .= t3lib_parsehtml::substituteMarkerArray($newsItemTemplate, $newsItemMarker);
}