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

Mario Gallegos mgallegos at ourproject.org
Sun Jun 3 01:46:22 CEST 2012


Author: mgallegos
Date: 2012-06-03 01:46:22 +0200 (Sun, 03 Jun 2012)
New Revision: 447

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-06-02 23:44:29 UTC (rev 446)
+++ trunk/wp-theme/mc2-form.php	2012-06-02 23:46:22 UTC (rev 447)
@@ -40,11 +40,11 @@
 			<label for="ininame"><span class="required-field">*</span><?php _e("Name of your initiative or collective", "mc"); ?></label>
 			<input type="text" name="url" value="Web address" id="url" class="firstStepInput"/>
 			<label for="url"><span class="required-field">*</span><?php _e("Web address ...", "mc"); ?></label>
-			<input type="text" name="languages" id="languages" class="firstStepInput"/>
+			<input type="hidden" name="languages" id="languages" class="firstStepInput"/>
 			<label for="languages"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>	    
 			<input type="hidden" name="keywords" id="keywords"/>
 			<label for="keywords"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
-			<input type="hidden" name="location" value="Location" id="location" onblur="$j('#ininame').focus();" class="firstStepInput"/>
+			<input type="text" name="location" value="Location" id="location" onblur="$j('#ininame').focus();" class="firstStepInput"/>
 			<label for="location"><?php _e("Location....", "mc"); ?></label>				    			
 		</div>		     				
 		<div class="clear"></div>




More information about the Movecommons-commits mailing list