[Movecommons-commits] r260 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue Mar 20 18:13:19 CET 2012
Author: mgallegos
Date: 2012-03-20 18:13:19 +0100 (Tue, 20 Mar 2012)
New Revision: 260
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-20 17:05:08 UTC (rev 259)
+++ trunk/wp-theme/mc2-form.php 2012-03-20 17:13:19 UTC (rev 260)
@@ -75,19 +75,19 @@
<input type="checkbox" name="registered-non-profit" value="S" id="registered-non-profit"/>
<?php _e("We are registered as Non-profit", "mc"); ?>
</label>
- <label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website: something like http://example.com", "mc"); ?></label>
+ <label id="infield-non-profit-website" for="non-profit-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="non-profit-website" value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
<label class="optional-labels-fields">
<input type="checkbox" name="open-accounting" value="S" id="open-accounting" />
<?php _e("We have Open-accounting", "mc"); ?>
</label>
- <label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website", "mc"); ?></label>
+ <label id="infield-open-accounting-website" for="open-accounting-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="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
<label class="optional-labels-fields">
<input type="checkbox" name="accept-donations" value="S" id="accept-donations" />
<?php _e("We accept donations", "mc"); ?>
</label>
- <label id="infield-donation-website" for="donation-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website", "mc"); ?></label>
+ <label id="infield-donation-website" for="donation-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="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
<div style="clear: both;"></div>
</div>
@@ -123,7 +123,7 @@
<input type="checkbox" name="terms-of-use" value="S" id="terms-of-use"/>
<?php _e("We have Terms of Use of our contents", "mc"); ?>
</label>
- <label id="infield-terms-of-use-website" for="terms-of-use-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website", "mc"); ?></label>
+ <label id="infield-terms-of-use-website" for="terms-of-use-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="terms-of-use-website" value="" id="terms-of-use-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
<label class="optional-labels-fields">
<?php _e("We use this license for sharing our contents:", "mc"); ?>
@@ -132,13 +132,13 @@
<input type="checkbox" name="creative-commons" value="S" id="creative-commons" />
<?php _e("Creative Commons", "mc"); ?>
</label>
- <label id="infield-creative-commons-website" for="creative-commons-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website", "mc"); ?></label>
+ <label id="infield-creative-commons-website" for="creative-commons-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="creative-commons-website" value="" id="creative-commons-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
<label class="optional-labels-fields" style="margin-left: 30px;">
<input type="checkbox" name="other-license" value="S" id="other-license" />
<?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", "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;">
<label class="optional-labels-fields">
<?php _e("We share:", "mc"); ?>
More information about the Movecommons-commits
mailing list