NIHVIVO-2029: added deprecation message to top of Tabs page.
This commit is contained in:
parent
242443a569
commit
bf78f83b7d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if (request.getAttribute("title") != null) { %>
|
|||
%>
|
||||
<%
|
||||
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 id="flash-message" role="alert">Tabs have been deprecated with the 1.2 release and is no longer recommended for production VIVO instances. All development relating to tabs has ceased, and it will not be distributed in future releases.
|
||||
</div><%
|
||||
}
|
||||
%>
|
||||
|
|
Loading…
Add table
Reference in a new issue