switch wiki pages to use keywords form control

This commit is contained in:
Graham Knop 2009-03-31 00:07:36 +00:00
parent cf63a4e4f3
commit dc129dac36
2 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ sub getEditForm {
formContent => WebGUI::Form::HTMLArea($session, { name => 'content', richEditId => $wiki->get('richEditor'), value => $self->get('content') }) ,
formSubmit => WebGUI::Form::submit($session, { value => 'Save' }),
formProtect => WebGUI::Form::yesNo($session, { name => "isProtected", value=>$self->getValue("isProtected")}),
formKeywords => WebGUI::Form::text($session, {
formKeywords => WebGUI::Form::keywords($session, {
name => "keywords",
value => WebGUI::Keyword->new($session)->getKeywordsForAsset({asset=>$self}),
}),