From: Ricardo Markiewicz Date: Tue, 27 Feb 2007 20:01:44 +0000 (+0000) Subject: saco el table y pongo divs y ajusto un poco el layout del widget. X-Git-Tag: pre-merge~60 X-Git-Url: https://git.llucax.com/software/sercom.git/commitdiff_plain/1ffc7414129c25c25452f371d1abe6345dfc5ad8?ds=sidebyside saco el table y pongo divs y ajusto un poco el layout del widget. --- diff --git a/sercom/widgets.py b/sercom/widgets.py index 6379964..d23199f 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -82,14 +82,14 @@ AlumnoMultiSelectAjax = ''' class AlumnoMultiSelect(widgets.MultipleSelectField): template = ''' - - - - -
- +
+
+ -
+ +
-
- +
+ -
+ + ''' javascript = [widgets.JSSource(AlumnoMultiSelectAjax)]