Index: cm1/class.tx_templavoila_cm1_dsedit.php
===================================================================
--- cm1/class.tx_templavoila_cm1_dsedit.php (revision 27355)
+++ cm1/class.tx_templavoila_cm1_dsedit.php (working copy)
@@ -368,16 +368,25 @@
|
-
- ' . $formSubmit . '
- |
+ |
+
+
+ |
+ ' . $formSubmit . ' |
+
+
+ ' .
+ '' .
+ '' .
+ $this->pObj->cshItem('xMOD_tx_templavoila','mapping_addfield', $this->pObj->doc->backPath, '', FALSE, 'margin-bottom: 0px;') .
+ ' |
';
} elseif (!$this->pObj->DS_element && ($value['type']=='array' || $value['type']=='section') && !$this->pObj->mapElPath) {
- $addEditRows='
- '.
- ''.
- ''.
- $this->pObj->cshItem('xMOD_tx_templavoila','mapping_addfield',$this->pObj->doc->backPath,'',FALSE,'margin-bottom: 0px;').
+ $addEditRows .= ' |
+ ' .
+ '' .
+ '' .
+ $this->pObj->cshItem('xMOD_tx_templavoila','mapping_addfield', $this->pObj->doc->backPath, '', FALSE, 'margin-bottom: 0px;') .
' |
';
}