summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-19 10:20:40 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-23 16:12:05 +0000
commit68a345712c040d30e57d31a7881619567f7d35c5 (patch)
tree0e3461f44946069acff88ae34fb4e7d78aae5628 /install/ui/entity.js
parent7879079ce2c984b8b7e450b1f9fbe223c5943602 (diff)
downloadfreeipa-68a345712c040d30e57d31a7881619567f7d35c5.tar.gz
freeipa-68a345712c040d30e57d31a7881619567f7d35c5.tar.xz
freeipa-68a345712c040d30e57d31a7881619567f7d35c5.zip
Updated add and delete association dialog titles.
The association table widget and facet have been modified to accept titles for the add and delete dialogs. The table and facet definitions have been modified to specify the appropriate titles. Some unused code have been removed. Ticket #1629
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 6317eebf5..ce028a2eb 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -795,6 +795,9 @@ IPA.entity_builder = function(){
spec.other_entity = spec.other_entity ||
spec.name.substring(index+1);
+ spec.add_title = IPA.messages.association.add[spec.attribute_member];
+ spec.remove_title = IPA.messages.association.remove[spec.attribute_member];
+
spec.facet_group = spec.facet_group ||
spec.attribute_member;