PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
admin
/
views
/
template
<div class=""> <div class="row"> <div class="col-md-12"> <div class="panel"> <div class="panel-title"> <h5>Add new template</h5> </div> <div class="panelbody"> <?php //include 'form.php'; ?> <?php echo CHtml::errorSummary($model); ?> <?php $form = $this->beginWidget( 'CActiveForm', array( 'id' => 'upload-form', 'enableAjaxValidation' => false, 'htmlOptions' => array('enctype' => 'multipart/form-data'), ) ); echo $form->fileField($model, 'file'); echo $form->error($model, 'file'); echo CHtml::submitButton('Submit'); $this->endWidget(); ?> </div> </div> </div> </div> </div>
[+]
..
[-] createstructure.php
[edit]
[-] category.php
[edit]
[-] view.php
[edit]
[-] create.php
[edit]
[-] index.php
[edit]
[-] form.php
[edit]
[-] reset.php
[edit]
[-] update.php
[edit]