[Movecommons-commits] r333 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Thu May 10 19:56:25 CEST 2012
Author: mgallegos
Date: 2012-05-10 19:56:24 +0200 (Thu, 10 May 2012)
New Revision: 333
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-05-10 17:54:39 UTC (rev 332)
+++ trunk/wp-theme/mc2-form.php 2012-05-10 17:56:24 UTC (rev 333)
@@ -79,8 +79,7 @@
<div id="mc-form-more-link-np" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
<div id="mc-form-less-link-np" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
-->
- <div class="mc-form-descbox-header"><?php _e("Non-Profit", "mc"); ?></div>
- <input id="np-checkbox" name="np-checkbox" type="checkbox" onclick="var j = jQuery('#check').attr('disabled', jQuery('#check').attr('disabled') ? false : true)">
+ <div class="mc-form-descbox-header"><?php _e("Non-Profit", "mc"); ?><input id="np-checkbox" name="np-checkbox" type="checkbox" onclick="var j = jQuery('#check').attr('disabled', jQuery('#check').attr('disabled') ? false : true)"></div>
<div class="mc-form-descbox-intro"><?php _e("Your initiative does not seek economic benefit", "mc"); ?></div>
<div id="mc-form-more-text-np" class="mc-form-more-text-v2">
<?php _e("<ul> <li>The initiative does not seek economic benefit</li> <li>Any surplus funds of the initiative are used to help pursue its goals instead of distributing them to owners or shareholders.</li> </ul>", "mc"); ?>
More information about the Movecommons-commits
mailing list