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

Mario Gallegos mgallegos at ourproject.org
Tue May 8 22:22:05 CEST 2012


Author: mgallegos
Date: 2012-05-08 22:22:05 +0200 (Tue, 08 May 2012)
New Revision: 296

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-05-08 19:50:13 UTC (rev 295)
+++ trunk/wp-theme/mc2-form.php	2012-05-08 20:22:05 UTC (rev 296)
@@ -30,7 +30,7 @@
 	  <div id="mc-form-optional-languages">
 		  <div style="position: relative;float: left;width: 400px;font-size: 16px;margin-right:29px;margin-top: 20px;">
 		    <label id="mc-optional-languages" style="background-color: #FEFBFD"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>	    
-		    <input type="text" name="languages" value="" id="languages" />
+		    <input type="text" name="languages" value="" id="languages"/>
 		  </div>
 	  </div>
 	  <div id="mc-form-optional-keywords">
@@ -45,7 +45,7 @@
 	  <div class="mc-form-optional-info2" id="mc-form-optional-location">
 		  <div class="label">
 		    <label id="mc-optional-location" style="background-color: #FEFBFD"><?php _e("Location", "mc"); ?></label>	    
-		    <input type="text" name="location" value="" id="location" />
+		    <input type="text" name="location" value="" id="location" onblur="$j('#ininame').focus();"/>
 		  </div>
 	  </div>    
 	  <div class="mc-clean"></div>  	




More information about the Movecommons-commits mailing list