Index: mod1/index.php
===================================================================
--- mod1/index.php (revision 27543)
+++ mod1/index.php (working copy)
@@ -1073,7 +1073,7 @@
}
} else if ($TCEformsConfiguration['type'] != '') {
// Render for everything else:
- $previewContent .= ''.$TCEformsLabel.' '. (!$fieldValue ? '' : $this->link_edit(htmlspecialchars(t3lib_div::fixed_lgd_cs(strip_tags($fieldValue),200)), 'tt_content', $previewData['fullRow']['uid'])).'
';
+ $previewContent .= ''.$TCEformsLabel.' '. (!$fieldValue ? '' : $this->link_edit(htmlspecialchars(t3lib_div::fixed_lgd_cs(strip_tags($fieldValue),200)), $elData['table'], $previewData['fullRow']['uid'])).'
';
}
}
}