[Movecommons-commits] r385 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Sun May 20 02:13:57 CEST 2012
Author: mgallegos
Date: 2012-05-20 02:13:56 +0200 (Sun, 20 May 2012)
New Revision: 385
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-05-20 00:08:47 UTC (rev 384)
+++ trunk/wp-theme/mc2-form.php 2012-05-20 00:13:56 UTC (rev 385)
@@ -31,6 +31,7 @@
-->
<div id="container">
+ <form action="#" method="post">
<div id="first_step"> <!-- First slide -->
<h1>FRAME YOUR <span>INITIATIVE</span> OR <span>COLLECTIVE</span></h1>
<div class="form">
@@ -45,8 +46,10 @@
<input type="text" name="location" value="Location" id="location" onblur="$j('#ininame').focus();"/>
<label for="location"><?php _e("Location....", "mc"); ?></label>
</div>
- <div class="clear"></div>
+ <div class="clear"></div>
+ <input class="submit" type="submit" name="submit_first" id="submit_first" value="" />
</div><!-- End first slide -->
+ <div class="clear"></div>
<div id="second_step"> <!-- Second slide -->
<!-- <label id="mc-optional-optional-boxes"><?php _e("Click on those you think corespond to your initiative:", "mc"); ?></label> -->
@@ -224,7 +227,7 @@
<div class="mc-clean"></div>
</div><!-- End Fourth slide -->
-
+</form>
</div> <!-- End Slider -->
<div id="progress_bar">
More information about the Movecommons-commits
mailing list