Named tab containers instead of non-unique numbering !

SVN:trunk[1977]
This commit is contained in:
Denis Flaven
2012-05-03 14:36:19 +00:00
parent 793e0be473
commit 9c633bf0b8

View File

@@ -161,7 +161,7 @@ EOF
$container_index = 0;
if (count($m_aTabs) > 0)
{
$sTabs = "<!-- tabs -->\n<div id=\"tabbedContent_{$sPrefix}{$container_index}\" class=\"light\">\n";
$sTabs = "<!-- tabs -->\n<div id=\"tabbedContent_{$sPrefix}{$sTabContainerName}\" class=\"light\">\n";
$sTabs .= "<ul>\n";
// Display the unordered list that will be rendered as the tabs
$i = 0;