From fe8aeef30773739fe7b17e3c152be5ce858ef9f6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 27 Sep 2011 09:28:14 -0500 Subject: Added confirmation when adding multiple entries. The adder dialog has been modified to show a confirmation message after each successful addition. Ticket #1786 --- install/ui/policy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/policy.js') diff --git a/install/ui/policy.js b/install/ui/policy.js index ac9eb20f..ecda339b 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -52,7 +52,7 @@ IPA.entity_factories.pwpolicy = function() { other_field: 'cn' }, 'cospriority'], - height: 250 + height: 300 }). build(); }; -- cgit