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

Mario Gallegos mgallegos at ourproject.org
Sun Mar 11 15:47:44 CET 2012


Author: mgallegos
Date: 2012-03-11 15:47:44 +0100 (Sun, 11 Mar 2012)
New Revision: 171

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-11 14:41:27 UTC (rev 170)
+++ trunk/wp-theme/mc2-form.php	2012-03-11 14:47:44 UTC (rev 171)
@@ -34,6 +34,7 @@
 	    <input type="text" name="keywords" value="" id="keywords" />
 	  </div>
   </div>
+  <!-- 
   <div id="mc-form-optional-boxes">
 	  <div style="position: relative;float: left;width: 420px;font-size: 16px;margin-right:23px;margin-top: 20px;">
 	    <label id="mc-optional-title"><?php _e("Choose your ...", "mc"); ?></label>	    
@@ -44,7 +45,8 @@
 			<input type="checkbox" id="check4" /><label for="check4" style="color: #E3E3E3;">Reinforcing the Commons</label>		 
 		</div>
 	  </div>
-  </div>    
+  </div>
+   -->    
   <div class="mc-form-optional-info" id="mc-form-optional-location">
 	  <div class="label">
 	    <label id="mc-optional-title"><?php _e("Location", "mc"); ?></label>	    
@@ -193,5 +195,5 @@
 <script type="text/javascript">
 	$('#languages').tagsInput({width:'415px',defaultText:'Add a language'});
 	$('#keywords').tagsInput({width:'415px',defaultText:'Add a keyword'});
-	$( "#format" ).buttonset();	
+	//$( "#format" ).buttonset();	
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list