Modifying the graphical UI
Posted: 12 Apr 2006, 01:03
Im adding graphical toolbar icons in place of many current items.
For instance, im replacing the < and > Next/Back links in the "Bug_view_advanced_page.php" with icons.
I got the icons working no problem (line 86), but the difficulty im encountering is that i want to get rid of the enclosing "[" and "]" characters and add in a tooltip for the link, and i cant find where this is being drawn from. Apparently i need to find the function "print_bracket_link" but i cant find it in the obvious places (such as html_api.php), nor in the include files linked therein.
Does anyone know where this function resides?
...or maybe theres a better way to approach this than messing with these files (im certainly no php guru). thanks anyone!
For instance, im replacing the < and > Next/Back links in the "Bug_view_advanced_page.php" with icons.
I got the icons working no problem (line 86), but the difficulty im encountering is that i want to get rid of the enclosing "[" and "]" characters and add in a tooltip for the link, and i cant find where this is being drawn from. Apparently i need to find the function "print_bracket_link" but i cant find it in the obvious places (such as html_api.php), nor in the include files linked therein.
Does anyone know where this function resides?
...or maybe theres a better way to approach this than messing with these files (im certainly no php guru). thanks anyone!