From 2d63e28c7825ced7d038d6ea655416f5648e6c23 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 3 Aug 2012 16:18:27 +0200 Subject: Range Web UI Range web UI was implemented. It consist of: * new menu item - 'ranges' in 'IPA Server' tab * new search page * new details page https://fedorahosted.org/freeipa/ticket/2894 --- install/ui/field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/field.js') diff --git a/install/ui/field.js b/install/ui/field.js index 41861c0b..8e2d116c 100644 --- a/install/ui/field.js +++ b/install/ui/field.js @@ -350,7 +350,7 @@ IPA.field = function(spec) { if (that.widget) { if (that.label) that.widget.label = that.label; - if (that.title) that.widget.title = that.title; + if (that.tooltip) that.widget.tooltip = that.tooltip; if (that.measurement_unit) that.widget.measurement_unit = that.measurement_unit; that.widget.undo = that.undo; that.widget.writable = that.writable; -- cgit