19,809
edits
(trying to set height of form manually with CSS since it keeps short-sheeting me) |
(oops) |
||
| Line 575: | Line 575: | ||
XEBPopup.prototype.width = 500; | XEBPopup.prototype.width = 500; | ||
var mt = '<form name="XEBPopupBSLfuncForm" | var mt = '<form name="XEBPopupBSLfuncForm" id="XEBFormBSLFunc">' + | ||
'<div id="bsl_platform_label">Platform(s):</div>' + | '<div id="bsl_platform_label">Platform(s):</div>' + | ||
'<div id="bsl_platform_mac"><input type="checkbox" id="mac_ckbox" name="inputMac" checked="1"><label for="mac_ckbox">Mac</label></div>' + | '<div id="bsl_platform_mac"><input type="checkbox" id="mac_ckbox" name="inputMac" checked="1"><label for="mac_ckbox">Mac</label></div>' + | ||