PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
popup
<div class=""> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_NAME'); ?></label> <div class="controls"><input type="text" ng-model="data.name" class="required email form-control"/></div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_DESCRIPTION'); ?></label> <div class="controls"><input type="text" ng-model="data.description" class="required form-control"/></div> </div> <div class="form-group"> <table class="table"> <tr class="row" ng-repeat="zone in data.zones"> <td class=""> <select class="form-control" ng-change="changeZone(zone)" ng-model="zone.country_code" ng-options="item.iso_code_2 as item.name for item in countries"></select> </td> <td class=""> <select class="form-control" ng-change="changeZone(zone)" ng-model="zone.zone_code" ng-options="item.id as item.name for item in zones|filter:{country_code:zone.country_code}"></select> </td> <td class=""> <button class="btn btn-danger" ng-click="deleteZone($index)"><i class="fa fa-trash"></i></button> </td> </tr> </table> <button class="btn btn-primary" ng-click="add()"><i class="fa fa-plus"></i></button> </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]