Project

General

Profile

« Previous | Next » 

Revision 6672

replication control panel now fully implemented as an admin configuration screen
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5528

View differences:

metacat-configuration.jsp
254 254
	}
255 255
%>
256 256

  
257
<!-- replication -->
258
   	<tr>
259
   	<td class="configured-tag">[configured] </td>  
260
   	<td class="property-title"> Replication Configuration </td>   
261
<%
262
	if (propsConfigured != null && propsConfigured) {
263
%>
264
        	
265
	<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=replication">Reconfigure Now</a> </td>			
266
        	
267
<%
268
	} else {
269
%> 
270
	<td class="configure-link"> Configure Global Properties First </td>
271
<%
272
	}
273
%>     	
274
   	</tr>
275

  
276

  
277

  
278
<!--  -->
257 279
</table>
258 280

  
259 281
<%

Also available in: Unified diff