Comment 2 for bug 194849

Revision history for this message
Foppe Hemminga (foppe) wrote : Re: Category selector presented without submit button

After a bug report from this hack I have a new proposed version for the 2.4 series only. Replace the first snippet by:
        // start First part of Add Missing SubmitButton hack by Afwas
        if( $this->disp_params['use_form'] )
        { // We want to add form fields:
            $bblogUrl = $Blog->gen_blogurl();
            echo'<form action="'.$bblogUrl.'" method="post">';

        }
        // end first part of hack