mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Inconsistent behavior with Alias info popup
hopefully fixes #2625 http://redmine.pfsense.org/issues/2625
This commit is contained in:
parent
73567959ef
commit
17c0bb50f8
@ -1099,7 +1099,7 @@ function rule_popup($src,$srcport,$dst,$dstport){
|
||||
$width="350";
|
||||
break;
|
||||
}
|
||||
$span_begin = "<span style=\"cursor: help;\" onmouseover=\"var response_html=domTT_activate(this, event, 'id','ttalias_{$alias_id}','content','{$loading_image}', 'trail', true, 'delay', 300, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle','type','velcro','width',{$width});alias_popup('{$alias_id}','{$g["theme"]}','".gettext('loading...')."');\" domTT_mouseout(this, close);\"><U>";
|
||||
$span_begin = "<span style=\"cursor: help;\" onmouseover=\"var response_html=domTT_activate(this, event, 'id','ttalias_{$alias_id}','content','{$loading_image}', 'trail', true, 'delay', 300, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle','type','velcro','width',{$width});alias_popup('{$alias_id}','{$g["theme"]}','".gettext('loading...')."');\" onmouseout=\"this.style.color = ''; domTT_mouseout(this, event);\"><U>";
|
||||
if ($alias_name['name'] == $src)
|
||||
$descriptions['src']= $span_begin;
|
||||
if ($alias_name['name'] == $srcport)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user