summaryrefslogtreecommitdiffstats
path: root/install/ui/entitle.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entitle.js')
-rw-r--r--install/ui/entitle.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/entitle.js b/install/ui/entitle.js
index d0af1ab84..54c633641 100644
--- a/install/ui/entitle.js
+++ b/install/ui/entitle.js
@@ -342,7 +342,7 @@ IPA.entitle.details_facet = function(spec) {
that.register_online_button = IPA.action_button({
name: 'register',
label: IPA.messages.objects.entitle.register,
- icon: 'add-icon',
+ icon: 'register-icon',
click: function() {
var dialog = that.entity.get_dialog('online_registration');
dialog.open(that.container);
@@ -355,7 +355,7 @@ IPA.entitle.details_facet = function(spec) {
that.register_offline_button = IPA.action_button({
name: 'import',
label: IPA.messages.objects.entitle.import,
- icon: 'add-icon',
+ icon: 'import-icon',
click: function() {
var dialog = that.entity.get_dialog('offline_registration');
dialog.open(that.container);
@@ -431,7 +431,7 @@ IPA.entitle.search_facet = function(spec) {
that.consume_button = IPA.action_button({
name: 'consume',
label: IPA.messages.objects.entitle.consume,
- icon: 'add-icon',
+ icon: 'consume-icon',
click: function() {
var dialog = that.entity.get_dialog('consume');
dialog.open(that.container);
@@ -444,7 +444,7 @@ IPA.entitle.search_facet = function(spec) {
that.import_button = IPA.action_button({
name: 'import',
label: IPA.messages.objects.entitle.import_button,
- icon: 'add-icon',
+ icon: 'import-icon',
click: function() {
var dialog = that.entity.get_dialog('import');
dialog.open(that.container);