|
From: Chris W. <la...@us...> - 2001-11-09 18:23:16
|
Update of /cvsroot/openinteract/OpenInteract/pkg/lookup/template
In directory usw-pr-cvs1:/tmp/cvs-serv25850
Modified Files:
lookup_partitions.tmpl
Log Message:
weird -- form_select somehow got changed to form_submit...
Index: lookup_partitions.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/lookup/template/lookup_partitions.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** lookup_partitions.tmpl 2001/10/18 12:39:44 1.2
--- lookup_partitions.tmpl 2001/11/09 18:23:13 1.3
***************
*** 24,28 ****
<p>Values:
! [% PROCESS form_submit( name = 'partition_value', plain = 1,
value_list = value_list ) -%]
[% PROCESS form_submit( value = 'Go' ) -%]
--- 24,28 ----
<p>Values:
! [% PROCESS form_select( name = 'partition_value', plain = 1,
value_list = value_list ) -%]
[% PROCESS form_submit( value = 'Go' ) -%]
|