mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
* eMail: reenable edit of existing sieve rules; needs doubleclick to open edit window
This commit is contained in:
parent
1aea9c01b6
commit
1ced446691
@ -870,6 +870,12 @@
|
|||||||
|
|
||||||
$this->t->set_var('filter_text',htmlspecialchars($this->buildRule($rule),ENT_QUOTES,$GLOBALS['egw']->translation->charset()));
|
$this->t->set_var('filter_text',htmlspecialchars($this->buildRule($rule),ENT_QUOTES,$GLOBALS['egw']->translation->charset()));
|
||||||
$this->t->set_var('ruleID',$ruleID);
|
$this->t->set_var('ruleID',$ruleID);
|
||||||
|
$linkData = array
|
||||||
|
(
|
||||||
|
'menuaction' => 'felamimail.uisieve.editRule',
|
||||||
|
'ruleID' => $ruleID,
|
||||||
|
);
|
||||||
|
$this->t->set_var('url_edit_rule',$GLOBALS['egw']->link('/index.php',$linkData));
|
||||||
|
|
||||||
$linkData = array
|
$linkData = array
|
||||||
(
|
(
|
||||||
|
@ -73,7 +73,7 @@ var refreshURL='{refreshURL}';
|
|||||||
{filter_status}
|
{filter_status}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a class="{ruleCSS}" href="#" onmouseover="window.status='Edit This Rule'; return true;" onmouseout="window.status='';">{filter_text}</a>
|
<a class="{ruleCSS}" href="#" ondblclick="fm_sieve_displayRuleEditWindow('{url_edit_rule}'); return false;" onmouseover="window.status='Edit This Rule'; return true;" onmouseout="window.status='';">{filter_text}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END filterrow -->
|
<!-- END filterrow -->
|
||||||
|
Loading…
Reference in New Issue
Block a user