Update of /cvsroot/popfile/engine/skins/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13623/skins/default
Modified Files:
Tag: b0_22_2
corpus-page.thtml
Log Message:
Put session key back to fix show bucket links on Buckets page.
Index: corpus-page.thtml
===================================================================
RCS file: /cvsroot/popfile/engine/skins/default/corpus-page.thtml,v
retrieving revision 1.9.6.2
retrieving revision 1.9.6.3
diff -C2 -d -r1.9.6.2 -r1.9.6.3
*** corpus-page.thtml 27 Sep 2005 06:48:58 -0000 1.9.6.2
--- corpus-page.thtml 27 Sep 2005 09:32:21 -0000 1.9.6.3
***************
*** 81,86 ****
<TMPL_IF NAME="Corpus_If_Bucket_Not_Pseudo">
!
! <a href="/buckets?showbucket=<TMPL_VAR NAME="Corpus_Bucket">">
</TMPL_IF>
--- 81,86 ----
<TMPL_IF NAME="Corpus_If_Bucket_Not_Pseudo">
!
! <a href="/buckets?session=<TMPL_VAR NAME="Session_Key">&showbucket=<TMPL_VAR NAME="Corpus_Bucket">">
</TMPL_IF>
|