From f252e0597439995cf8dd3f27fd7e1093ef7a48d5 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 20 Dec 2023 11:35:22 +0100
Subject: [PATCH] htmltest: remove navigation

---
 public_html/deployment/pages/act_htmltest.php | 48 +++++++++----------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/public_html/deployment/pages/act_htmltest.php b/public_html/deployment/pages/act_htmltest.php
index 9988e334..4669c917 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'), 
-- 
GitLab