Skip to content

Commit 05478d3

Browse files
committed
Correct show_header_border
1 parent 1bcde74 commit 05478d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "partitech/sonata-extra",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"type": "symfony-bundle",
55
"description": "Daily usefully tools helpers for Sonata",
66
"license": "MIT",

templates/Admin/CRUD/edit.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757

5858
<div class="{{ show_group.class|default('col-md-12') }} {{ no_padding|default(false) ? 'nopadding' }}">
59-
<div class="{{ show_group.box_class }}" {% if show_header == false %} style="border-top: 0px"{% endif %}>
59+
<div class="{{ show_group.box_class }}" {% if show_header_border == false %} style="border-top: 0px"{% endif %}>
6060
{% if show_header == true %}
6161

6262
<div class="box-header">

templates/Admin/CRUD/show.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<div class="{{ show_group.class|default('col-md-12') }} {{ no_padding|default(false) ? 'nopadding' }}">
6262
{# start implementation #}
63-
<div class="{{ show_group.box_class }}" {% if show_header == false %} style="border-top: 0px"{% endif %}>
63+
<div class="{{ show_group.box_class }}" {% if show_header_border == false %} style="border-top: 0px"{% endif %}>
6464

6565
{% if show_header == true %}
6666

0 commit comments

Comments
 (0)