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

Mario Gallegos mgallegos at ourproject.org
Tue Jun 5 21:09:48 CEST 2012


Author: mgallegos
Date: 2012-06-05 21:09:48 +0200 (Tue, 05 Jun 2012)
New Revision: 480

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:08:51 UTC (rev 479)
+++ trunk/wp-theme/mc2-form.php	2012-06-05 19:09:48 UTC (rev 480)
@@ -51,11 +51,11 @@
 			<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="text" name="location" value="Location" id="location" onblur="$j('#ininame').focus();" class="firstStepInput"/>
+			<input type="text" name="location" value="Location" id="location" class="firstStepInput"/>
 			<label for="location"><?php _e("Location....", "mc"); ?></label>				    			
 		</div>		     				
 		<div class="clear"></div>
-		<button class="submit" type="submit" name="submit_first" id="submit_first"><?php _e("Next", "mc"); ?></button>
+		<button class="submit" type="submit" name="submit_first" id="submit_first" onblur="$j('#ininame').focus();"><?php _e("Next", "mc"); ?></button>
 		<div class="clear"></div>													
 	</div><!-- End first slide -->
 	<div class="clear"></div>		




More information about the Movecommons-commits mailing list