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

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


Author: mgallegos
Date: 2012-03-11 15:11:07 +0100 (Sun, 11 Mar 2012)
New Revision: 163

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:06:22 UTC (rev 162)
+++ trunk/wp-theme/mc2-form.php	2012-03-11 14:11:07 UTC (rev 163)
@@ -37,16 +37,11 @@
   <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>	    
-	    <div id="format" style="margin-top: 2em;">
-	    	<input type="checkbox" id="check1" /><label for="check1">N</label>
-			<input type="checkbox" id="check2" /><label for="check2">R</label>
-			<input type="checkbox" id="check3" /><label for="check3">G</label>
-	    <!-- 
+	    <div id="format" style="margin-top: 2em;">	    	
 			<input type="checkbox" id="check1" /><label for="check1">Non-Profit</label>
 			<input type="checkbox" id="check2" /><label for="check2">Reproducible</label>
 			<input type="checkbox" id="check3" /><label for="check3">Grassroots</label>
-			<input type="checkbox" id="check4" /><label for="check4">Reinforcing the Commons</label>
-		 -->	
+			<input type="checkbox" id="check4" /><label for="check4">Reinforcing the Commons</label>		 
 		</div>
 	  </div>
   </div>    
@@ -57,14 +52,7 @@
 	  </div>
   </div>    
   <div class="mc-clean"></div>
-  
-  <div id="format2" style="margin-top: 2em;">	    	 
-	<input type="checkbox" id="check5" /><label for="check1">Non-Profit</label>
-	<input type="checkbox" id="check6" /><label for="check2">Reproducible</label>
-	<input type="checkbox" id="check7" /><label for="check3">Grassroots</label>
-	<input type="checkbox" id="check8" /><label for="check4">Reinforcing the Commons</label>
-  </div>
-  
+     
   <!--  
   <div class="mc-cat-group-a" id="mc-cat-group-a">
   <div class="mc-form-rounded mc-form-category-group mc-form-category-group-a float-left mc-form-category-group-aa" id="mc-form-category-group-aa">
@@ -203,8 +191,7 @@
 <script type="text/javascript" src="/mc/0.1/mc-dia-form.js"></script>
 
 <script type="text/javascript">
-	$j('#languages').tagsInput({width:'415px',defaultText:'Add a language'});
-	$j('#keywords').tagsInput({width:'415px',defaultText:'Add a keyword'});
-	$j( "#format" ).buttonset();
-	$j( "#format2" ).buttonset();
+	//$j('#languages').tagsInput({width:'415px',defaultText:'Add a language'});
+	//$j('#keywords').tagsInput({width:'415px',defaultText:'Add a keyword'});
+	$j( "#format" ).buttonset();	
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list