Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/usermanager/
H A Dstyle.css16 #user__manager ul.notes {
H A Dadmin.php386 $notes = [];
392 $notes[] = sprintf($this->lang['note_group'], $conf['defaultgroup']);
461 $notes[] = $this->lang['note_pass'];
464 $notes[] = $this->lang['note_notify'];
493 if ($notes) {
494 echo '<ul class="notes">';
495 foreach ($notes as $note) {