summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-11-11 22:33:05 -0600
committerAdam Young <ayoung@redhat.com>2011-11-14 16:47:08 -0500
commitd6d24be28953f2ec3cf1f2400619fd61459cf45f (patch)
tree3a0db972a38a37b417a0aaba3c1b38ecf60e4cb9 /ipalib
parent0f34e0bf82d5e0bf905ac8af7257d2f33d72d9a0 (diff)
downloadfreeipa-d6d24be28953f2ec3cf1f2400619fd61459cf45f.tar.gz
freeipa-d6d24be28953f2ec3cf1f2400619fd61459cf45f.tar.xz
freeipa-d6d24be28953f2ec3cf1f2400619fd61459cf45f.zip
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
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index ec17d5a8b..4c64527e9 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"),