NIHVIVO-2029: added deprecation message to top of Tabs page.
This commit is contained in:
parent
a05a001704
commit
242443a569
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue