[Movecommons-commits] r197 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Wed Mar 14 16:49:27 CET 2012
Author: mgallegos
Date: 2012-03-14 16:49:26 +0100 (Wed, 14 Mar 2012)
New Revision: 197
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-13 22:27:33 UTC (rev 196)
+++ trunk/wp-theme/mc2-form.php 2012-03-14 15:49:26 UTC (rev 197)
@@ -63,6 +63,19 @@
</div>
<div style="float: left;width: 490px;height: 154px;">
<img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number" />
+ <div id="mc-form-optional-non-profit">
+ <div style="position: relative;float: left;width: 90%;font-size: 16px;margin-left: 10px;margin-top: 10px;">
+ <label id="mc-optional-title"><?php _e("Optional", "mc"); ?></label>
+ <label>
+ <input type="checkbox" name="registered-non-profit" value="" id="registered-non-profit" />
+ <?php _e("We are registered as Non-profit", "mc"); ?>
+ </label>
+ <label>
+ <input type="checkbox" name="open-accounting" value="" id="open-accounting" />
+ <?php _e("We have Open-accounting", "mc"); ?>
+ </label>
+ </div>
+ </div>
</div>
</div>
</div>
More information about the Movecommons-commits
mailing list