app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-3.3.1 vs app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-3.3.3
- old
+ new
@@ -1,8 +1,8 @@
<!-- Title System -->
-<% phc_title "Script Extension" %>
-<% phc_title_tagline "Update Script Extension" %>
+<% phc_title "Script Author" %>
+<% phc_title_tagline "Update Script Author" %>
<!-- Bread Crumb -->
<div class="page-bar">
<ul class="page-breadcrumb">
@@ -21,9 +21,28 @@
<!-- Main Content -->
<div class="row">
<div class="col-lg-12">
- <%= render 'form', { form_url: script_listing_author_path } %>
+ <div class="portlet light">
+
+ <div class="portlet-title">
+
+ <div class="caption">
+ <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
+ </div>
+ <div class="actions">
+ </div>
+
+ </div>
+
+ <div class="portlet-body">
+
+ <!-- Form Requries URL to Function Properly -->
+ <%= render 'form', { form_url: script_listing_author_path } %>
+
+ </div>
+
+ </div>
</div>
</div>