Jump to content

MediaWiki:Common.js/edit.js: Difference between revisions

for some reason form is 0 pixels high now, let's try setting manually
(adding divs for instructions and Submit/Cancel buttons, as these seem to need manual positioning too now)
(for some reason form is 0 pixels high now, let's try setting manually)
Line 574: Line 574:
curPopup = new XEBPopup('bslfunc', m.x, m.y + 22);
curPopup = new XEBPopup('bslfunc', m.x, m.y + 22);
XEBPopup.prototype.width = 500;
XEBPopup.prototype.width = 500;
XEBPopup.prototype.height = 310;


var mt = '<form name="XEBPopupBSLfuncForm">' +
var mt = '<form name="XEBPopupBSLfuncForm">' +