[Movecommons-commits] r261 - in trunk: src wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue Mar 20 18:23:48 CET 2012
Author: mgallegos
Date: 2012-03-20 18:23:48 +0100 (Tue, 20 Mar 2012)
New Revision: 261
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-03-20 17:13:19 UTC (rev 260)
+++ trunk/src/mc-dia-form2.js 2012-03-20 17:23:48 UTC (rev 261)
@@ -393,7 +393,7 @@
$j('#infield-other-license-website').show();
}
else{
- $j('other-license-website').hide();
+ $j('#other-license-website').hide();
$j('#infield-other-license-website').hide();
}
});
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-20 17:13:19 UTC (rev 260)
+++ trunk/wp-theme/mc2-form.php 2012-03-20 17:23:48 UTC (rev 261)
@@ -139,7 +139,7 @@
<?php _e("Other license", "mc"); ?>
</label>
<label id="infield-other-license-website" for="other-license-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website: http://example.com", "mc"); ?></label>
- <input type="text" name="other-license-website" value="" id="other-license-commons-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
+ <input type="text" name="other-license-website" value="" id="other-license-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
<label class="optional-labels-fields">
<?php _e("We share:", "mc"); ?>
</label>
More information about the Movecommons-commits
mailing list