Searched refs:imgbutton (Results 1 – 1 of 1) sorted by relevance
/plugin/database2/ |
H A D | database2.php | 2176 protected function imgbutton( $name, $label, $icon ) function in Database2 2250 $backward[] = $this->imgbutton( 'skip0', $this->getLang( 'hintflipfirst' ), 'first' ); 2253 …$backward[] = $this->imgbutton( 'skip' . $skips[$page-1], $this->getLang( 'hintflipprevious' ), 'p… 2274 …$forward[] = $this->imgbutton( 'skip' . $skips[$page+1], $this->getLang( 'hintflipnext' ), 'next' … 2277 …$forward[] = $this->imgbutton( 'skip' . ( $count - $num ), $this->getLang( 'hintfliplast' ), 'last… 3143 $cmds[] = $this->imgbutton( 'searchgo', $this->getLang( 'cmdfilterapply' ), 'filter' ); 3144 $cmds[] = $this->imgbutton( 'searchand', $this->getLang( 'cmdfilterintersect' ), 'filter-and' ); 3145 $cmds[] = $this->imgbutton( 'searchor', $this->getLang( 'cmdfilterunion' ), 'filter-or' ); 3149 $cmds[] = $this->imgbutton( 'searchdrop', 'Reset filter',
|