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

Mario Gallegos mgallegos at ourproject.org
Wed Oct 3 03:44:12 CEST 2012


Author: mgallegos
Date: 2012-10-03 03:44:12 +0200 (Wed, 03 Oct 2012)
New Revision: 524

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-10-03 01:42:36 UTC (rev 523)
+++ trunk/wp-theme/mc2-form.php	2012-10-03 01:44:12 UTC (rev 524)
@@ -439,8 +439,8 @@
 	$j('#rp-checkbox').checkbox();
 	$j('#rc-checkbox').checkbox();
 	$j('#gr-checkbox').checkbox();*/
-	$j('.buttonp').button({ icons: {primary:'ui-icon-arrowthick-1-w'} });
-	$j('.buttonn').button({ icons: {primary:'ui-icon-arrowthick-1-e'} });
+	$j('.buttonp').button({ icons: {secondary:'ui-icon-arrowthick-1-w'} });
+	$j('.buttonn').button({ icons: {secondary:'ui-icon-arrowthick-1-e'} });
 	$j( "#step2-radio").buttonset();
 	$j( "#step3-radio").buttonset();
 	$j( "#step4-radio").buttonset();




More information about the Movecommons-commits mailing list