mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Open sieve in div, not iframe
This commit is contained in:
parent
3158cbf915
commit
32971ef3cc
@ -713,6 +713,7 @@ class mail_hooks
|
|||||||
$linkData = array
|
$linkData = array
|
||||||
(
|
(
|
||||||
'menuaction' => 'mail.mail_sieve.index',
|
'menuaction' => 'mail.mail_sieve.index',
|
||||||
|
'ajax' => 'true'
|
||||||
);
|
);
|
||||||
if(empty($preferences['prefpreventeditfilterrules']) || $preferences['prefpreventeditfilterrules'] == 0)
|
if(empty($preferences['prefpreventeditfilterrules']) || $preferences['prefpreventeditfilterrules'] == 0)
|
||||||
$file['filter rules'] = egw::link('/index.php',$linkData);
|
$file['filter rules'] = egw::link('/index.php',$linkData);
|
||||||
@ -720,6 +721,7 @@ class mail_hooks
|
|||||||
$linkData = array
|
$linkData = array
|
||||||
(
|
(
|
||||||
'menuaction' => 'mail.mail_sieve.editVacation',
|
'menuaction' => 'mail.mail_sieve.editVacation',
|
||||||
|
'ajax' => 'true'
|
||||||
);
|
);
|
||||||
if(empty($preferences['prefpreventabsentnotice']) || $preferences['prefpreventabsentnotice'] == 0)
|
if(empty($preferences['prefpreventabsentnotice']) || $preferences['prefpreventabsentnotice'] == 0)
|
||||||
{
|
{
|
||||||
@ -728,7 +730,7 @@ class mail_hooks
|
|||||||
if((empty($preferences['prefpreventnotificationformailviaemail']) ||
|
if((empty($preferences['prefpreventnotificationformailviaemail']) ||
|
||||||
$preferences['prefpreventnotificationformailviaemail'] == 0))
|
$preferences['prefpreventnotificationformailviaemail'] == 0))
|
||||||
{
|
{
|
||||||
$file['email notification'] = egw::link('/index.php','menuaction=mail.mail_sieve.editEmailNotification'); //Added email notifications
|
$file['email notification'] = egw::link('/index.php','menuaction=mail.mail_sieve.editEmailNotification&ajax=true'); //Added email notifications
|
||||||
}
|
}
|
||||||
if ($sieveEnabledServerCounter>=1)
|
if ($sieveEnabledServerCounter>=1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user