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

Mario Gallegos mgallegos at ourproject.org
Thu Mar 15 02:42:22 CET 2012


Author: mgallegos
Date: 2012-03-15 02:42:21 +0100 (Thu, 15 Mar 2012)
New Revision: 218

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-15 01:36:20 UTC (rev 217)
+++ trunk/wp-theme/mc2-form.php	2012-03-15 01:42:21 UTC (rev 218)
@@ -124,10 +124,14 @@
 						    	<input type="checkbox" name="creative-commons" value="S" id="creative-commons" />
 						    	<?php _e("Creative Commons, in this webpage:", "mc"); ?>
 					    	</label>
+					    	<label id="infield-creative-commons-website" for="creative-commons-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
+							<input type="text" name="creative-commons-website" value="" id="creative-commons-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
 					    	<label class="optional-labels-fields" style="margin-left: 30px;">					     
 						    	<input type="checkbox" name="other-license" value="S" id="other-license" />
 						    	<?php _e("Other license, in this webpage:", "mc"); ?>
-					    	</label> 
+					    	</label>
+					    	<label id="infield-other-license-website" for="other-license-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
+							<input type="text" name="other-license-website" value="" id="other-license-commons-website" style="width: 330px;margin-left: 42px;margin-top: 5px;"> 
 					    	<label class="optional-labels-fields">					     						    	
 						    	<?php _e("We share:", "mc"); ?>
 					    	</label> 
@@ -260,6 +264,9 @@
 	$('#keywords').tagsInput({width:'415px',defaultText:'Add a keyword'});
 	$('#infield-donation-website').inFieldLabels();
 	$('#infield-non-profit-website').inFieldLabels();
-	$('#infield-open-accounting-website').inFieldLabels();	
+	$('#infield-open-accounting-website').inFieldLabels();
+	$('#infield-creative-commons-website').inFieldLabels();
+	$('#infield-other-license-website').inFieldLabels();
+		
 	//$( "#format" ).buttonset();	
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list