Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248
This commit is contained in:
parent
de5c5ff7de
commit
eb00f1cd43
189 changed files with 928 additions and 6859 deletions
|
@ -1,9 +1,4 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%
|
||||
final int DEFAULT_PORTAL_ID=1;
|
||||
String portalIdStr=(portalIdStr=(String)request.getAttribute("home"))==null ?
|
||||
((portalIdStr=request.getParameter("home"))==null?String.valueOf(DEFAULT_PORTAL_ID):portalIdStr):portalIdStr; %>
|
||||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<div class="editingForm">
|
||||
|
||||
|
@ -16,7 +11,6 @@
|
|||
<tr valign="bottom" align="center">
|
||||
<td>
|
||||
<form action="fetch" method="get">
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="submit" class="form-button" value="See All Namespaces"/>
|
||||
<input type="hidden" name="queryspec" value="private_namespaces"/>
|
||||
<input type="hidden" name="header" value="titleonly"/>
|
||||
|
@ -24,7 +18,6 @@
|
|||
</td>
|
||||
<td valign="bottom" align="center">
|
||||
<form action="editForm" method="get">
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="submit" class="form-button" value="Edit Namespace <%=request.getAttribute("firstvalue")%>"/>
|
||||
<input name="id" type = "hidden" value="<%=request.getAttribute("firstvalue")%>" />
|
||||
<input type="hidden" name="controller" value="Namespace"/>
|
||||
|
@ -32,7 +25,6 @@
|
|||
</td>
|
||||
<td valign="bottom">
|
||||
<form action="editForm" method="get">
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="submit" class="form-button" value="Add New Namespace"/>
|
||||
<input type="hidden" name="controller" value="Namespace"/>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue