mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
revert changes r42584; as caused by outdated jQuery
This commit is contained in:
parent
fc2ac17c12
commit
e74a96ea9f
@ -870,12 +870,6 @@
|
||||
|
||||
$this->t->set_var('filter_text',htmlspecialchars($this->buildRule($rule),ENT_QUOTES,$GLOBALS['egw']->translation->charset()));
|
||||
$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
|
||||
(
|
||||
|
@ -73,7 +73,7 @@ var refreshURL='{refreshURL}';
|
||||
{filter_status}
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
<a class="{ruleCSS}" href="#" onmouseover="window.status='Edit This Rule'; return true;" onmouseout="window.status='';">{filter_text}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END filterrow -->
|
||||
|
Loading…
Reference in New Issue
Block a user