|
From: Jon O. <jon...@us...> - 2005-04-05 20:52:40
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2051/modules/mx_kb/templates/subSilver Modified Files: kb_footer.tpl Log Message: forgot a bunch of switches for the core 2.7.x branch :( Index: kb_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_footer.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** kb_footer.tpl 2 Apr 2005 20:37:03 -0000 1.6 --- kb_footer.tpl 5 Apr 2005 20:52:30 -0000 1.7 *************** *** 14,19 **** {QUICK_NAV} </select> ! <!-- <input type="hidden" name="sid" value="{SID}" /> --> ! <input type="hidden" name="mode" value="cat" /> <input type="submit" value="{L_QUICK_JUMP}" class="liteoption" /></span> </td> --- 14,18 ---- {QUICK_NAV} </select> ! {S_HIDDEN_VARS} <input type="submit" value="{L_QUICK_JUMP}" class="liteoption" /></span> </td> |