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

Mario Gallegos mgallegos at ourproject.org
Tue Jun 5 21:13:39 CEST 2012


Author: mgallegos
Date: 2012-06-05 21:13:39 +0200 (Tue, 05 Jun 2012)
New Revision: 481

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:09:48 UTC (rev 480)
+++ trunk/wp-theme/mc2-form.php	2012-06-05 19:13:39 UTC (rev 481)
@@ -117,13 +117,13 @@
 						    	<?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>
-							<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;" onblur="$j('#registered-non-profit').focus();">
+							<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
 							<div style="clear: both;"></div>				  			
 					  	</div>					  					  					  
 				  	</div>				
 			  	</div>
 			  	<div class="clear"></div>
-			  	<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>			  	
+			  	<button class="submit" type="submit" name="submit_second" id="submit_second" style="left: 750px;" onblur="$j('#registered-non-profit').focus();"><?php _e("Next", "mc"); ?></button>			  	
 			  	<div class="clear"></div>				
 		  	</div>		  	
 		  </div>
@@ -206,14 +206,14 @@
 						    	<?php _e("Methods / Procedures", "mc"); ?>
 					    	</label>
 					    	<label class="optional-labels-fields" style="margin-left: 30px;">					      
-						    	<input type="checkbox" name="documentation" value="S" id="documentation"  onblur="$j('#terms-of-use').focus();" disabled="disabled"/>
+						    	<input type="checkbox" name="documentation" value="S" id="documentation"  disabled="disabled"/>
 						    	<?php _e("Documentation", "mc"); ?>
 					    	</label>
 					  	</div>					  					  					  
 				  	</div>				  	
 			  	</div>
 			  	<div class="clear"></div>
-			  	<button class="submit" type="submit" name="submit_third" id="submit_third" style="left: 750px;"><?php _e("Next", "mc"); ?></button>
+			  	<button class="submit" type="submit" name="submit_third" id="submit_third" onblur="$j('#terms-of-use').focus();" style="left: 750px;"><?php _e("Next", "mc"); ?></button>
 			  	<div class="clear"></div>
 		  	</div>
 		  </div>
@@ -339,14 +339,14 @@
 						    	<?php _e("We have representatives chosen democratically", "mc"); ?>
 					    	</label>
 					    	<label class="optional-labels-fields">					     
-						    	<input type="checkbox" name="meetings-transparent" value="S" id="meetings-transparent" tabindex="26" onblur="$j('#decisions-general-assemblies').focus();" disabled="disabled"/>
+						    	<input type="checkbox" name="meetings-transparent" value="S" id="meetings-transparent" tabindex="26" disabled="disabled"/>
 						    	<?php _e("We have a board whose meetings are transparent", "mc"); ?>
 					    	</label>  
 					  	</div>					  					  					  
 				  	</div>
 			  	</div>
 			  	<div class="clear"></div>
-			  	<button class="submit" type="submit" name="submit_fifth" id="submit_fifth" value="" style="left: 750px;"><?php _e("Next", "mc"); ?></button>
+			  	<button class="submit" type="submit" name="submit_fifth" id="submit_fifth" onblur="$j('#decisions-general-assemblies').focus();" style="left: 750px;"><?php _e("Next", "mc"); ?></button>
 			  	<div class="clear"></div>		  		  
 			  </div>	
 	  </div>




More information about the Movecommons-commits mailing list