[Movecommons-commits] r156 - trunk/wp-theme

Mario Gallegos mgallegos at ourproject.org
Thu Mar 8 00:15:47 CET 2012


Author: mgallegos
Date: 2012-03-08 00:15:47 +0100 (Thu, 08 Mar 2012)
New Revision: 156

Modified:
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-07 23:01:23 UTC (rev 155)
+++ trunk/wp-theme/mc2-form.php	2012-03-07 23:15:47 UTC (rev 156)
@@ -25,8 +25,8 @@
 	    <input type="text" name="languages" value="" id="languages" />
 	  </div>
   </div>
-  <div class="mc-form-optional-info" id="mc-form-optional-keywords">
-	  <div class="label">
+  <div id="mc-form-optional-keywords">
+	  <div style="position: relative;float: left;width: 420px;font-size: 16px;margin-right:23px;margin-top: 20px;">
 	    <label id="mc-optional-title"><?php _e("Keywords (press tab or comma to separate)", "mc"); ?></label>
 	    <label class="pre" for="keywords"><?php _e("for ex: health, education, etc", "mc"); ?></label>
 	    <input type="text" name="keywords" value="" id="keywords" />
@@ -169,6 +169,6 @@
 <script type="text/javascript" src="/mc/0.1/mc-dia-form.js"></script>
 
 <script type="text/javascript">
-	$j('#languages').tagsInput({width:'415px'});
-	$j('#keywords').tagsInput({width:'415px'});
+	$j('#languages').tagsInput({width:'415px',defaultText:'Add a new language'});
+	$j('#keywords').tagsInput({width:'415px',defaultText:'Add a new keyword'});
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list