[Nmrshiftdb-devel] CVS: nmrshiftdb/src/vmtemplates/portlets/html user-order.vm, 1.51, 1.52
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2006-11-20 14:12:48
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25935/src/vmtemplates/portlets/html Modified Files: user-order.vm Log Message: resetting of solvent field in ordersubmit working Index: user-order.vm =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html/user-order.vm,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -r1.51 -r1.52 *** user-order.vm 19 Nov 2006 16:29:33 -0000 1.51 --- user-order.vm 20 Nov 2006 14:12:45 -0000 1.52 *************** *** 135,140 **** : $sample.getDBCondition().getValue() #else ! (enter or choose): <input type="text" name="solvent" size="15" value="$!solvent"> ! <select name="solvents" size="1" onChange="document.restform.elements['solvent'].value=''"> #foreach($existingcondition in $solvents) <option value="$existingcondition.getConditionId()">$existingcondition.getValue()</option> --- 135,140 ---- : $sample.getDBCondition().getValue() #else ! (enter or choose): <input type="text" name="solvent" id="solvent" size="15" value="$!solvent"> ! <select name="solvents" size="1" onChange="document.getElementById('solvent').value=''"> #foreach($existingcondition in $solvents) <option value="$existingcondition.getConditionId()">$existingcondition.getValue()</option> |