= Details = ## please fill this in Applies to:: Release 1.5.3 [Revision release] Purpose:: Improve the javascript function used to disable the search buttons Description:: The current javascript function ignores the fact that we already have the form that we want to disable the buttons for, and insted searches the entire document for the button based on its id. this patch takes advantage of the fact we already have the form and just disables the buttons on the form. this also make the javascript more general and potentualy more widely usable = Patch = ## we prefer that you send the patch in an attachment to avoid whitespace issues ## you should probably change the name of the attachment here {{attachment:theme_init.patch}} = Discussion = = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- CategoryMoinMoinPatch