/*end meta tag box*/
$this->endWidget();
?>
</div>

<div class='span4'>

<?php 
echo $this->renderPartial('form/_formPublish', array('model' => $model, 'form' => $form));
?>


<?php 
// post model - term model - relational name, type ;
WidgetForm::listing($model, 'Label', 'labels', 'checkbox');
WidgetForm::listing($model, 'Topic', 'topics', 'checkbox');
WidgetForm::tree($model, 'Category', 'categories', 'checkbox');
WidgetForm::tagging($model, 'Tag', 'tags');
?>
 

<?php 
$this->beginWidget('bootstrap.widgets.TbBox', array('title' => 'Jejak'));
?>
      
<?php 
echo $form->textFieldRow($model, 'post_source', array('class' => 'span12'));
echo $form->textFieldRow($model, 'post_source_link', array('class' => 'span12', 'placeholder' => 'http://'));
$this->endWidget();
?>