[Movecommons-commits] r486 - in trunk: src wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue Jun 5 21:46:58 CEST 2012
Author: mgallegos
Date: 2012-06-05 21:46:58 +0200 (Tue, 05 Jun 2012)
New Revision: 486
Modified:
trunk/src/mc-dia-form2.js
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js 2012-06-05 19:43:21 UTC (rev 485)
+++ trunk/src/mc-dia-form2.js 2012-06-05 19:46:58 UTC (rev 486)
@@ -616,7 +616,7 @@
$j('#third_step').slideDown();
} else return false;*/
- if($j('#np-checkbox').val()=='N'){
+ if($j('#np-checkbox').val()=='A'){
$j('#step2question').effect("shake", { times:3 }, 50);
return;
}
@@ -657,7 +657,7 @@
$j('#third_step').slideUp();
$j('#fourth_step').slideDown();
*/
- if($j('#rp-checkbox').val()=='N'){
+ if($j('#rp-checkbox').val()=='A'){
$j('#step3question').effect("shake", { times:3 }, 50);
return;
}
@@ -673,7 +673,7 @@
$j('#submit_fourth').click(function(){
- if($j('#rc-checkbox').val()=='N'){
+ if($j('#rc-checkbox').val()=='A'){
$j('#step4question').effect("shake", { times:3 }, 50);
return;
}
@@ -695,7 +695,7 @@
$j('#submit_fifth').click(function(){
- if($j('#gr-checkbox').val()=='N'){
+ if($j('#gr-checkbox').val()=='A'){
$j('#step5question').effect("shake", { times:3 }, 50);
return;
}
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-06-05 19:43:21 UTC (rev 485)
+++ trunk/wp-theme/mc2-form.php 2012-06-05 19:46:58 UTC (rev 486)
@@ -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="hidden" value="N"></div>
+ <div class="mc-form-descbox-header"><?php _e("Non-Profit", "mc"); ?><input id="np-checkbox" name="np-checkbox" type="hidden" value="A"></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"); ?>
@@ -153,7 +153,7 @@
<div id="mc-form-more-link-rp" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
<div id="mc-form-less-link-rp" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
-->
- <div class="mc-form-descbox-header"><?php _e("Reproducible", "mc"); ?><input id="rp-checkbox" name="rp-checkbox" type="hidden" value="N"></div>
+ <div class="mc-form-descbox-header"><?php _e("Reproducible", "mc"); ?><input id="rp-checkbox" name="rp-checkbox" type="hidden" value="A"></div>
<div class="mc-form-descbox-intro"><?php _e("Your initiative is visible, open and transparent, which allows it to be adapted by others", "mc"); ?></div>
<div id="mc-form-more-text-rp" class="mc-form-more-text-v2">
<?php _e("<ul> <li>The initiative is easily visible to anyone, providing the necessary online material</li> <li>The initiative has transparent procedures and results</li> <li>The initiative allows others to copy and adapt their procedures and materials, probably using <a href=\"http://creativecommons.org/\">Creative Commons</a> licenses for them</li> </ul>", "mc"); ?>
@@ -244,7 +244,7 @@
<div id="mc-form-more-link-rc" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
<div id="mc-form-less-link-rc" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
-->
- <div class="mc-form-descbox-header"><?php _e("Reinforcing the Commons", "mc"); ?><input id="rc-checkbox" name="rc-checkbox" type="hidden" value="N"></div>
+ <div class="mc-form-descbox-header"><?php _e("Reinforcing the Commons", "mc"); ?><input id="rc-checkbox" name="rc-checkbox" type="hidden" value="A"></div>
<div class="mc-form-descbox-intro"><?php _e("Your initiative protectes/expands The Commons, resources that are collectively owned", "mc"); ?></div>
<div id="mc-form-more-text-rc" class="mc-form-more-text-v2">
<?php _e("The Commons are those resources that are collectively owned or shared among populations. Thus, your initiative is promoting The Commons by focusing its work in protecting/expanding any of them in any particular area of action", "mc"); ?>
@@ -306,7 +306,7 @@
<div id="mc-form-more-link-gr" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
<div id="mc-form-less-link-gr" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
-->
- <div class="mc-form-descbox-header"><?php _e("Grassroots", "mc"); ?><input id="gr-checkbox" name="gr-checkbox" type="hidden" value="N"></div>
+ <div class="mc-form-descbox-header"><?php _e("Grassroots", "mc"); ?><input id="gr-checkbox" name="gr-checkbox" type="hidden" value="A"></div>
<div class="mc-form-descbox-intro"><?php _e("Your initiative is driven by horizontal collective decisions", "mc"); ?></div>
<div id="mc-form-more-text-gr" class="mc-form-more-text-v2">
<?php _e("<ul> <li>The initiative follows collective decision-making procedures for tackling most issues</li> <li>The hierarchical structure is minimal or inexistent. That is, horizontal grassroots discussions of the members have a major weight when compared with vertical instructions from the board</li> </ul>", "mc"); ?>
More information about the Movecommons-commits
mailing list