[Movecommons-commits] r102 - trunk/wp-theme
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Tue Nov 2 02:39:38 CET 2010
Author: vjrj_
Date: 2010-11-02 02:39:38 +0100 (Tue, 02 Nov 2010)
New Revision: 102
Modified:
trunk/wp-theme/mc-intro-page.php
trunk/wp-theme/mc-preview.php
Log:
Modified: trunk/wp-theme/mc-intro-page.php
===================================================================
--- trunk/wp-theme/mc-intro-page.php 2010-11-02 01:36:18 UTC (rev 101)
+++ trunk/wp-theme/mc-intro-page.php 2010-11-02 01:39:38 UTC (rev 102)
@@ -73,8 +73,6 @@
<div class="link-forweb"><a href="<?php echo $mc_html_url; ?>">
<?php _e("How to use this MC in your initiative or collective webpage", "mc"); ?></a></div>
- <?php // qtrans_generateLanguageSelectCode("text") ?>
-
<?php mc_footer(); ?>
<?php the_content(); ?>
Modified: trunk/wp-theme/mc-preview.php
===================================================================
--- trunk/wp-theme/mc-preview.php 2010-11-02 01:36:18 UTC (rev 101)
+++ trunk/wp-theme/mc-preview.php 2010-11-02 01:39:38 UTC (rev 102)
@@ -1,6 +1,7 @@
<div class="mc-form-header">
<div class="mc-form-intro"><h2><img src="/mc/0.1/images/" alt="" class="mc-form-icon-result" id="mc-form-icon-result" />
-<?php _e("Frame your initiative or collective:", "mc"); ?></h2></div>
+<?php _e("Frame your initiative or collective:", "mc"); ?></h2><?php echo qtrans_generateLanguageSelectCode("text"); ?>
+</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>
</div>
More information about the Movecommons-commits
mailing list