summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-18 12:59:05 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-18 15:50:44 +0200
commitbaca55c665b2bdfa5cb9a6ad88daeccef0500999 (patch)
treeed676d2c042bdd03618b4da0188f4110bb3d9e99 /ipalib/plugins/internal.py
parent1d608251383e4842b89c941a76dbd13529558f42 (diff)
downloadfreeipa-baca55c665b2bdfa5cb9a6ad88daeccef0500999.tar.gz
freeipa-baca55c665b2bdfa5cb9a6ad88daeccef0500999.tar.xz
freeipa-baca55c665b2bdfa5cb9a6ad88daeccef0500999.zip
webui: adjust user deleter dialog to new api
In user_del, flags 'permanently' and 'preserve' were replaced with single bool option 'preserve' part of: https://fedorahosted.org/freeipa/ticket/3813 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index ff096616d..270a228b2 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -724,11 +724,14 @@ class i18n_messages(Command):
"account_status": _("Account Status"),
"activeuser_label": _("Active users"),
"contact": _("Contact Settings"),
+ "delete_mode": _("Delete mode"),
"employee": _("Employee Information"),
"error_changing_status": _("Error changing account status"),
"krbpasswordexpiration": _("Password expiration"),
"mailing": _("Mailing Address"),
"misc": _("Misc. Information"),
+ "mode_delete": _("delete"),
+ "mode_preserve": _("preserve"),
"noprivate": _("No private group"),
"status_confirmation": _("Are you sure you want to ${action} the user?<br/>The change will take effect immediately."),
"status_link": _("Click to ${action}"),