diff --git a/public_html/deployment/pages/act_htmltest.php b/public_html/deployment/pages/act_htmltest.php index 9988e3344ce02931c0d77abc3ad29ea5d2995aa6..4669c917bd1fb1df8bcf633a891fffa25529ce0a 100644 --- a/public_html/deployment/pages/act_htmltest.php +++ b/public_html/deployment/pages/act_htmltest.php @@ -91,30 +91,30 @@ $sRows='' . addHtmltestTest("Link als Button mit Type close", "\$oHtml->getLinkButton(array('type'=>'close',));") . addHtmltestTest("Link als Button mit Type error", "\$oHtml->getLinkButton(array('type'=>'error','label'=>'Fehler'));") - . addHtmltestTest("Tabs", "\$oHtml->getNav( - array( - 'options' => array( - 'type'=>'tabs', - 'justified'=>1, - ), - 'tabs' => array( - 'tab 1'=>'Inhalt #1', - 'tab 2'=>'Inhalt #2', - ), - ) -);") - . addHtmltestTest("Tabs", "\$oHtml->getNav( - array( - 'options' => array( - 'type'=>'pills', - 'stacked'=>1, - ), - 'tabs' => array( - 'tab 1'=>'Inhalt #1', - 'tab 2'=>'Inhalt #2', - ), - ) -);") +// . addHtmltestTest("Tabs", "\$oHtml->getNav( +// array( +// 'options' => array( +// 'type'=>'tabs', +// 'justified'=>1, +// ), +// 'tabs' => array( +// 'tab 1'=>'Inhalt #1', +// 'tab 2'=>'Inhalt #2', +// ), +// ) +// );") +// . addHtmltestTest("Tabs", "\$oHtml->getNav( +// array( +// 'options' => array( +// 'type'=>'pills', +// 'stacked'=>1, +// ), +// 'tabs' => array( +// 'tab 1'=>'Inhalt #1', +// 'tab 2'=>'Inhalt #2', +// ), +// ) +// );") . addHtmltestTest("Tabelle", "\$oHtml->getTable( array( 'header'=>array('A', 'B'),