From d6d24be28953f2ec3cf1f2400619fd61459cf45f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 11 Nov 2011 22:33:05 -0600 Subject: Refactored permission target section. The permission target section has been modified to use widgets to create the target selection and handle multiple fields. Ticket #2098 --- ipalib/plugins/internal.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index ec17d5a8..4c64527e 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -346,14 +346,10 @@ class i18n_messages(Command): "identity": _("Netgroup Settings"), }, "permission": { - "filter": _("Filter"), "identity": _("Identity"), "invalid_target": _("Permission with invalid target specification"), "rights": _("Rights"), - "subtree": _("By Subtree"), "target": _("Target"), - "targetgroup": _("Target Group"), - "type": _("Object By Type"), }, "privilege": { "identity": _("Privilege Settings"), -- cgit