From: <jgr...@us...> - 2003-02-25 03:34:15
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv1867/UI Modified Files: HTML.pm Log Message: Clicking the History tab will clear any currently set filters and restore the full history; it does not force a reload of the cache unless the cache was invalidated between the last time the page was loaded and the click; all sort, search and filter will be cleared Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** HTML.pm 25 Feb 2003 03:05:59 -0000 1.88 --- HTML.pm 25 Feb 2003 03:34:12 -0000 1.89 *************** *** 530,534 **** # 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"; --- 530,534 ---- # History menu item $result .= "<td class=\"$tab[2]\" align=\"center\">\n"; ! $result .= "<a class=\"menuLink\" href=\"/history?session=$self->{session_key}&setfilter=\">"; $result .= "\n$self->{language}{Header_History}</a>\n"; $result .= "</td>\n<td class=\"menuSpacer\"></td>\n"; |