Adam Young
2011-06-21 14:51:03 -04:00
committed by Endi S. Dewata
parent 1aee9df3bc
commit 3a36eced53
2 changed files with 4 additions and 2 deletions

View File

@@ -103,7 +103,8 @@ IPA.entity_factories.host = function () {
factory:IPA.text_widget, factory:IPA.text_widget,
name:"ip_address", name:"ip_address",
undo:false, undo:false,
label: IPA.get_method_option('host_add','ip_address')['label'] label: IPA.get_method_option('host_add','ip_address')['label'],
tooltip: IPA.get_method_option('host_add','ip_address')['doc']
} }
] ]
}). }).

View File

@@ -1609,7 +1609,8 @@ IPA.entity_select_widget = function(spec) {
if (editable){ if (editable){
that.edit_box = $('<input />',{ that.edit_box = $('<input />',{
type: 'text' type: 'text',
title: that.tooltip
}); });
$('<div style:"display=block;" />'). $('<div style:"display=block;" />').