[Movecommons-commits] r479 - trunk/wp-theme

Mario Gallegos mgallegos at ourproject.org
Tue Jun 5 21:08:51 CEST 2012


Author: mgallegos
Date: 2012-06-05 21:08:51 +0200 (Tue, 05 Jun 2012)
New Revision: 479

Modified:
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-06-05 19:02:14 UTC (rev 478)
+++ trunk/wp-theme/mc2-form.php	2012-06-05 19:08:51 UTC (rev 479)
@@ -113,7 +113,7 @@
 					    	<label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website: http://example.com", "mc"); ?></label>
 							<input type="text" name="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
 					    	<label class="optional-labels-fields">					     
-						    	<input type="checkbox" name="accept-donations" value="S" id="accept-donations" onblur="if($j('#infield-donation-website').css('display')=='none') $j('#registered-non-profit').focus();" disabled="disabled"/>
+						    	<input type="checkbox" name="accept-donations" value="S" id="accept-donations" disabled="disabled"/>
 						    	<?php _e("We accept donations", "mc"); ?>
 					    	</label>
 					    	<label id="infield-donation-website" for="donation-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website: http://example.com", "mc"); ?></label>
@@ -123,7 +123,7 @@
 				  	</div>				
 			  	</div>
 			  	<div class="clear"></div>
-			  	<button class="submit" type="submit" name="submit_second" id="submit_second" style="left: 750px;"><?php _e("Next", "mc"); ?></button>			  	
+			  	<button class="submit" type="submit" name="submit_second" id="submit_second" style="left: 750px;" onblur="if($j('#infield-donation-website').css('display')=='none') $j('#registered-non-profit').focus();"><?php _e("Next", "mc"); ?></button>			  	
 			  	<div class="clear"></div>				
 		  	</div>		  	
 		  </div>




More information about the Movecommons-commits mailing list