From: <vga...@us...> - 2010-03-18 16:12:37
|
Revision: 629 http://treebase.svn.sourceforge.net/treebase/?rev=629&view=rev Author: vgapeyev Date: 2010-03-18 16:12:31 +0000 (Thu, 18 Mar 2010) Log Message: ----------- More appropriate tooltip message for disabled analysis downloads Modified Paths: -------------- trunk/treebase-web/src/main/resources/ApplicationResources.properties trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp Modified: trunk/treebase-web/src/main/resources/ApplicationResources.properties =================================================================== --- trunk/treebase-web/src/main/resources/ApplicationResources.properties 2010-03-18 15:30:48 UTC (rev 628) +++ trunk/treebase-web/src/main/resources/ApplicationResources.properties 2010-03-18 16:12:31 UTC (rev 629) @@ -305,6 +305,7 @@ matrix.description = Description download.original = Download Original File download.reconstructedfile = Download Reconstructed File +download.unavailable = File download currently not available download.nexml = Download NeXML File download.json = Download JSON File download.rdf = Download RDF file Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-03-18 15:30:48 UTC (rev 628) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-03-18 16:12:31 UTC (rev 629) @@ -49,8 +49,13 @@ <img class="iconButton" src="<fmt:message key="icons.download.reconstructed"/>" +<%-- title="<fmt:message key="download.reconstructedfile"/>" - alt="<fmt:message key="download.reconstructedfile"/>"/> + alt="<fmt:message key="download.reconstructedfile"/>" +--%> + title="<fmt:message key="download.unavailable"/>" + alt="<fmt:message key="download.unavailable"/>" + /> <!-- </a> --> <c:if test="${not empty analysisStepCommand.displayName}"> <c:out value="${analysisStepCommand.displayName}"/> @@ -58,7 +63,7 @@ <c:if test="${empty analysisStepCommand.displayName}"> <em>Untitled</em> </c:if> - </h2> + --</h2> <div <c:if test="${!editable}">style="display:none"</c:if> id="analysisStepCommand<c:out value="${analysisStepCommand.id}"/>"> <c:if test="${editable || ( not empty analysisStepCommand.displayName || not empty analysisStepCommand.notes )}"> <fieldset> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |