Koozali.org: home of the SME Server

WebMail Html Source Files

Jeff Spurlin

WebMail Html Source Files
« on: November 20, 2001, 12:59:06 AM »
I need to alter the appearance of the IMP Webmail user interface.  My Supply Officer doesn't particularly like the color scheme and overall appearance and would like me to change it if at all possible.  I am a relative newbie to LINUX, thaough I have been learning some.  What I need to do is locate the webmail html files, copy them to my shared drive so I can import them into Dreamweaver on a windows machine, then copy them back and get them up and running.  Anyone out there know where I should start.  I appreciate your time and help.

Jeff Spurlin
webmaster/Sysadmin
NCHB-10
Williamsburg VA
http://www.nchb10.navy.mil/

Ron LeVine

Re: WebMail Html Source Files
« Reply #1 on: November 20, 2001, 04:56:43 AM »
While I don't claim to know anything about webmail. I have seen Twiggy. It is an offshoot of Twig. Seeing as how you install this on the server, you would stand a better chance of figuring out how to mod it.

Just my 2 cents.

RonJeff Spurlin wrote:
>
> I need to alter the appearance of the IMP Webmail user
> interface.  My Supply Officer doesn't particularly like the
> color scheme and overall appearance and would like me to
> change it if at all possible.  I am a relative newbie to
> LINUX, thaough I have been learning some.  What I need to do
> is locate the webmail html files, copy them to my shared
> drive so I can import them into Dreamweaver on a windows
> machine, then copy them back and get them up and running.
> Anyone out there know where I should start.  I appreciate
> your time and help.
>
> Jeff Spurlin
> webmaster/Sysadmin
> NCHB-10
> Williamsburg VA
> http://www.nchb10.navy.mil/

Rich Lafferty

Re: WebMail Html Source Files
« Reply #2 on: November 20, 2001, 05:26:41 PM »
To change logos and color scheme, you'll want to modify
these files:

/home/httpd/html/horde/config/html.php3
/home/httpd/html/horde/imp/config/html.php3

To change text in English, you'll want to modify the appropriate
language files under

/home/httpd/html/horde/locale/en/

(For French, replace "en" with "fr", and so on.)

Hope this helps,

  -Rich

sage

Re: WebMail Html Source Files
« Reply #3 on: November 21, 2001, 09:49:14 PM »
I tryed to add my own tool bar above the screen but then I add in the php code I will either only get my tool bar or get nothing.  I tried doing the include before it does the first call and then inside the file that is called first.  Neither worked any ideas?

I am trying to add
so it matches all the other pages on my site.  I got it to work in gallery.

Sage

187

Re: WebMail Html Source Files
« Reply #4 on: November 21, 2001, 10:53:23 PM »
I think that you need to add a frame to the page.

Thijs Nijpjes