v4.3.5-cvs
----------
+[mms] Fix some javascript if using IE 8 (uses IE 7 compatibility mode) (Bug
+ #8345).
[jan] Allow to lock default_encrypt preference.
[mjr] Add example hook showing how to set the add_source preference (Bug #8285).
[mms] Fix unqualified domain preference (Bug #8272).
if (!empty($refresh_time) && !empty($refresh_url)) {
echo "<meta http-equiv=\"refresh\" content=\"$refresh_time;url=$refresh_url\" />\n";
}
+if ($GLOBALS['browser']->isBrowser('msie') &&
+ ($GLOBALS['browser']->getMajor() == 8)) {
+ echo '<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />' . "\n";
+}
echo Horde_Util::bufferOutput('require', IMP_TEMPLATES . '/javascript_defs.php');
IMP::includeScriptFiles();
IMP::includeStylesheetFiles(!empty($printer_friendly));