Searched +full:grps +(+path:plugin +path:virtualgroup) -(+path:plugin +path:virtualgroup +path:lang) (Results 1 – 2 of 2) sorted by relevance
39 if (!isset($USERINFO['grps'])) $USERINFO['grps'] = [];40 $grps = array_unique(array_merge($USERINFO['grps'], $virtualgroups));41 $USERINFO['grps'] = $grps;42 $_SESSION[DOKU_COOKIE]['auth']['info']['grps'] = $grps;
264 echo ' <th class="grp">' . hsc($this->getLang('grps')) . '</th>';346 $form->addTextInput('groups', $this->getLang('grps'))->attr('placeholder', $this->getLang('grpsSample'));365 $form->addTextInput('groups', $this->getLang('grps'))->attr('placeholder', $this->getLang('grpsSample'));