diff --git a/lib/zin/wg/thinkstepmenu/css/v1.css b/lib/zin/wg/thinkstepmenu/css/v1.css index 7041ba6c36..f7d0c21b4f 100644 --- a/lib/zin/wg/thinkstepmenu/css/v1.css +++ b/lib/zin/wg/thinkstepmenu/css/v1.css @@ -36,3 +36,5 @@ .has-sidebar .sidebar.is-expanded {--sidebar-left-width: 455px !important;} .has-sidebar .sidebar.is-collapsed {--sidebar-left-width: 0 !important;} .sidebar-left.is-expanded > .think-node-menu ~ .sidebar-gutter {margin-left: 8px} + +.dropdown-menu .menu-item[z-key="tableInput"] .icon {transform: scaleX(-1) rotate(90deg);} diff --git a/lib/zin/wg/thinkstepmenu/v1.php b/lib/zin/wg/thinkstepmenu/v1.php index 9b0ed39467..1a45d61f8f 100644 --- a/lib/zin/wg/thinkstepmenu/v1.php +++ b/lib/zin/wg/thinkstepmenu/v1.php @@ -236,7 +236,7 @@ class thinkStepMenu extends wg $this->buildMenuItem('radio', 'radio', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['radio'], $item, $parentID, 'radio'), $this->buildMenuItem('checkbox', 'checkbox', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['checkbox'], $item, $parentID, 'checkbox'), $this->buildMenuItem('input', 'input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['input'], $item, $parentID, 'input'), - $this->buildMenuItem('tableInput', 'cell-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['tableInput'], $item, $parentID, 'tableInput'), + $this->buildMenuItem('tableInput', 'multi-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['tableInput'], $item, $parentID, 'tableInput'), $this->buildMenuItem('multicolumn', 'multi-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['multicolumn'], $item, $parentID, 'multicolumn'), )); return $menus;