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. --- ipalib/plugins/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 30aa5eb0d..c15b104f4 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -354,8 +354,8 @@ class i18n_messages(Command): }, "details":{ "general":_("General"), - "settings":_("${entity} Settings"), "identity":_("Identity Settings"), + "settings":_("${entity} ${primary_key} Settings"), "to_top":_("Back to Top") }, "tabs": { -- cgit