Project

General

Profile

« Previous | Next » 

Revision 6864

store D1 configuration properties in the main backup so that they persist between upgrades.

View differences:

properties-configuration.jsp
132 132
	           		    	type="<%= fieldType %>"/> 
133 133
				</div>
134 134
<%
135
				} else if (fieldType.equals("hidden")) {
136
					%>
137
						<input id="<%= metaDataProperty.getKey() %>" 
138
								name="<%= metaDataProperty.getKey() %>" 	             		    	    	           		    	             			
139
		           		    	value="<%= request.getAttribute(metaDataProperty.getKey()) %>"
140
		           		    	type="<%= fieldType %>"/> 
141
	<%
135 142
				} else {
136 143
%>
137 144
				<div class="form-row">
......
147 154
<%   			
148 155
				}
149 156
    			
150
    			if (metaDataProperty.getDescription() != null) {
157
    			if (metaDataProperty.getDescription() != null && metaDataProperty.getDescription().trim().length() > 0 ) {
151 158
%>
152 159

  
153 160
					<div class="textinput-description">[<%= metaDataProperty.getDescription() %>]</div>

Also available in: Unified diff