Replace squares with translation icon
authorAndrew Hunt <andrew@aghstrategies.com>
Wed, 24 Oct 2018 19:43:48 +0000 (15:43 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Wed, 24 Oct 2018 19:44:38 +0000 (15:44 -0400)
i/langs.png [deleted file]
templates/CRM/Core/I18n/Dialog.tpl

diff --git a/i/langs.png b/i/langs.png
deleted file mode 100644 (file)
index 5ef73a6..0000000
Binary files a/i/langs.png and /dev/null differ
index bd541ece207976ec3e80b6b48dda7f6258f7b836..dfefb47c58ee8f4aefd4ef033c84ee77f8111e42 100644 (file)
@@ -25,6 +25,6 @@
 *}
 {if $config->languageLimit|@count >= 2 and $translatePermission }
   <a href="{crmURL p='civicrm/i18n' q="reset=1&table=$table&field=$field&id=$id"}" data-field="{$field}" class="crm-hover-button crm-multilingual-edit-button" title="{ts}Languages{/ts}">
-    <img src="{$config->resourceBase}i/langs.png" style="position:relative; top: 2px;"/>
+    <i class="crm-i fa-language fa-lg"></i>
   </a>
 {/if}