|
From: Jamie C. <jca...@we...> - 2005-12-07 22:47:45
|
On Thu, 2005-12-08 at 08:59, Karthikeyan Subramaniam wrote: > Hi there, > > I am trying to customize Webmin for our requirements. I could find a > document on writing custom modules. But i would like to add custom > categories in the navigation bar. I was able to add these using webmin > conf-> edit categories. I want to change the Icon gif images. I > couldn't find any document on how to do this. I am trying to figure > out by code walk through. It would be great if some of you can help me > here. BTW, I am using MSC.Linux theme. Unfortunately, the only way to add new icon images for categories is to add them to the theme itself. With the MSC theme, you would have to do this by editing the file mscstyle3/theme.pl and changing the line that sets @available to include your own category code too. You would also need to add an icon for the category to the directory mscstyle3/images/cats_over - Jamie |