summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-04-30 15:02:41 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-05-11 18:30:48 +0200
commit719b09fb4edf990beb07ab72bcd4d5e102975637 (patch)
tree733e69a319cf0ec8233f25debfb0eba5074b113d /ipalib
parent2c11dcda258cdbbc0949185f4c7ca5c2854c8352 (diff)
downloadfreeipa-719b09fb4edf990beb07ab72bcd4d5e102975637.tar.gz
freeipa-719b09fb4edf990beb07ab72bcd4d5e102975637.tar.xz
freeipa-719b09fb4edf990beb07ab72bcd4d5e102975637.zip
General details facet actions
This patch adds common action button actions for enabling/disabling/deleting object. https://fedorahosted.org/freeipa/ticket/2707
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index e7fb6651b..42737f7ff 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -190,7 +190,9 @@ class i18n_messages(Command):
"back": _("Back"),
"cancel": _("Cancel"),
"close": _("Close"),
+ "disable": _("Disable"),
"edit": _("Edit"),
+ "enable": _("Enable"),
"find": _("Find"),
"get": _("Get"),
"issue": _("Issue"),