From a4aba826a0e1327ba8df05da19d9ad0055d8269d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 28 Apr 2011 19:17:58 -0500 Subject: Added facet container. Facet container has been added to hold facet header (i.e. title, search fields, buttons, links) and facet content. Each facet now occupies separate container, so it can be shown/hidden without having to redraw the content. --- install/ui/test/data/i18n_messages.json | 2 +- install/ui/test/data/ipa_init.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/i18n_messages.json b/install/ui/test/data/i18n_messages.json index cca68b945..f40cba0ed 100644 --- a/install/ui/test/data/i18n_messages.json +++ b/install/ui/test/data/i18n_messages.json @@ -37,7 +37,7 @@ "details": { "general": "General", "identity": "Identity Settings", - "settings": "${entity} Settings", + "settings": "${entity} ${primary_key} Settings", "to_top": "Back to Top" }, "dialogs": { diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 5ce4d4c8e..a5c7d951f 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -9986,7 +9986,7 @@ "details": { "general": "General", "identity": "Identity Settings", - "settings": "${entity} Settings", + "settings": "${entity} ${primary_key} Settings", "to_top": "Back to Top" }, "dialogs": { -- cgit