NIHVIVO-2029: added deprecation message to top of Tabs page.

This commit is contained in:
tlw72 2011-02-08 18:14:52 +00:00
parent a05a001704
commit 242443a569

View file

@ -8,6 +8,12 @@ if (request.getAttribute("title") != null) { %>
<h2><%=request.getAttribute("title")%></h2><%
}
%>
<%
if (request.getAttribute("title") == "Tabs") { %>
<div id="flash-message" role="alert">Tab management has been deprecated with the 1.2 release and is no longer recommended for production VIVO instances. All development relating to tab management has ceased, and it will not be distributed in future releases.
</div><%
}
%>
<table style="margin-bottom:1.5ex;">
<tr>