|
From: Chris W. <la...@us...> - 2001-10-12 16:11:42
|
Update of /cvsroot/openinteract/OpenInteract/template
In directory usw-pr-cvs1:/tmp/cvs-serv25925
Modified Files:
form_radio
Log Message:
is_pick -> is_picked (duh)
Index: form_radio
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/template/form_radio,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** form_radio 2001/10/08 20:20:00 1.1
--- form_radio 2001/10/12 16:11:39 1.2
***************
*** 4,7 ****
########################################-%]
! [%- is_picked = ( value == picked ) ? ' SELECTED' : '' -%]
<input type="radio" name="[% name %]" value="[% value %]"[% is_picked %]>
--- 4,7 ----
########################################-%]
! [%- is_picked = ( value == picked ) ? ' CHECKED' : '' -%]
<input type="radio" name="[% name %]" value="[% value %]"[% is_picked %]>
|