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

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


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

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-11 13:55:57 UTC (rev 160)
+++ trunk/wp-theme/mc2-form.php	2012-03-11 14:03:57 UTC (rev 161)
@@ -37,11 +37,16 @@
   <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">
+	    <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>
+	    <!-- 
 			<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>
+		 -->	
 		</div>
 	  </div>
   </div>    
@@ -53,6 +58,13 @@
   </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">
@@ -194,4 +206,5 @@
 	$j('#languages').tagsInput({width:'415px',defaultText:'Add a language'});
 	$j('#keywords').tagsInput({width:'415px',defaultText:'Add a keyword'});
 	$j( "#format" ).buttonset();
+	$j( "#format2" ).buttonset();
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list