From 281158557f773841462958aec40688efca0d5b12 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 5 Mar 2007 03:00:37 +0000 Subject: [PATCH] vuelvo a poner en el widget el tip --- sercom/widgets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sercom/widgets.py b/sercom/widgets.py index 070fb76..612d950 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -56,6 +56,8 @@ MultiSelectAjax = ''' load.style.visibility = 'visible'; var d = loadJSONDoc(url); d.addCallbacks(partial(_on_alumno_get_result, lista, loading), partial(_on_alumno_get_error, loading)); + t.value = 'padron'; + t.style.color = "#aaa"; } ''' -- 2.43.0