Project

General

Profile

« Previous | Next » 

Revision 5031

Added by daigle almost 15 years ago

Change location of PropertyService to properties directory

View differences:

metacat-configuration.jsp
1 1
<%@ page language="java"  %>
2 2
<%@ page import="edu.ucsb.nceas.metacat.database.DBVersion,edu.ucsb.nceas.metacat.MetacatVersion" %>
3
<%@ page import="edu.ucsb.nceas.metacat.service.PropertyService" %>
3
<%@ page import="edu.ucsb.nceas.metacat.properties.PropertyService" %>
4 4

  
5 5
<%
6 6
	/**
......
125 125
    	<tr>
126 126
    	<td class="configured-tag">[configured] </td>
127 127
    	<td class="property-title"> Database Installation/Upgrade </td> 
128
		<td class="configure-link"> Version: <%= databaseVersion.getVersionString() %> </td>    		
128
		<td class="configure-link"> Version: <%=databaseVersion.getVersionString()%> </td>    		
129 129
    	</tr>
130 130
<%
131 131
	} else {
......
134 134
    	<td class="unconfigured-tag">[unconfigured] </td>  
135 135
    	<td class="property-title"> Database Installation/Upgrade </td>
136 136
<%
137
		if (propsConfigured != null && propsConfigured) {
137
	if (propsConfigured != null && propsConfigured) {
138 138
%>
139 139
        	
140 140
		<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=database">Configure Now</a> </td>			
141 141
        	
142 142
<%
143
		} else {
144
%> 
143
			        		} else {
144
			        	%> 
145 145
		<td class="configure-link"> Configure Global Properties First </td>
146 146
<%
147
		}
148
			%>     	
147
	}
148
%>     	
149 149
    	</tr>
150 150
<%
151 151
	}

Also available in: Unified diff