Searched refs:_html_button (Results 1 – 2 of 2) sorted by relevance
/plugin/fedauth/classes/adm/ |
H A D | fa_manage.adm.class.php | 209 . $this->_html_button($id, 'details', false, 6) 210 . $this->_html_button($id, 'moveup', $this->manager->providers->isFirst($id), 6) 211 . $this->_html_button($id, 'movedn', $this->manager->providers->isLast($id), 6) 212 . $this->_html_button($id, $large ? 'usesmall' : 'uselarge', false, 6) 213 . $this->_html_button($id, 'remove', !$pro->isRemovable(), 6) 220 function _html_button($provid, $btn, $disabled=false, $indent=0, $class='') { function in fa_manage
|
/plugin/fedauth/classes/usr/ |
H A D | fa_manage.usr.class.php | 90 … . $this->_html_button($id, base64_encode($entry['ident']),'remove', $id == $current, 6) 97 function _html_button($provid, $aid, $btn, $disabled=false, $indent=0, $class='') { function in fa_manage
|