Index: mod1/index.php
===================================================================
--- mod1/index.php (revision 28000)
+++ mod1/index.php (working copy)
@@ -846,9 +846,9 @@
// Finally assemble the table:
$finalContent = '
-
+
- ' .
+ | ' .
'' .
$languageIcon .
$titleBarLeftButtons .
@@ -856,7 +856,7 @@
'' .
$warnings .
' |
- ' .
+ | ' .
$titleBarRightButtons .
' |
@@ -1041,7 +1041,7 @@
if ($flagRenderBeLayout==TRUE) {
$beTemplateCell = '
- ' . $LANG->sL($fieldContent['meta']['title'], 1) . ' |
+ ' . $LANG->sL($fieldContent['meta']['title'], 1) . ' |
' . $cellContent . ' |
@@ -1051,7 +1051,7 @@
} else {
// Add cell content to registers:
$width = round(100 / count($elementContentTreeArr['sub'][$sheet][$lKey]));
- $headerCells[]='' .
+ $headerCells[]=' | ' .
$LANG->sL($fieldContent['meta']['title'], 1) . ' | ';
$cells[]='' .
$cellContent.' | ';
@@ -1818,7 +1818,7 @@
return ''.$label.'';
} else {
$onClick = t3lib_BEfunc::editOnClick('&edit['.$table.']['.$uid.']=edit', $this->doc->backPath);
- return ''.$label.'';
+ return ''.$label.'';
}
} else {
return $label;
Index: mod1/pagemodule.css
===================================================================
--- mod1/pagemodule.css (revision 27997)
+++ mod1/pagemodule.css (working copy)
@@ -31,8 +31,10 @@
padding: 5px;
border: 1px dashed #000;
}
-.beTemplateCell .tpm-content-cell {
- border: none;
+.tpm-container-element {
+ width: 100%;
+ border: 1px solid black;
+ margin-bottom:5px;
}
.tpm-container-element tr.tpm-titlebar-page {
background-color: #B8BEC9;
@@ -55,6 +57,14 @@
padding-right: 3px;
}
+.tpm-element-control {
+ text-align: right;
+ vertical-align:top;
+}
+.tpm-element-title {
+ vertical-align:top;
+}
+
/* non-used elements */
.tpm-nonused-element {