PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
profile
/
views
/
page
<div class="bg-dark space-sm"> <div class="container"> <h1 class="text-center f-white"><?php $this->t('LBL_PROFILE_PAGE_MY_WEBSITE'); ?></h1> <div class="text-center"> <div class="btn-group"> <?php echo CHtml::link('Create new site', array('/site/create'), array('class' => 'btn btn-primary btn-lg font-plus')); ?> </div> </div> </div> </div> <div class="container"> <div class="contain"> <div class="row-fluid"> <div class="block well"> <div class="navbar"> <div class="navbar_inner"> <h5><?php $this->t('LBL_PROFILE_PAGE_DELETE_PAGE_FINAL_STEP'); ?></h5> </div> </div> <div class="body"> <?php $form = $this->beginWidget('CActiveForm', array( 'action' => '', 'method' => 'post', 'stateful' => true, 'htmlOptions' => array('class' => 'form_horizontal'), )); ?> <?php echo CHtml::activeHiddenField($model, 'id') ?> <div class="control_group"> <?php $this->t('LBL_PROFILE_PAGE_DELETE_PAGE_CONFIRM_MESSAGE'); ?> </div> <div class="form_actions"> <button type="submit" name="finish" class="btn btn-primary"><?php $this->t('LBL_PROFILE_PAGE_DELETE_FOREVER'); ?></button> <?php echo CHtml::link('Cancel', array('index'), array('class' => 'btn btn-danger')); ?> </div> <?php $this->endWidget(); ?> </div> </div> </div> </div> </div>
[+]
..
[-] upgrade.php
[edit]
[+]
checkout
[-] index.php
[edit]
[-] item.php
[edit]
[-] delete.php
[edit]
[-] deleteconfirmpassword.php
[edit]
[-] domain.php
[edit]
[-] subdomain.php
[edit]
[-] deleteconfirm.php
[edit]
[-] checkout.php
[edit]
[-] midnav.php
[edit]