diff --git a/Resources/Private/Partials/PageLayout/ActionControls.html b/Resources/Private/Partials/PageLayout/ActionControls.html index 53f2fe2..150ccc7 100644 --- a/Resources/Private/Partials/PageLayout/ActionControls.html +++ b/Resources/Private/Partials/PageLayout/ActionControls.html @@ -4,17 +4,15 @@
- + - - + + + diff --git a/Resources/Private/Partials/PageLayout/Grid/Column.html b/Resources/Private/Partials/PageLayout/Grid/Column.html index caebd1d..bef2cc1 100644 --- a/Resources/Private/Partials/PageLayout/Grid/Column.html +++ b/Resources/Private/Partials/PageLayout/Grid/Column.html @@ -7,6 +7,8 @@ {f:if(condition: column.unassigned, then: 't3-grid-cell-unassigned')} {f:if(condition: '!{column.active} && !{column.unused}', then: 't3-grid-cell-restricted')} {f:if(condition: '!{column.active} && {hideRestrictedColumns} && !{column.unused}', then: 't3-grid-cell-hidden')} + t3-gridCell-width{column.colSpan} + t3-gridCell-height{column.rowSpan} {f:if(condition: column.definition.collapsed, then: 'collapsed')} @@ -18,7 +20,8 @@
+ class="t3js-sortable t3js-sortable-lang t3js-sortable-lang-{column.context.siteLanguage.languageId} t3-page-ce-wrapper + {f:if(condition: column.items, else: 't3-page-ce-empty')}"> diff --git a/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html b/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html index 529b6e9..4e167b1 100644 --- a/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html +++ b/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html @@ -6,42 +6,16 @@
- - - - - - - - - + - +
{column.title} - - - - - - - - - - +
@@ -57,18 +31,56 @@ {column.beforeSectionMarkup}
- +
- -
- - {f:translate(key: 'LLL:EXT:ew_collapsible_container/Resources/Private/Language/locallang.xlf:contentcollapsed')} -
-
+ + + + + + + + + + + + + + + + + + + + + +
+ + {f:translate(key: 'LLL:EXT:ew_collapsible_container/Resources/Private/Language/locallang.xlf:contentcollapsed')} +
+
+
diff --git a/Resources/Private/Partials/PageLayout/Record.html b/Resources/Private/Partials/PageLayout/Record.html deleted file mode 100644 index 3ba3260..0000000 --- a/Resources/Private/Partials/PageLayout/Record.html +++ /dev/null @@ -1,27 +0,0 @@ - -{f:if(condition: '{item.disabled} && {item.context.drawingConfiguration.showHidden} == 0', then: 'display: none;') -> f:variable(name: 'style')} -
-
- - - - -
- -
-
- - - - - - -
- - - -
-
-