From: <jgr...@us...> - 2003-02-21 18:36:28
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv15887/UI Modified Files: HTML.pm Log Message: The History tab button no longer forces a history cache reload greatly improving performance when no new mail has been received, the proxy modules tell the UI that the history cache is invalid through the history_invalid flag which is now set by POP3 Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** HTML.pm 21 Feb 2003 18:22:04 -0000 1.75 --- HTML.pm 21 Feb 2003 18:36:24 -0000 1.76 *************** *** 484,488 **** # History menu item $result .= "<td class=\"$tab[2]\" align=\"center\">\n" ; ! $result .= "<a class=\"menuLink\" href=\"/history?setfilter=&session=$self->{session_key}&filter=\">" ; $result .= "\n$self->{language}{Header_History}</a>\n" ; $result .= "</td>\n<td class=\"menuSpacer\"></td>\n" ; --- 484,488 ---- # History menu item $result .= "<td class=\"$tab[2]\" align=\"center\">\n" ; ! $result .= "<a class=\"menuLink\" href=\"/history?session=$self->{session_key}\">" ; $result .= "\n$self->{language}{Header_History}</a>\n" ; $result .= "</td>\n<td class=\"menuSpacer\"></td>\n" ; |