[Nmrshiftdb-devel] CVS: nmrshiftdb/src/vmtemplates/portlets/html user-order.vm, 1.35, 1.36
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2006-09-20 12:50:08
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4184/src/vmtemplates/portlets/html Modified Files: user-order.vm Log Message: multiple ids not possible Index: user-order.vm =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html/user-order.vm,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** user-order.vm 19 Sep 2006 14:28:56 -0000 1.35 --- user-order.vm 20 Sep 2006 12:50:04 -0000 1.36 *************** *** 176,185 **** #if($submitorshow=="submit") #foreach($type in $typesc) ! $type <input type="checkbox" name="$type" value="$type"><br> #end </td> <td> #foreach($type in $typesh) ! $type <input type="checkbox" name="$type" value="$type"><br> #end </td> --- 176,185 ---- #if($submitorshow=="submit") #foreach($type in $typesc) ! $type <input type="checkbox" name="$type" value="$type" #if($nuclei.indexOf($type)>-1) checked #end><br> #end </td> <td> #foreach($type in $typesh) ! $type <input type="checkbox" name="$type" value="$type" #if($nuclei.indexOf($type)>-1) checked #end><br> #end </td> |