Skip to content

Commit

Permalink
[FIX] Collapsible, remove section in template and fix section name in…
Browse files Browse the repository at this point in the history
… layout Empty (#167)
  • Loading branch information
pixelmatseriks authored and dmh committed Apr 24, 2017
1 parent e401a75 commit c1e65ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Layouts/GridElements/Empty.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- theme_t3kit: Layouts/Empty.html [begin] -->

<f:render section="main" />
<f:render section="Main" />

<!-- theme_t3kit: Layouts/Empty.html [end] -->
1 change: 0 additions & 1 deletion Resources/Private/Templates/GridElements/Collapsible.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<f:layout name="{f:if(condition: data.tx_gridelements_container, then: 'Empty', else: 'Default')}" />
<f:section name="Main">
<f:section name="content">
<div class="panel panel-default {layoutClass} {alignClass}">
<div class="panel-heading" role="tab" id="heading-{data.uid}">
<h4 class="panel-title">
Expand Down

0 comments on commit c1e65ef

Please sign in to comment.