PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
profile
/
views
/
page
<div class="page_header"> <h5> <?php $this->t('LBL_PROFILE_PAGE_WEBSITE'); ?> </h5> </div> <div class="body"> <?php include 'midnav.php';?> <div class="contain"> <div class="block well"> <div class="navbar"> <div class="navbar_inner"> <h5><?php $this->t('LBL_PROFILE_PAGE_CHANGE_DOMAIN'); ?></h5> </div> </div> <div class="body"> <form class="form_horizontal" method="post"> <?php echo CHtml::errorSummary($model); ?> <?php echo CHtml::activeHiddenField($model, 'id') ?> <div class="control_group"> <label class="control_label"><?php $this->t('LBL_PROFILE_PAGE_CURRENT_DOMAIN'); ?></label> <div class="controls"> <?php echo $model->current_domain ?> </div> </div> <div class="control_group"> <label class="control_label"><?php $this->t('LBL_PROFILE_PAGE_NEW_DOMAIN'); ?></label> <div class="controls"> <?php echo CHtml::activeTextField($model, 'domain') ?> </div> </div> <div class="form_actions"> <button type="submit" class="btn btn_primary"><?php $this->t('LBL_PROFILE_SAVE'); ?></button> <button class="btn btn_danger" type="reset"><?php $this->t('LBL_PROFILE_CANCEL'); ?></button> </div> </form> </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]