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

Mario Gallegos mgallegos at ourproject.org
Tue May 8 23:25:48 CEST 2012


Author: mgallegos
Date: 2012-05-08 23:25:48 +0200 (Tue, 08 May 2012)
New Revision: 300

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-05-08 21:23:45 UTC (rev 299)
+++ trunk/wp-theme/mc2-form.php	2012-05-08 21:25:48 UTC (rev 300)
@@ -91,7 +91,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();"/>
+						    	<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();"/>
 						    	<?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>




More information about the Movecommons-commits mailing list