Skip to content

Commit

Permalink
Merge pull request #4632 from daniel-samson/fix_detail_panels
Browse files Browse the repository at this point in the history
Fix detail panels on upgrade
  • Loading branch information
Dillon-Brown committed Dec 7, 2017
2 parents 438723c + b2f04b4 commit 48c67f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions themes/SuiteP/include/DetailView/DetailView.tpl
Expand Up @@ -265,7 +265,7 @@
</div>
</a>
</div>
<div class="panel-body {{$collapse}}" id="{{$panelId}}">
<div class="panel-body {{$collapse}} panelContainer" id="{{$panelId}}" data-id="{{$label_upper}}">
<div class="tab-content">
<!-- TAB CONTENT -->
{{include file='themes/SuiteP/include/DetailView/tab_panel_content.tpl'}}
Expand All @@ -284,7 +284,7 @@
</a>

</div>
<div class="panel-body {{$collapse}}" id="{{$panelId}}">
<div class="panel-body {{$collapse}} panelContainer" id="{{$panelId}}" data-id="{{$label_upper}}">
<div class="tab-content">
<!-- TAB CONTENT -->
{{include file='themes/SuiteP/include/DetailView/tab_panel_content.tpl'}}
Expand Down
2 changes: 1 addition & 1 deletion themes/SuiteP/include/EditView/EditView.tpl
Expand Up @@ -170,7 +170,7 @@
</a>

</div>
<div class="panel-body {{$collapse}}" id="detailpanel_{{$panelCount}}">
<div class="panel-body {{$collapse}} panelContainer" id="detailpanel_{{$panelCount}}" data-id="{{$label_upper}}">
<div class="tab-content">
{{include file='themes/SuiteP/include/EditView/tab_panel_content.tpl'}}
</div>
Expand Down

0 comments on commit 48c67f0

Please sign in to comment.