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

Mario Gallegos mgallegos at ourproject.org
Wed Jun 6 00:07:02 CEST 2012


Author: mgallegos
Date: 2012-06-06 00:07:02 +0200 (Wed, 06 Jun 2012)
New Revision: 492

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-06-05 22:05:36 UTC (rev 491)
+++ trunk/wp-theme/mc2-form.php	2012-06-05 22:07:02 UTC (rev 492)
@@ -105,7 +105,7 @@
 						    	<?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: http://example.com", "mc"); ?></label>
-							<input type="text" name="non-profit-website" value="ssss" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
+							<input type="text" name="non-profit-website" onclick="if($j('#non-profit-website').val()=='') $j('#non-profit-website').val($j('#url').val());" 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" disabled="disabled"/>
 						    	<?php _e("We have Open-accounting", "mc"); ?>




More information about the Movecommons-commits mailing list