Fixed display issues with video plugin.
This commit is contained in:
parent
ec707a7820
commit
0dec9b26d9
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user