Home
last modified time | relevance | path

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

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