Fixed "enroll" labels.

Labels using the word "enroll" (except for host enrollment) have
been modified to use more relevant words.

The IPA.add_dialog has been renamed into IPA.entity_adder_dialog
for clarity.

Ticket #1642
This commit is contained in:
Endi S. Dewata
2011-10-24 19:20:14 -05:00
parent 4322370942
commit 6af5755de5
11 changed files with 25 additions and 27 deletions

View File

@@ -267,10 +267,10 @@ IPA.host_adder_dialog = function(spec) {
spec = spec || {};
spec.retry = typeof spec.retry !== 'undefined' ? spec.retry : false;
var that = IPA.add_dialog(spec);
var that = IPA.entity_adder_dialog(spec);
that.create = function() {
that.add_dialog_create();
that.entity_adder_dialog_create();
that.container.addClass('host-adder-dialog');
};