iframe = new Element('IFRAME', { id: 'iframe' + name, className: 'iframe', frameBorder: 0, src: loc });
this._resizeIE6Iframe(iframe);
-
- // Hide menu in prefs pages.
- if (name == 'options') {
- iframe.observe('load', function() { $('iframeoptions').contentWindow.document.getElementById('menu').style.display = 'none'; });
- }
-
container.insert(iframe);
},
'URI_DIMP' => Horde::applicationUrl('index-dimp.php', true, -1),
'URI_MESSAGE' => Horde::applicationUrl('message-dimp.php'),
'URI_PREFS' => Horde::url($horde_webroot . '/services/prefs/', true, -1),
- 'URI_PREFS_IMP' => str_replace('&', '&', Horde::getServiceLink('options', 'imp')),
+ 'URI_PREFS_IMP' => str_replace('&', '&', Horde_Util::addParameter(Horde::getServiceLink('options', 'imp'), array('nomenu' => 1))),
'URI_TIMEOUT' => Auth::addLogoutParameters($horde_webroot . '/login.php', AUTH_REASON_SESSION),
'URI_VIEW' => Horde::applicationUrl('view.php', true, -1),