mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Named tab containers instead of non-unique numbering !
SVN:trunk[1977]
This commit is contained in:
@@ -161,7 +161,7 @@ EOF
|
|||||||
$container_index = 0;
|
$container_index = 0;
|
||||||
if (count($m_aTabs) > 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";
|
$sTabs .= "<ul>\n";
|
||||||
// Display the unordered list that will be rendered as the tabs
|
// Display the unordered list that will be rendered as the tabs
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user