https://bugzilla.wikimedia.org/show_bug.cgi?id=14491
--- Comment #2 from Lisa Ridley <[email protected]> 2009-01-22 16:21:35 UTC --- Created an attachment (id=5722) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5722) Patches DefaultSettings.php to add a new global configuration variable, and patches EditPage.php to implement repositioning the toolbar This patch adds a new global configuration variable, $wgShowToolbarAfterEditFormFieldsHook, which can be used to reposition the edit toolbar below any HTML elements added through the hook 'EditPage::showEditForm:fields'. By setting this configuration variable to true, the toolbar will show up on the edit screen after any elements added through this hook, but above the standard textbox edit field; leaving this setting at its default (false) will position the toolbar above these elements, as it appears before this patch is implemented. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
