Update of /cvsroot/perfparse/_perfparse-phpgui/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10151/phpgui/templates
Modified Files:
all_raw.tpl.html
Log Message:
continue database conversion
Index: all_raw.tpl.html
===================================================================
RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/all_raw.tpl.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** all_raw.tpl.html 5 Mar 2007 10:59:46 -0000 1.8
--- all_raw.tpl.html 5 Jun 2007 22:46:59 -0000 1.9
***************
*** 27,35 ****
</td>
<td>
! <select name="group_name">
! <option value="">-- <{tr}>Select group<{/tr}>: --</option>
! <option value="**ALL**"><<{tr}>All Groups<{/tr}>></option>
<{foreach from=$groups key=key item=item}>
! <option value=<{$item}> <{if $group_name==$item}>selected=selected<{/if}>><{$item}></option>
<{/foreach}>
</select>
--- 27,35 ----
</td>
<td>
! <select name="group_id">
! <option value="-1">-- <{tr}>Select group<{/tr}>: --</option>
! <option value="0"><<{tr}>All Groups<{/tr}>></option>
<{foreach from=$groups key=key item=item}>
! <option value=<{$key}> <{if $group_name==$key}>selected=selected<{/if}>><{$item}></option>
<{/foreach}>
</select>
***************
*** 39,43 ****
</table>
</td></tr></table></p>
! <{if $group_name}>
<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>
|