CRM-16415 New icon after going through
authorAndrew Hunt <andrew@aghstrategies.com>
Tue, 13 Oct 2015 17:15:14 +0000 (13:15 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Tue, 13 Oct 2015 17:21:21 +0000 (13:21 -0400)
----------------------------------------
* CRM-16415: Implement Font Awesome icon font
  https://issues.civicrm.org/jira/browse/CRM-16415

templates/CRM/Contact/Form/Task/PDFLetterCommon.tpl

index dc98840b15bf8336003f84e0fa6eb6341f5a98ff..e4f543ee56705c8975bcc7cbc7f05ea0a865f0bc 100644 (file)
@@ -135,7 +135,7 @@ CRM.$(function($) {
       });
       $dialog.dialog('option', 'buttons', [{
         text: {/literal}"{ts escape='js'}Done{/ts}"{literal},
-        icons: {primary: 'ui-icon-close'},
+        icons: {primary: 'fa-times'},
         click: function() {$(this).dialog('close');}
       }]);
     }
@@ -215,7 +215,7 @@ function selectFormat( val, bind ) {
     cj.post( dataUrl, {formatId: val}, function( data ) {
       fillFormatInfo(data, bind);
       }, 'json');
-  } 
+  }
   else {
     data=JSON.parse(val);
     fillFormatInfo(data, bind);
@@ -310,4 +310,3 @@ function showSaveDetails(chkbox)  {
 
 </script>
 {/literal}
-