PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
admin
/
views
/
website
<div class="body"> <div class="row"> <div class="col-md-12"> <div class="panel"> <div class="panel-title"> <h5>Extend page</h5> </div> <div class="panel-body"> <?php echo CHtml::form(); ?> <?php echo CHtml::errorSummary($model); ?> <?php echo CHtml::activeHiddenField($model, 'id') ?> <div class="form-group"> <label class="control_label">Package to upgrade/downgrade</label> <div class="controls"> <?php echo CHtml::activeDropDownList($model, 'type', CHtml::listData( Plan::model()->findAll(), 'id', 'name')) ?> </div> </div> <div class="form_actions"> <button type="submit" class="btn btn-primary">Save</button> <button class="btn btn-danger" type="reset">Cancel</button> </div> <?php echo CHtml::endForm(); ?> </div> </div> </div> </div> </div>
[+]
..
[-] category.php
[edit]
[-] upgrade.php
[edit]
[-] update.php
[edit]
[-] index.php
[edit]
[-] create.php
[edit]
[-] adduser.php
[edit]
[-] maketemplate.php
[edit]
[-] view.php
[edit]
[-] user.php
[edit]
[-] extend.php
[edit]