Project

General

Profile

« Previous | Next » 

Revision 7966

add class="btn" to all buttons (bootstrap look and feel)

View differences:

confirmData.tmpl
560 560
  	<!-- form submission -->
561 561
	<a name="buttons"></a>
562 562
	<p><span class="text-info">Is the information above correct?</span></p> 
563
	<input type="SUBMIT" value="     Yes, submit    " name="dataCorrect">
564
	<input type="SUBMIT" value="No, go back to editing" name="dataWrong">
563
	<input type="submit" class="btn" value="     Yes, submit    " name="dataCorrect">
564
	<input type="submit" class="btn" value="No, go back to editing" name="dataWrong">
565 565

  
566 566
</form>
567 567

  
......
616 616
							</div>
617 617
							<div class="row-fluid">
618 618
								<div class="offset2 span4 text-left">
619
									<input type="submit" name="loginAction" value="Login">
619
									<input type="submit" class="btn" name="loginAction" value="Login">
620 620
								</div>
621 621
							</div>
622 622
						</div>

Also available in: Unified diff