Mini Shell

Direktori : /home/brasafestival/www/old/bkp_2023/app/Plugin/Depoimentos_/View/Depoimentos/
Upload File :
Current File : /home/brasafestival/www/old/bkp_2023/app/Plugin/Depoimentos_/View/Depoimentos/admin_editor.ctp

<?PHP
echo $this->Form->create('Depoimento',array('url'=>array('action'=>'add')));
?>

<fieldset class="box">
    <legend>Depoimento</legend>
    <?PHP
    echo $this->Form->input('title',array('label'=>'Nome'));
//    echo $this->Form->input('cargo',array('label'=>'Cargo'));
    echo $this->Form->input('texto',array('label'=>'Texto','class'=>'ckeditor'));
    ?>
</fieldset>

<?PHP
echo $this->element('Painel.image',array('label'=>'Imagem','name'=>'thumb'));
//echo $this->element('Painel.gallery',array('label'=>'Imagens'));
//echo $this->element('Painel.videos',array('label'=>'VĂ­deos'));
echo $this->Form->hidden('id');
echo $this->Form->end('Enviar');
?>

Zerion Mini Shell 1.0