PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
blog
/
post
<div class=""> <div class=""> </div> <div class="panel panel-default"> <div class="panel-title"> <button class="btn btn-primary btn-mini" ng-click="add()"><i class="fa fa-plus"></i></button></div> <div class="panel-body"> <div class="category_edit_header"> <table class="table"> <tr> <th width="80%"> Name </th> <th width="20%"> Actions </th> </tr> </table> </div> <div class="category_edit_list list" delete-controller="deleteCategoryCtrl" delete-message="<?php $this->t('LBL_DELETE_CATEGORY_ITEM_MESSAGE'); ?>" on-change-order="changeOrder(item,oldIndex,new_parent)" ui-category-edit ng-class-item="setClass" ng-model="news_categories_list" edit_template_url="{{relativeUrl +'api?path=content&action=getHtml&name=blog/post/category/edit_item'}}" edit_controller="news_categoriesAddItemCtrl" add_template_url="{{relativeUrl +'api?path=content&action=getHtml&name=blog/post/category/add_item'}}" add_controller="news_categoriesAddItemCtrl"> </div> </div> </div> </div>
[+]
..
[+]
category
[-] post.php
[edit]
[-] category.php
[edit]