From: Florian G. <re...@us...> - 2006-11-10 14:53:33
|
Update of /cvsroot/perfparse/_perfparse-phpgui/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14205/templates Modified Files: all_bin.tpl.html Log Message: group_id=0 means all groups Index: all_bin.tpl.html =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/all_bin.tpl.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** all_bin.tpl.html 9 Nov 2006 12:53:01 -0000 1.6 --- all_bin.tpl.html 10 Nov 2006 14:53:28 -0000 1.7 *************** *** 39,43 **** </table> </td></tr></table></p> ! <{if $group_id}> <table width="100%" border=1 cellspacing=0 cellpadding=2> <tr> --- 39,43 ---- </table> </td></tr></table></p> ! <{if $group_id >= 0}> <table width="100%" border=1 cellspacing=0 cellpadding=2> <tr> |