|
From: Karthikeyan S. <ksu...@ad...> - 2005-12-07 23:07:30
|
-----Original Message----- From: web...@li... on behalf of Jamie = Cameron Sent: Wed 12/7/2005 2:47 PM To: web...@li... Subject: Re: [webmin-l] Adding custom categories =20 On Thu, 2005-12-08 at 08:59, Karthikeyan Subramaniam wrote: > Hi there, >=20 > 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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick - Forwarded by the Webmin mailing list at = web...@li... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list Hi Jamie, Thanks for the prompt response. I can make these changes in the theme = files.=20 BTW, I have come across webmin framework very recently.The over all = framework and its flexibility to add custom modules/themes is quite = impressive. Good work.=20 Regards, Karthi |