+2010-05-07 Steffen Kamper <info@sk-typo3.de>
+
+ * Fixed bug #14288: opendocs can cause duplicate id html errors (thanks to Stefan Galinski)
+
2010-05-07 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14202: htmlArea RTE: Tables may get lost when using remove format feature
2010-05-07 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14202: htmlArea RTE: Tables may get lost when using remove format feature
$closeIcon = '<img' . t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'], 'gfx/closedok.gif', 'width="16" height="16"') . ' title="' . $title . '" alt="' . $title . '" />';
$entry = '
$closeIcon = '<img' . t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'], 'gfx/closedok.gif', 'width="16" height="16"') . ' title="' . $title . '" alt="' . $title . '" />';
$entry = '
- <tr id="opendocs-open-' . $table . '-' . $uid . '" class="opendoc' . $firstRow . '">
+ <tr class="opendoc' . $firstRow . '">
<td class="icon">' . $icon . '</td>
<td class="label"><a href="#" onclick="jump(unescape(\'' . htmlspecialchars($link) . '\'), \'web_list\', \'web\'); TYPO3BackendOpenDocs.toggleMenu(); return false;" target="content">' . $label . '</a></td>
<td class="close" onclick="return TYPO3BackendOpenDocs.closeDocument(\'' . $md5sum . '\');">' . $closeIcon . '</td>
<td class="icon">' . $icon . '</td>
<td class="label"><a href="#" onclick="jump(unescape(\'' . htmlspecialchars($link) . '\'), \'web_list\', \'web\'); TYPO3BackendOpenDocs.toggleMenu(); return false;" target="content">' . $label . '</a></td>
<td class="close" onclick="return TYPO3BackendOpenDocs.closeDocument(\'' . $md5sum . '\');">' . $closeIcon . '</td>
} else {
// recently used document
$entry = '
} else {
// recently used document
$entry = '
- <tr id="opendocs-recent-' . $table . '-' . $uid . '" class="recentdoc' . $firstRow . '">
+ <tr class="recentdoc' . $firstRow . '">
<td class="icon">' . $icon . '</td>
<td class="label" colspan="2"><a href="#" onclick="jump(unescape(\'' . htmlspecialchars($link) . '\'), \'web_list\', \'web\'); TYPO3BackendOpenDocs.toggleMenu(); return false;" target="content">' . $label . '</a></td>
</tr>';
<td class="icon">' . $icon . '</td>
<td class="label" colspan="2"><a href="#" onclick="jump(unescape(\'' . htmlspecialchars($link) . '\'), \'web_list\', \'web\'); TYPO3BackendOpenDocs.toggleMenu(); return false;" target="content">' . $label . '</a></td>
</tr>';