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

Mario Gallegos mgallegos at ourproject.org
Wed Nov 7 22:36:25 CET 2012


Author: mgallegos
Date: 2012-11-07 22:36:24 +0100 (Wed, 07 Nov 2012)
New Revision: 586

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-11-07 19:24:32 UTC (rev 585)
+++ trunk/src/mc-dia-form2.js	2012-11-07 21:36:24 UTC (rev 586)
@@ -35,8 +35,7 @@
 			if(id=='gr'){
 				$("#decisions-general-assemblies").removeAttr("disabled");
 				$("#decisions-consensus").removeAttr("disabled");
-				$("#representatives-democratically").removeAttr("disabled");						
-				$("#meetings-transparent").removeAttr("disabled");
+				$("#representatives-democratically").removeAttr("disabled");										
 				$("#decisions-voting").removeAttr("disabled");
 				$j("#mc-form-optional-grassroots").effect("shake", { times:1 }, 200);
 			}
@@ -95,9 +94,7 @@
 				$("#decisions-consensus").attr("disabled", "disabled");
 				$('#decisions-consensus').attr('checked', false);
 				$("#representatives-democratically").attr("disabled", "disabled");
-				$('#representatives-democratically').attr('checked', false);			
-				$("#meetings-transparent").attr("disabled", "disabled");
-				$('#meetings-transparent').attr('checked', false);
+				$('#representatives-democratically').attr('checked', false);							
 				$("#decisions-voting").attr("disabled", "disabled");
 				$('#decisions-voting').attr('checked', false);
 				$j('#submit_fifth').click();						     
@@ -594,37 +591,6 @@
 	});
 	
 	}
-	
-
-	/*
-	// http://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#labelOver
-	$.fn.labelOver = function(overClass) {
-	  return this.each(function()
-	    {
-	      var label = $j(this);
-	      var f = label.attr('for');
-	      if (f) {
-		var input = $j('#' + f);
-	
-		this.hide = function() {
-		  label.css({ textIndent: -10000 });
-		};
-	
-		this.show = function() {
-		  if (input.val() == '') label.css({ textIndent: 0 });
-		};
-	
-		// handlers
-		input.focus(this.hide);
-		input.blur(this.show);
-		label.addClass(overClass).click(function(){ input.focus(); });
-	
-		if (input.val() != '') this.hide();
-	          }
-	        });
-	    };
-	   */ 
-	   
 	    
     $j('#submit_first').click(function(){
     	

Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-11-07 19:24:32 UTC (rev 585)
+++ trunk/wp-theme/mc2-form.php	2012-11-07 21:36:24 UTC (rev 586)
@@ -51,7 +51,7 @@
 			<input type="hidden" name="languages" id="languages" class="firstStepInput"/>
 			<label for="languages"><?php _e("Pendiente texto descriptivo... (press enter or comma to separate)", "mc"); ?></label>	    
 			<input type="hidden" name="keywords" id="keywords"/>
-			<label for="keywords"><?php _e("For example: health, education, etc (press enter or comma to separate).", "mc"); ?></label>
+			<label for="keywords"><?php _e("keywords that define your project, for example: health, education, etc (press enter or comma to separate).", "mc"); ?></label>
 			<input type="text" name="location" value="Location" id="location" class="firstStepInput"/>
 			<label for="location"><span class="required-field">*</span><?php _e("Pendiente texto descriptivo...", "mc"); ?></label>				    			
 		</div>		     				
@@ -351,11 +351,7 @@
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="representatives-democratically" value="S" id="representatives-democratically" tabindex="25" disabled="disabled"/>
 						    	<?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" disabled="disabled"/>
-						    	<?php _e("We have a board whose meetings are transparent", "mc"); ?>
-					    	</label>  
+					    	</label>					    	
 					  	</div>					  					  					  
 				  	</div>
 			  	</div>




More information about the Movecommons-commits mailing list