Searched refs:html_btn (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/Ui/ |
| H A D | Revisions.php | 102 $html .= html_btn('newer', $this->id, "p", $callback($first)); 107 $html .= html_btn('older', $this->id, "n", $callback($last));
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | AbstractItem.php | 181 return html_btn(
|
| /dokuwiki/inc/ |
| H A D | html.php | 164 $html .= html_btn('secedit', $ID, '', $params, 'post', $name); 202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg … function
|
| H A D | template.php | 567 $out = html_btn($type, $id, $accesskey, $params, $method);
|