From fca0f4dd6576f82376a7d98cfc95641c75cd68cb Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 19 Aug 2011 10:20:40 -0500 Subject: 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 --- install/ui/entity.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/ui/entity.js') diff --git a/install/ui/entity.js b/install/ui/entity.js index 6317eebf..ce028a2e 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; -- cgit