Revision: 1064
http://treebase.svn.sourceforge.net/treebase/?rev=1064&view=rev
Author: rvos
Date: 2012-02-14 21:31:34 +0000 (Tue, 14 Feb 2012)
Log Message:
-----------
Removed redundant column.
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/taxonList.jsp
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/taxonList.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/taxonList.jsp 2012-02-14 21:30:07 UTC (rev 1063)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/taxonList.jsp 2012-02-14 21:31:34 UTC (rev 1064)
@@ -25,13 +25,6 @@
</display:column>
- <display:column property="name" title="Taxon Label"
- sortable="true"/>
-
-
- <%-- display:column property="title" title="uBIO Full Name"
- sortable="true" style="text-align:center; width:10%"/ --%>
-
<display:column property="name" title="Taxon Name"
sortable="true"/>
@@ -59,7 +52,7 @@
<display:footer>
<tr>
<!-- this id is important, because we might add additional buttons here -->
- <td colspan="5" align="center" id="buttonContainer">
+ <td colspan="4" align="center" id="buttonContainer">
<!-- insert additional controls here -->
</td>
</tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|