From 3a36eced53e540fe8f2b23eadf7dffda080324de Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 21 Jun 2011 14:51:03 -0400 Subject: tooltips for host add https://fedorahosted.org/freeipa/ticket/1363 https://fedorahosted.org/freeipa/ticket/1361 --- install/ui/widget.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 528ee8b1..38826ee9 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1609,7 +1609,8 @@ IPA.entity_select_widget = function(spec) { if (editable){ that.edit_box = $('',{ - type: 'text' + type: 'text', + title: that.tooltip }); $('
'). -- cgit