[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Autorefresh feature in Mail app
From: |
Tony (Angles) Puglisi |
Subject: |
Re: [Phpgroupware-developers] Autorefresh feature in Mail app |
Date: |
Wed, 28 Nov 2001 00:15:35 +0000 |
In about 5 minutes I'll commit the auto-refresh code, as promised. (it's 7:05
EST
here).
you must be using the idsociety template. Do a fresh update from HEAD cvs, to
enable auto refresh do this:
* goto line 56 in this file:
phpgwapi/templates/idsociety/head.inc.php
* and do this
uncomment line 56
comment out line 57
So it looks like this:
$auto_refresh_enabled = True;
// $auto_refresh_enabled = False;
I included some "@discussion" information in there as documentation.
Two files changed for this commit are:
phpgwapi/templates/idsociety/head.inc.php
phpgwapi/templates/idsociety/head.tpl
Enjoy!!!
Tony (Angles) Puglisi (address@hidden) wrote*:
>I forgot why I had to put it there, I'll find the code, commit it to the
>idsociety
>template set only (in HEAD of course), and you can decide. If you don't like
>it,
>I'll rip it out.
>
>I suppose I should hard code no refresh, but when I remember where it is I'll
>post
>an email about where to change that line to get your auto-refresh.
>
--
that's "angle" as in geometry
- [Phpgroupware-developers] Autorefresh feature in Mail app, Sam Przyswa, 2001/11/25
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Josh Miller, 2001/11/26
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Sam Przyswa, 2001/11/26
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Tony (Angles) Puglisi, 2001/11/26
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Pablo Pessagno, 2001/11/27
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Sam Przyswa, 2001/11/27
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Tony (Angles) Puglisi, 2001/11/27
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app,
Tony (Angles) Puglisi <=
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Tony (Angles) Puglisi, 2001/11/28
- Re: [Phpgroupware-developers] Autorefresh feature in Mail app, Tony (Angles) Puglisi, 2001/11/29