Fixed display issues with video plugin.

This commit is contained in:
Ian Denhardt 2011-05-24 17:05:38 -04:00
parent ec707a7820
commit 0dec9b26d9
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ class VideoForm extends Form
return common_local_url('postvideo');
}
function formClass()
{
return 'form_settings ajax-notice';
}
function formData()
{
$this->out->elementStart('fieldset', array('id' => 'new_video_data'));