[Movecommons-commits] r320 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Wed May 9 17:06:00 CEST 2012
Author: mgallegos
Date: 2012-05-09 17:05:59 +0200 (Wed, 09 May 2012)
New Revision: 320
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-05-09 14:12:59 UTC (rev 319)
+++ trunk/wp-theme/mc2-form.php 2012-05-09 15:05:59 UTC (rev 320)
@@ -3,7 +3,21 @@
<?php _e("Frame your initiative or collective:", "mc"); ?></h2><?php echo qtrans_generateLanguageSelectCode("text"); ?><img src="/mc/0.1/images/" alt="" class="mc-form-icon-result" id="mc-form-icon-result" style="display: block; margin: 40px 60px;" />
</div>
<div class="mc-form-info">
- <?php _e("Move Commons allows your collective/initiative: <ul> <li>To help others to understand your work and approach </li> <li>To find your work easier</li> <li>To find other collectives with common interests</li> <li>To attract volunteers to your collective</li> </ul> Choose your MC logo here, clicking in the appropriate boxes...", "mc"); ?></div>
+ <?php _e("Move Commons allows your collective/initiative:", "mc"); ?>
+ <div style="float: left;">
+ <ul>
+ <li><?php _e("To help others to understand your work and approach", "mc"); ?></li>
+ <li><?php _e("To find your work easier", "mc"); ?></li>
+ </ul>
+ </div>
+ <div style="float: left;">
+ <ul>
+ <li><?php _e("To find other collectives with common interests", "mc"); ?></li>
+ <li><?php _e("To attract volunteers to your collective", "mc"); ?></li>
+ </ul>
+ </div>
+ <?php _e("Choose your MC logo here, clicking in the appropriate boxes...", "mc"); ?>
+</div>
</div>
<div class="mc-clean"></div>
More information about the Movecommons-commits
mailing list