app/views/phcscriptcdnpro/script/listings/edit.html.erb in phcscriptcdnpro-3.3.1 vs app/views/phcscriptcdnpro/script/listings/edit.html.erb in phcscriptcdnpro-3.3.3
- old
+ new
@@ -20,9 +20,28 @@
<!-- Main Content -->
<div class="row">
<div class="col-lg-12">
- <%= render 'form', script_listing: @script_listing %>
+ <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', script_listing: @script_listing %>
+
+ </div>
+
+ </div>
</div>
</div>