'text', 'class' => 'wikitext', 'name' => 'summary', 'size' => 50, 'value' => $FORMVARS['summary'])); $MinorEditCb = HTML::input(array('type' => 'checkbox', 'name' => 'minor_edit', 'checked' => (bool) $FORMVARS['minor_edit'])); $PreviewB = HTML::input(array('type' => 'submit', 'class' => 'button', 'name' => 'preview', 'value' => _("Preview"))); $SaveB = HTML::input(array('type' => 'submit', 'class' => 'button', 'name' => 'save', 'value' => _("Save"))); $WidthI = HTML::input(array('type' => 'text', 'size' => 3, 'name' => 'pref[editWidth]', 'value' => $preferences->get('editWidth'), 'onchange' => 'this.form.submit();')); $HeightI = HTML::input(array('type' => 'text', 'size' => 3, 'name' => 'pref[editHeight]', 'value' => $preferences->get('editHeight'), 'onchange' => 'this.form.submit();')); $AdjustB = $Theme->makeButton(_("Adjust"), "submit:"); $SignIn = new WikiTemplate('signin'); $SignIn->qreplace('FORMNAME', 'editpage'); $GoodStyleB = $ButtonFactory->makeLinkButton(_("GoodStyle")); $s = $Theme->getButtonSeparator(); ?>


EditPage URL used for the form action parameter is bogus. * This is needed, otherwise the redirect to the real browser * page won't work with some browsers. (NS4 and Mozilla 0.97 won't accept * a redirect from a page to itself.) * *
isSignedIn() ? '' : fmt("Author will be logged as %s.", HTML::em($user->getId())) ?>