[Movecommons-commits] r469 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue Jun 5 20:00:12 CEST 2012
Author: mgallegos
Date: 2012-06-05 20:00:12 +0200 (Tue, 05 Jun 2012)
New Revision: 469
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-06-05 16:41:16 UTC (rev 468)
+++ trunk/wp-theme/mc2-form.php 2012-06-05 18:00:12 UTC (rev 469)
@@ -72,8 +72,8 @@
<div style="width: 100%;float: left;margin-bottom: 20px;">
<div class="label2" style="margin-left: 185px;float: left;"><?php _e("2. Is your initiative Non-Profit?", "mc"); ?></div>
<div id="step2-radio" style="float: left;margin-left: 10px;margin-top: 10px;">
- <input type="radio" id="step2-yes" name="radio" /><label for="step2-yes" style="font-size: 14px;">Yes</label>
- <input type="radio" id="step2-no" name="radio" /><label for="step2-no" style="font-size: 14px;">No</label>
+ <input type="radio" id="step2-yes" name="radio" onclick="clickCheckBox('np');"/><label for="step2-yes" style="font-size: 14px;">Yes</label>
+ <input type="radio" id="step2-no" name="radio" onclick="clickCheckBox('np');"/><label for="step2-no" style="font-size: 14px;">No</label>
</div>
</div>
<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-a">
@@ -83,7 +83,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"); ?><input id="np-checkbox" name="np-checkbox" type="checkbox" value="N" onclick="clickCheckBox('np')"></div>
+ <div class="mc-form-descbox-header"><?php _e("Non-Profit", "mc"); ?><input id="np-checkbox" name="np-checkbox" type="hidden" value="N"></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"); ?>
@@ -405,10 +405,10 @@
$j('#infield-other-license-website').inFieldLabels();
//$j('#infield-url').inFieldLabels();
$j('#infield-terms-of-use-website').inFieldLabels();
- $j('#np-checkbox').checkbox();
+ /*$j('#np-checkbox').checkbox();
$j('#rp-checkbox').checkbox();
$j('#rc-checkbox').checkbox();
- $j('#gr-checkbox').checkbox();
+ $j('#gr-checkbox').checkbox();*/
$j('button').button();
$j( "#step2-radio").buttonset();
$j( "#step3-radio").buttonset();
More information about the Movecommons-commits
mailing list