summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-06-28 10:59:09 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-07-01 02:49:12 +0000
commitc27a6de2a601f6507b872978e508a29baa8c7b52 (patch)
tree8269c88ae4e0bbe1ad29d79567030b244eafcdfd /install/ui/test
parent9d8ddb5d46e13d3e6c53ae968465ecfd53948425 (diff)
downloadfreeipa-c27a6de2a601f6507b872978e508a29baa8c7b52.tar.gz
freeipa-c27a6de2a601f6507b872978e508a29baa8c7b52.tar.xz
freeipa-c27a6de2a601f6507b872978e508a29baa8c7b52.zip
Added confirmation dialog for user activation.
The IPA.user_status_widget has been modified such that it checks the facet dirty status and asks the admin to either Update or Reset the changes. Then the widget shows a dialog to confirm whether the admin wants to activate/deactivate the user. Ticket #1395
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index c3b47ea94..a7af63841 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -15592,6 +15592,7 @@
"dialogs": {
"add_title": "Add ${entity}",
"available": "Available",
+ "confirmation": "Confirmation",
"dirty_message": "This page has unsaved changes. Please save or revert.",
"dirty_title": "Dirty",
"hide_already_enrolled": "Hide already enrolled.",
@@ -15665,9 +15666,7 @@
"view_certificate": "Certificate for ${entity} ${primary_key}"
},
"config": {
- "cn": "Name",
"group": "Group Options",
- "ipaserver": "Configuration",
"search": "Search Options",
"user": "User Options"
},
@@ -15816,10 +15815,13 @@
},
"user": {
"account": "Account Settings",
- "activate": "Click to Activate",
+ "account_status": "Account status",
+ "activate": "Activate",
+ "activation_link": "Click to ${action}",
+ "activation_confirmation": "Are you sure you want to ${action} the user?<br/>The change will take effect immediately.",
"active": "Active",
"contact": "Contact Settings",
- "deactivate": "Click to Deactivate",
+ "deactivate": "Deactivate",
"employee": "Employee Information",
"error_changing_status": "Error changing account status",
"inactive": "Inactive",