Project

General

Profile

« Previous | Next » 

Revision 8041

use RegistryView listeners for the form submission process

View differences:

confirmData.tmpl
410 410
</p>
411 411
<hr class="rule">
412 412

  
413
<form action="[% cgiPrefix %]/register-dataset.cgi" method="post">
413
<form id="confirmForm" action="[% cgiPrefix %]/register-dataset.cgi" method="post">
414 414
  <input type="hidden" name="cfg" value="[% cfg %]">
415 415
  <input type="hidden" name="docid" value="[% docid %]">
416 416
  <input type="hidden" name="stage" value="confirmed">
......
559 559
  	<!-- form submission -->
560 560
	<a name="buttons"></a>
561 561
	<p><span class="text-info">Is the information above correct?</span></p> 
562
	<input type="submit" class="btn" value="     Yes, submit    " name="dataCorrect">
563
	<input type="submit" class="btn" value="No, go back to editing" name="dataWrong">
562
	<input id="confirmYesSubmit" type="button" class="btn" value="     Yes, submit    " name="dataCorrect">
563
	<input id="confirmNoSubmit" type="button" class="btn" value="No, go back to editing" name="dataWrong">
564 564

  
565 565
</form>
566 566

  

Also available in: Unified diff