[Movecommons-commits] r591 - in trunk: src wp-theme
Samer .
shevek at ourproject.org
Sun Jan 20 19:38:22 CET 2013
Author: shevek
Date: 2013-01-20 19:38:21 +0100 (Sun, 20 Jan 2013)
New Revision: 591
Modified:
trunk/src/mc-dia-form2.js
trunk/wp-theme/mc2-form.php
Log:
Fixes subcategories of RP, including id names
Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js 2013-01-20 18:14:44 UTC (rev 590)
+++ trunk/src/mc-dia-form2.js 2013-01-20 18:38:21 UTC (rev 591)
@@ -27,9 +27,9 @@
$("#creative-commons").removeAttr("disabled");
$("#other-license").removeAttr("disabled");
$("#organization-structure").removeAttr("disabled");
- $("#projects-and-results").removeAttr("disabled");
- $("#methods-procedures").removeAttr("disabled");
- $("#documentation").removeAttr("disabled");
+ $("#internal-procedures").removeAttr("disabled");
+ $("#list-members").removeAttr("disabled");
+ $("#funding-sources").removeAttr("disabled");
$j("#mc-form-optional-reproducible").effect("shake", { times:1 }, 200);
}
if(id=='gr'){
@@ -70,12 +70,12 @@
$('#other-license').attr('checked', false);
$("#organization-structure").attr("disabled", "disabled");
$('#organization-structure').attr('checked', false);
- $("#projects-and-results").attr("disabled", "disabled");
- $('#projects-and-results').attr('checked', false);
- $("#methods-procedures").attr("disabled", "disabled");
- $('#methods-procedures').attr('checked', false);
- $("#documentation").attr("disabled", "disabled");
- $('#documentation').attr('checked', false);
+ $("#internal-procedures").attr("disabled", "disabled");
+ $('#internal-procedures').attr('checked', false);
+ $("#list-members").attr("disabled", "disabled");
+ $('#list-members').attr('checked', false);
+ $("#funding-sources").attr("disabled", "disabled");
+ $('#funding-sources').attr('checked', false);
$j('#terms-of-use-website').hide();
$j('#infield-terms-of-use-website').hide();
$j('#creative-commons-website').hide();
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2013-01-20 18:14:44 UTC (rev 590)
+++ trunk/wp-theme/mc2-form.php 2013-01-20 18:38:21 UTC (rev 591)
@@ -204,15 +204,15 @@
<?php _e("Our organization", "mc"); ?>
</label>
<label class="optional-labels-fields" style="margin-left: 30px;">
- <input type="checkbox" name="projects-and-results" value="S" id="projects-and-results" disabled="disabled"/>
+ <input type="checkbox" name="internal-procedures" value="S" id="internal-procedures" disabled="disabled"/>
<?php _e("Our internal procedures", "mc"); ?>
</label>
<label class="optional-labels-fields" style="margin-left: 30px;">
- <input type="checkbox" name="methods-procedures" value="S" id="methods-procedures" disabled="disabled"/>
+ <input type="checkbox" name="list-members" value="S" id="list-members" disabled="disabled"/>
<?php _e("Our list of members", "mc"); ?>
</label>
<label class="optional-labels-fields" style="margin-left: 30px;">
- <input type="checkbox" name="documentation" value="S" id="documentation" disabled="disabled"/>
+ <input type="checkbox" name="funding-sources" value="S" id="funding-sources" disabled="disabled"/>
<?php _e("Our funding sources", "mc"); ?>
</label>
</div>
More information about the Movecommons-commits
mailing list