2
Well, Im good at English, but new to xoops.
I think you should be able to do that by checking your /modules/news/language/
English/admin.php file.
There are several constants that define the variable names. I think you should be able to replace the defined value with a link to an image, or maybe it would be better to declare a variable, with that declared variable being a link to the image.
for example:
instead of :
define("_AM_EDIT","Edit");
change to:
define("_AM_EDIT",'/news/language/images/edit.gif');
Im just getting into php, but I think that might do it. Also, Im not sure that the above is the correct structure to use, but it may be close.