summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/search.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-11-05 19:21:57 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:03 +0100
commitc4abe3a2d9741be55ee37f2d8857c4110d32f113 (patch)
tree8866ec4d5e06bca139176342e0c2bbff98c15ea4 /install/ui/src/freeipa/search.js
parent4bc1942f53bad0168f0a41d5783f038cf704873d (diff)
downloadfreeipa-c4abe3a2d9741be55ee37f2d8857c4110d32f113.tar.gz
freeipa-c4abe3a2d9741be55ee37f2d8857c4110d32f113.tar.xz
freeipa-c4abe3a2d9741be55ee37f2d8857c4110d32f113.zip
Replace icons with the ones from Font Awesome
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/src/freeipa/search.js')
-rw-r--r--install/ui/src/freeipa/search.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/search.js b/install/ui/src/freeipa/search.js
index 10ed0cb9f..680f0268c 100644
--- a/install/ui/src/freeipa/search.js
+++ b/install/ui/src/freeipa/search.js
@@ -48,19 +48,19 @@ exp.search_facet_control_buttons_pre_op = function(spec, context) {
{
name: 'remove',
label: '@i18n:buttons.remove',
- icon: 'remove-icon'
+ icon: 'fa-trash-o'
},
{
name: 'add',
label: '@i18n:buttons.add',
- icon: 'add-icon'
+ icon: 'fa-plus'
});
}
spec.control_buttons.unshift(
{
name: 'refresh',
label: '@i18n:buttons.refresh',
- icon: 'reset-icon'
+ icon: 'fa-refresh'
});
spec.state = spec.state || {};
@@ -128,7 +128,7 @@ IPA.search_facet = function(spec, no_init) {
that.find_button = IPA.action_button({
name: 'find',
- icon: 'search-icon',
+ icon: 'fa-search',
click: function() {
that.find();
return false;