[Movecommons-commits] r259 - in trunk: src wp-theme

Mario Gallegos mgallegos at ourproject.org
Tue Mar 20 18:05:08 CET 2012


Author: mgallegos
Date: 2012-03-20 18:05:08 +0100 (Tue, 20 Mar 2012)
New Revision: 259

Modified:
   trunk/src/mc-dia-form2.js
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js	2012-03-20 16:58:29 UTC (rev 258)
+++ trunk/src/mc-dia-form2.js	2012-03-20 17:05:08 UTC (rev 259)
@@ -389,12 +389,12 @@
 
 $j("#other-license").click(function(){		
   if($j("#other-license").attr("checked")){
-    $j('#non-profit-website').show();
-    $j('#infield-non-profit-website').show();
+    $j('#other-license-website').show();
+    $j('#infield-other-license-website').show();
   }  	
   else{
-    $j('#non-profit-website').hide();
-    $j('#infield-non-profit-website').hide();
+    $j('other-license-website').hide();
+    $j('#infield-other-license-website').hide();
   }  
 });
 

Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-20 16:58:29 UTC (rev 258)
+++ trunk/wp-theme/mc2-form.php	2012-03-20 17:05:08 UTC (rev 259)
@@ -75,7 +75,7 @@
 						    	<input type="checkbox" name="registered-non-profit" value="S" id="registered-non-profit"/>
 						    	<?php _e("We are registered as Non-profit", "mc"); ?>
 					    	</label>
-					    	<label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website", "mc"); ?></label>
+					    	<label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website: something like http://example.com", "mc"); ?></label>
 							<input type="text" name="non-profit-website" value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="open-accounting" value="S" id="open-accounting" />




More information about the Movecommons-commits mailing list