[Movecommons-commits] r235 - in trunk: src wp-theme
Mario Gallegos
mgallegos at ourproject.org
Fri Mar 16 01:21:17 CET 2012
Author: mgallegos
Date: 2012-03-16 01:21:17 +0100 (Fri, 16 Mar 2012)
New Revision: 235
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-16 00:15:52 UTC (rev 234)
+++ trunk/src/mc-dia-form2.js 2012-03-16 00:21:17 UTC (rev 235)
@@ -324,7 +324,7 @@
//$j("#mc-cat-rc-options").hide(function() {adjustHeights();});
$j("#mc-form-icon-result").hide();
conf_click_continue();
-$j('#label1').labelOver('over-apply');
+//$j('#label1').labelOver('over-apply');
// max_textsize();
$j(window).load(function () { doadjustwithsleep(0); });
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-16 00:15:52 UTC (rev 234)
+++ trunk/wp-theme/mc2-form.php 2012-03-16 00:21:17 UTC (rev 235)
@@ -15,7 +15,10 @@
<div class="mc-form-required-info" id="mc-form-required-url">
<div class="label">
<label id="mc-required-title-url"><?php _e("Web address", "mc"); ?><span class="required-field">*</span></label>
+ <label id="infield-url" for="url" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
+ <!--
<label id="label1" class="pre" for="url"><?php _e("something like http://example.com", "mc"); ?></label>
+ -->
<input type="text" name="url" value="" id="url" />
</div>
</div>
@@ -71,19 +74,19 @@
<input type="checkbox" name="registered-non-profit" value="S" id="registered-non-profit"/>
<?php _e("We are registered as Non-profit, check this webpage:", "mc"); ?>
</label>
- <label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
+ <label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
<input type="text" name="non-profit-website" value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
<label class="optional-labels-fields">
<input type="checkbox" name="open-accounting" value="S" id="open-accounting" />
<?php _e("We have Open-accounting, check this webpage:", "mc"); ?>
</label>
- <label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
+ <label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
<input type="text" name="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
<label class="optional-labels-fields">
<input type="checkbox" name="accept-donations" value="S" id="accept-donations" />
<?php _e("We accept donations, check this webpage:", "mc"); ?>
</label>
- <label id="infield-donation-website" for="donation-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
+ <label id="infield-donation-website" for="donation-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
<div style="clear: both;"></div>
</div>
@@ -125,13 +128,13 @@
<input type="checkbox" name="creative-commons" value="S" id="creative-commons" />
<?php _e("Creative Commons, in this webpage:", "mc"); ?>
</label>
- <label id="infield-creative-commons-website" for="creative-commons-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
+ <label id="infield-creative-commons-website" for="creative-commons-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
<input type="text" name="creative-commons-website" value="" id="creative-commons-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
<label class="optional-labels-fields" style="margin-left: 30px;">
<input type="checkbox" name="other-license" value="S" id="other-license" />
<?php _e("Other license, in this webpage:", "mc"); ?>
</label>
- <label id="infield-other-license-website" for="other-license-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
+ <label id="infield-other-license-website" for="other-license-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("something like 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;">
<label class="optional-labels-fields">
<?php _e("We share:", "mc"); ?>
@@ -269,6 +272,7 @@
$j('#infield-open-accounting-website').inFieldLabels();
$j('#infield-creative-commons-website').inFieldLabels();
$j('#infield-other-license-website').inFieldLabels();
+ $j('#infield-url').inFieldLabels();
$j('div.blockMe1').block({ message: null });
$j('div.blockMe2').block({ message: null });
$j('div.blockMe3').block({ message: null });
More information about the Movecommons-commits
mailing list