From fa5ae89d7fa876cf40522ba129d5ff6b22316021 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Sat, 22 Jan 2011 07:19:54 +0700 Subject: Added scrollable panel for delete dialog box. --- install/ui/widget.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 576eef77..138526fb 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1292,18 +1292,23 @@ IPA.deleter_dialog = function (spec) { }; that.create = function() { + + $('

', { + 'text': IPA.messages.search.delete_confirm + }).appendTo(that.container); + + var div = $('

', { + style: 'overflow:auto; max-height: 100px' + }).appendTo(that.container); + var ul = $('