Project

General

Profile

« Previous | Next » 

Revision 8755

Added by Jing Tao about 10 years ago

Remove the attribute disable from the update button if it has been submitted.

View differences:

dataone-configuration.jsp
371 371
			<%if (isUpdate) { %>
372 372
				<input class=button type="submit" value="Update"/>
373 373
			<%} else if (isSubmitted) { %>
374
				<input class=button type="submit" value="Update" disabled="disabled"/>
374
				<input class=button type="submit" value="Update"/>
375 375
			<%} else { %>
376 376
				<input class=button type="submit" value="Register"/>
377 377
			<%} %>

Also available in: Unified diff