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

Mario Gallegos mgallegos at ourproject.org
Tue Mar 20 16:56:47 CET 2012


Author: mgallegos
Date: 2012-03-20 16:56:47 +0100 (Tue, 20 Mar 2012)
New Revision: 257

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-20 15:45:57 UTC (rev 256)
+++ trunk/wp-theme/mc2-form.php	2012-03-20 15:56:47 UTC (rev 257)
@@ -73,22 +73,22 @@
 					  		<label id="mc-optional-non-profit" style="color: #444;background-color: #FEFBFD;"><?php _e("Optional", "mc"); ?></label>					  				  
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="registered-non-profit" value="S" id="registered-non-profit"/>
-						    	<?php _e("We are registered as Non-profit, check this webpage:", "mc"); ?>
+						    	<?php _e("We are registered as Non-profit", "mc"); ?>
 					    	</label>
-					    	<label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
-							<input type="text" name="non-profit-website" value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
+					    	<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("Website", "mc"); ?></label>
+							<input type="text" name="non-profit-website" 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" />
-						    	<?php _e("We have Open-accounting, check this webpage:", "mc"); ?>
+						    	<?php _e("We have Open-accounting", "mc"); ?>
 					    	</label>
-					    	<label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
-							<input type="text" name="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
+					    	<label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Website", "mc"); ?></label>
+							<input type="text" name="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="accept-donations" value="S" id="accept-donations" />
-						    	<?php _e("We accept donations, check this webpage:", "mc"); ?>
+						    	<?php _e("We accept donations", "mc"); ?>
 					    	</label>
-					    	<label id="infield-donation-website" for="donation-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
-							<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
+					    	<label id="infield-donation-website" for="donation-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Website", "mc"); ?></label>
+							<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
 							<div style="clear: both;"></div>				  			
 					  	</div>					  					  					  
 				  	</div>				




More information about the Movecommons-commits mailing list