0.18.5
bugfix: attribute map editor was broken (#353)
bugfix: speed up IPv4 VLAN selector (by Boris Lytochkin)
+ update: allow scrollbars in port selector (#361)
0.18.4 2010-07-13
bugfix: a race condition could be triggered in permissions editor
new feature: "any mode" of user port in VLAN switch template
'in_rack' => 'n',
);
$popup_args = 'height=700, width=400, location=no, menubar=no, '.
- 'resizable=yes, scrollbars=no, status=no, titlebar=no, toolbar=no';
+ 'resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no';
echo " ondblclick='window.open(\"" . makeHrefForHelper ('portlist', $helper_args);
echo "\",\"findlink\",\"${popup_args}\");'";
// end of onclick=