[Movecommons-commits] r461 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue Jun 5 18:03:15 CEST 2012
Author: mgallegos
Date: 2012-06-05 18:03:15 +0200 (Tue, 05 Jun 2012)
New Revision: 461
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-06-05 15:49:59 UTC (rev 460)
+++ trunk/wp-theme/mc2-form.php 2012-06-05 16:03:15 UTC (rev 461)
@@ -70,7 +70,11 @@
<div class="marker" style="background-position: -26px 0;"></div>
</div>
</div>
- <div class="label2"><?php _e("2. Is your inititative Non-Profit?", "mc"); ?></div>
+ <div class="label2" style="margin-left: 185px;"><?php _e("2. Is your initiative Non-Profit?", "mc"); ?></div>
+ <div id="step1-radio">
+ <input type="radio" id="step2-yes" name="radio" /><label for="radio1">Yes</label>
+ <input type="radio" id="step2-no" name="radio" checked="checked" /><label for="radio2">No</label>
+ </div>
<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-a">
<img src="/mc/0.1/images/cat-selected.png" alt="selected" class="mc-cat-selected mc-cat-selected-a" id="mc-cat-selected-np" />
<div id="mc-form-np" class="mc-form-rounded mc-form-descbox mc-form-descbox-a">
@@ -384,6 +388,7 @@
$j('#rc-checkbox').checkbox();
$j('#gr-checkbox').checkbox();
$j('button').button();
+ $j( "#step1-radio").buttonset();
/*
$j('#slider1').bxSlider({startingSlide:0});
$j('#fifth').remove();
More information about the Movecommons-commits
mailing list