Home
last modified time | relevance | path

Searched refs:htmlFilter (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '" /></td>';
253 echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '" /></td>';
254 echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') . '" /></td>';
556 protected function htmlFilter($key)
552 protected function htmlFilter($key) global() function in admin_plugin_usermanager