'js_form', 'name'=>'form', 'method'=>'post', 'enctype'=>'multipart/form-data', 'class'=>'plugins') );
echo Html::input( array('name'=>'plugin', 'type'=>'hidden', 'value'=>$url['plugin']) );
echo Html::label( array('content'=>$_LANG['TITLE']) );
echo Html::input( array('name'=>'title', 'type'=>'text', 'value'=>$ctrlv['plugin']->get_field_db('title')) );
echo Html::label( array('content'=>$_LANG['POSITION']) );
echo Html::select( array('name'=>'position'), $ctrlv['positions_html'], $ctrlv['plugin']->get_field_db('position'));
echo $ctrlv['html'];
echo Html::input( array('class'=>'save', 'type'=>'submit', 'value'=>$_LANG['SAVE_CHANGES']) );
echo Html::form_close();
?>