diff options
author | Adam Young <ayoung@redhat.com> | 2011-06-21 14:51:03 -0400 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-06-22 02:12:25 +0000 |
commit | 3a36eced53e540fe8f2b23eadf7dffda080324de (patch) | |
tree | acd557f6b4fc1b2316dcdf1874598219a91c65bc /install/ui/widget.js | |
parent | 1aee9df3bcf157883e7237eb94451cff0504cb94 (diff) | |
download | freeipa-3a36eced53e540fe8f2b23eadf7dffda080324de.tar.gz freeipa-3a36eced53e540fe8f2b23eadf7dffda080324de.tar.xz freeipa-3a36eced53e540fe8f2b23eadf7dffda080324de.zip |
tooltips for host add
https://fedorahosted.org/freeipa/ticket/1363
https://fedorahosted.org/freeipa/ticket/1361
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js index 528ee8b19..38826ee9d 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 = $('<input />',{ - type: 'text' + type: 'text', + title: that.tooltip }); $('<div style:"display=block;" />'). |