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

Mario Gallegos mgallegos at ourproject.org
Wed Oct 3 03:42:37 CEST 2012


Author: mgallegos
Date: 2012-10-03 03:42:36 +0200 (Wed, 03 Oct 2012)
New Revision: 523

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:39:06 UTC (rev 522)
+++ trunk/wp-theme/mc2-form.php	2012-10-03 01:42:36 UTC (rev 523)
@@ -439,8 +439,8 @@
 	$j('#rp-checkbox').checkbox();
 	$j('#rc-checkbox').checkbox();
 	$j('#gr-checkbox').checkbox();*/
-	$j('.buttonp').button({ icons: {primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'} });
-	$j('.buttonn').button({ icons: {primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'} });
+	$j('.buttonp').button({ icons: {primary:'ui-icon-arrowthick-1-w'} });
+	$j('.buttonn').button({ icons: {primary:'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