PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
popup
<div class=""> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_COUNTRIES_NAME'); ?></label> <div class="controls"><input type="text" class="form-control" ng-model="data.name" required/></div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_CUSTOMER_EMAIL'); ?></label> <div class="controls"><input type="text" class="form-control" required ng-model="data.email" /></div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_CONTRIBUTOR_PERMISSION'); ?></label> <div class="controls"> <select ng-model="data.permission" class="form-control"> <?php $auths = AuthItem::model()->findAll('display=1'); foreach ($auths as $auth) { ?> <option value="<?php echo $auth->name; ?>"><?php echo $auth->name; ?></option> <?php } ?> </select> </div> </div> </div>
[+]
..
[-] profile.php
[edit]
[-] ___custom.php
[edit]
[-] backgroundeditor_full.php
[edit]
[-] contributor_invite.php
[edit]
[-] product_option.php
[edit]
[-] palette.php
[edit]
[-] module_list.php
[edit]
[-] login.php
[edit]
[-] discount.php
[edit]
[-] backgroundeditor.php
[edit]
[-] zone.php
[edit]
[-] newsgrid.php
[edit]
[+]
pagelist
[-] news_comment.php
[edit]
[-] contributor.php
[edit]
[-] backgroundeditor_mini.php
[edit]
[-] skin.php
[edit]
[-] news.php
[edit]
[-] color.php
[edit]
[-] domain.php
[edit]
[-] review.php
[edit]
[-] font_customize.php
[edit]
[-] profile_change_password.php
[edit]
[-] color_palette_customize.php
[edit]