summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-04-28 19:17:58 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-05-05 12:14:43 -0500
commitdd89c28654c92c0922900409b37c1abcefc56c84 (patch)
treecf6d1d5eedcce59a0cd1fd263c3fe9a7a435b36b /install/ui/associate.js
parent5eb9f088f2c5c902a55aefdf9dd8b2a95e060837 (diff)
downloadfreeipa.git-dd89c28654c92c0922900409b37c1abcefc56c84.tar.gz
freeipa.git-dd89c28654c92c0922900409b37c1abcefc56c84.tar.xz
freeipa.git-dd89c28654c92c0922900409b37c1abcefc56c84.zip
Moved entity contents outside navigation.
Previously the entities and navigation are entangled inside a common DOM structure which limits code reuse. Now they have been moved into separate structures.
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r--install/ui/associate.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index 632fcc52..68009b57 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -799,25 +799,6 @@ IPA.association_facet = function (spec) {
return pkey != that.pkey;
};
- that.create_action_panel = function(container) {
-
- that.facet_create_action_panel(container);
-
- var buttons = $('.action-controls', container);
-
- $('<input/>', {
- 'type': 'button',
- 'name': 'remove',
- 'value': IPA.messages.buttons.remove
- }).appendTo(buttons);
-
- $('<input/>', {
- 'type': 'button',
- 'name': 'add',
- 'value': IPA.messages.buttons.enroll
- }).appendTo(buttons);
- };
-
that.create_content = function(container) {
that.pkey = $.bbq.getState(that.entity_name + '-pkey', true) || '';