From: Ricardo Markiewicz Date: Mon, 5 Mar 2007 03:00:37 +0000 (+0000) Subject: vuelvo a poner en el widget el tip X-Git-Tag: 0_9~127 X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/commitdiff_plain/281158557f773841462958aec40688efca0d5b12?ds=sidebyside vuelvo a poner en el widget el tip --- 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"; } '''