[Nmrshiftdb-devel] CVS: nmrshiftdb/src/vmtemplates/portlets/html user-order.vm, 1.46, 1.47
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2006-10-27 12:17:05
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11377/src/vmtemplates/portlets/html Modified Files: user-order.vm Log Message: the search history should now work for the user as well Index: user-order.vm =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html/user-order.vm,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -r1.46 -r1.47 *** user-order.vm 26 Oct 2006 17:18:48 -0000 1.46 --- user-order.vm 27 Oct 2006 12:17:01 -0000 1.47 *************** *** 199,204 **** </script> <input type="hidden" name="MolTxt"> ! <input type="button" value="Clear" onClick="document.JcpEditor.clear();"> ! <input type="button" value="Import from structures history" onClick="openStructureHistory()"> #else <a href="$data.getRequest().getRequestURI();jsessionid=$data.getSession().getId()?$data.getRequest().getQueryString()&applet=applet" title="Switch on Java-Applets" style="color:white"><img src="images/java.png"></a><br><br> --- 199,204 ---- </script> <input type="hidden" name="MolTxt"> ! <input type="button" style="font-size:smaller" value="Clear" onClick="document.JcpEditor.clear();"> ! <input type="button" style="font-size:smaller" value="Import from structures history" onClick="openStructureHistory()"> #else <a href="$data.getRequest().getRequestURI();jsessionid=$data.getSession().getId()?$data.getRequest().getQueryString()&applet=applet" title="Switch on Java-Applets" style="color:white"><img src="images/java.png"></a><br><br> |