PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
popup
<div class="row"> <div class="col-md-9"> <div class="block"> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_TITLE'); ?> </label> <div class="controls"> <input type="text" ng-model="data.title" class="form-control required" /> <span ng-repeat="error in errors.title" class="error">{{error}}</span> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_CONTENT'); ?> </label> <div class="controls"> <textarea ng-model="data.content" ckeditor class="form-control" style="height:270px;"></textarea> </div> </div> </div> </div> <div class="col-md-3"> <div class="block well"> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_COMMENT'); ?> </label> <div class="controls"> <select class="form-control" ng-model="data.allow_comment" > <option value="1"><?php $this->t('LBL_CMS_CONTENT_COMMENT_ON'); ?></option> <option value="0"><?php $this->t('LBL_CMS_CONTENT_COMMENT_OFF'); ?></option> </select> <span ng-repeat="error in errors.allow_comment" class="error">{{error}}</span> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_STATUS'); ?> </label> <div class="controls"> <select class="form-control" ng-model="data.status" > <option value="1"><?php $this->t('LBL_CMS_CONTENT_STATUS_PUBLISHED'); ?></option> <option value="0"><?php $this->t('LBL_CMS_CONTENT_STATUS_DRAFTED'); ?></option> </select> <span ng-repeat="error in errors.status" class="error">{{error}}</span> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_CATEGORY'); ?> </label> <div class="controls"> <ul ng-model="list" class="jstree"> <li ng-class="{'jstree-close': angular.isDefined(item.items) && item.opened,'jstree-leaf':!angular.isDefined(item.items)}" ng-repeat="item in news_categories_list" ng-include="'popupNewsCategoryTree_recursiveTpl.html'" ng-model="item"> </li> </ul> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_MAIN_CATEGORY'); ?> </label> <div class="controls"> <select class="form-control" ng-model="data.main_category_id" ng-options="item.id as item.name for item in selectedCategories"> </select> <span ng-repeat="error in errors.main_category_id" class="error">{{error}}</span> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_IMAGE'); ?> <button class="btn btn-primary" ng-click="selectImage()"><i class="fa fa-search"></i></button> </label> <div class="controls"> <input type="text" class="form-control select_image_txt" ng-model="data.image" /> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_TAGS'); ?> </label> <div class="controls"> <textarea ng-model="data.tags" class="form-control"></textarea> <span ng-repeat="error in errors.tags" class="error">{{error}}</span> </div> </div> <div class="form-group" style="display:none"> <label class="control-label"> <?php $this->t('LBL_CMS_CONTENT_PUSLISH_DATE'); ?> </label> <div class="controls"> <input type="text" ng-model="data.publish" class="form-control" /> <span ng-repeat="error in errors.publish" class="error">{{error}}</span> </div> </div> </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]