Project

General

Profile

« Previous | Next » 

Revision 6985

Added by Matt Jones over 12 years ago

Remove ability to edit NodeID from D1 configuration page. Fix update of contactSubject and dataone.ore.generated property name.

View differences:

dataone-configuration.jsp
91 91
			name="dataone.nodeDescription" 	             		    	    	           		    	             			
92 92
			value="<%= request.getAttribute("dataone.nodeDescription") %>"/> 
93 93
	</div>
94
	<!--
94 95
	<div class="form-row">
95 96
		<img class="question-mark" src="style/images/question-mark.gif" 
96 97
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
......
102 103
			name="dataone.memberNodeId" 	             		    	    	           		    	             			
103 104
			value="<%= request.getAttribute("dataone.memberNodeId") %>"/> 
104 105
	</div>
106
	-->
105 107
	<div class="form-row">
106 108
		<img class="question-mark" src="style/images/question-mark.gif" 
107 109
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
......
117 119
		<img class="question-mark" src="style/images/question-mark.gif" 
118 120
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
119 121
		<div class="textinput-label">
122
			<label for="dataone.contactSubject" title="Contact Subject">Contact Subject</label>
123
		</div>
124
		<input class="textinput" 
125
			id="dataone.contactSubject" 
126
			name="dataone.contactSubject" 	             		    	    	           		    	             			
127
			value="<%= request.getAttribute("dataone.contactSubject") %>"/> 
128
	</div>
129
	<div class="form-row">
130
		<img class="question-mark" src="style/images/question-mark.gif" 
131
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
132
		<div class="textinput-label">
120 133
			<label for="D1Client.certificate.file" title="Node Certificate Path">Node Certificate Path</label>
121 134
		</div>
122 135
		<input class="textinput" 

Also available in: Unified diff