diff --git a/public_html/classes/render-adminlte.class.php b/public_html/classes/render-adminlte.class.php
index b62ed6166a95333baf2e37dbebcd88ba72bba580..7ee43120fa838536474c539be315d03f14a2e67b 100755
--- a/public_html/classes/render-adminlte.class.php
+++ b/public_html/classes/render-adminlte.class.php
@@ -9,6 +9,8 @@ require_once 'htmlelements.class.php';
  * 
  * ----------------------------------------------------------------------
  * 2023-09-11  <axel.hahn@unibe.ch>  add shadows on card + callout
+ * 2023-09-27  <axel.hahn@unibe.ch>  add form input fields
+ * 2023-11-17  <axel.hahn@unibe.ch>  add tabbed content; "=" renders hamburger item
  * ======================================================================
  *
  * @author Axel
@@ -1325,7 +1327,6 @@ class renderadminlte {
      *                          - value   - value in 
      * @return string
      */
-
     public function getFormTextarea($aOptions){
         // $aOptions=$this->_ensureOptions('textarea', $aOptions);
         $aElement=$aOptions;