|
From: <rv...@us...> - 2009-12-09 17:18:42
|
Revision: 345
http://treebase.svn.sourceforge.net/treebase/?rev=345&view=rev
Author: rvos
Date: 2009-12-09 17:18:32 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
Added default choice for identifierType selection
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 2009-12-09 17:15:16 UTC (rev 344)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 2009-12-09 17:18:32 UTC (rev 345)
@@ -15,9 +15,9 @@
<tr>
<th><fmt:message key="submission.accession"/>:</th>
- <td>
- <input type="radio" name="identifierType" value="TB1"/>Legacy accession
- <input type="radio" name="identifierType" value="TB2"/>TreeBASE2 Id
+ <td>
+ <input type="radio" name="identifierType" value="TB2" checked="checked"/>TreeBASE2 Id
+ <input type="radio" name="identifierType" value="TB1"/>Legacy accession
<input type="text" name="submissionaccession" maxlength = "25"/>
</td>
</tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|