?>
        <?php 
echo $form->textField($model, 'name', array('size' => 60, 'maxlength' => 255));
?>
        <?php 
echo $form->error($model, 'name');
?>
        <div class="clear"></div>
</div>

<div class="row">
        <?php 
echo $form->labelEx($model, 'type');
?>
        <?php 
echo $form->dropDownList($model, 'type', ConstantDefine::getContentListType(), array('id' => 'queue-type'));
?>
        <?php 
echo $form->error($model, 'type');
?>
        <div class="clear"></div>
</div>
<div id="params-<?php 
echo ConstantDefine::CONTENT_LIST_TYPE_MANUAL;
?>
" style="display:none">
<div class="content-box ">
        <div class="content-box-header">
        <h3><?php 
echo t('Params');
?>