app/views/phcpresspro/article/categories/edit.html.erb in phcpresspro-86.4.0 vs app/views/phcpresspro/article/categories/edit.html.erb in phcpresspro-87.0.0

- old
+ new

@@ -1,37 +1,41 @@ -<!-- Title System --> +<!-- -PHCDEV- Title Variables --> <% phc_title "Article Category Manager" %> <% phc_title_tagline "Update Category Data" %> <% phc_breadcrumb_one yield(:phc_title) %> <% phc_breadcrumb_two link_to "Category Index", phcpresspro.article_categories_path %> <% phc_breadcrumb_three yield(:phc_title_tagline) %> -<!-- Title System --> +<!-- -PHCDEV- Title Variables --> -<!-- Page Bradcrumbs --> -<ol class="breadcrumb pull-right"> +<!-- -PHCDEV- Bradcrumbs --> +<ol class="breadcrumb float-xl-end"> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li> <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li> </ol> -<!-- Page Bradcrumbs --> +<!-- -PHCDEV- Bradcrumbs --> -<!-- Page Header --> +<!-- -PHCDEV- Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> -<!-- Page Header --> +<!-- -PHCDEV- Bradcrumbs --> -<!-- Page Content --> +<!-- -PHCDEV- Panel --> <div class="panel panel-inverse"> + + <!-- -PHCDEV- Panel - Heading --> <div class="panel-heading"> - <div class="panel-heading-btn"> - <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a> - <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a> - <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a> - </div> <h4 class="panel-title"><%= yield(:phc_title) %></h4> </div> + <!-- -PHCDEV- Panel - Heading --> + + <!-- -PHCDEV- Panel - Body --> <div class="panel-body"> - <!-- Form to Edit Article Category --> - <%= render 'form', article_category: @article_category %> - <!-- Form to Edit Article Category --> + + <!-- -PHCDEV- Form to Edit Article Category --> + <%= render "form", article_category: @article_category %> + <!-- -PHCDEV- Form to Edit Article Category --> + </div> + <!-- -PHCDEV- Panel - Body --> + </div> -<!-- Page Content --> +<!-- -PHCDEV- Panel -->