diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 9d3dc38e..42ae0cff 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -2329,16 +2329,16 @@ def select(clas, quoi, mde=''): arg += u'--help-button ' arg += u'--form "Entrez vos paramètres de recherche" 0 0 0 ' arg += u'"Filtres adhérent" 1 8 "" 0 0 0 0 ' - arg += u'"Nom :" 2 1 "%s" 2 13 20 20 ' % s[0] - arg += u'"Prenom :" 3 1 "%s" 3 13 20 20 ' % s[1] + arg += u'"Nom :" 2 1 "%s" 2 13 20 30 ' % s[0] + arg += u'"Prenom :" 3 1 "%s" 3 13 20 30 ' % s[1] arg += u'"Téléphone :" 4 1 "%s" 4 13 20 00 ' % s[2] arg += u'"Chambre :" 5 1 "%s" 5 13 20 00 ' % s[3] arg += u'"aid :" 6 1 "%s" 6 13 20 5 ' % s[4] arg += u'"Mail :" 7 1 "%s" 7 13 20 00 ' % s[5] arg += u'"Filtres machine" 1 40 "" 0 0 0 0 ' - arg += u'"Nom :" 2 37 "%s" 2 43 17 17 ' % s[6] + arg += u'"Nom :" 2 37 "%s" 2 43 17 00 ' % s[6] arg += u'"Mac :" 3 37 "%s" 3 43 17 17 ' % s[7] - arg += u'"IP :" 4 37 "%s" 4 43 17 15 ' % s[8] + arg += u'"IP :" 4 37 "%s" 4 43 17 40 ' % s[8] arg += u'"mid :" 5 37 "%s" 5 43 17 5 ' % s[9] arg += u'"Filtres facture" 6 40 "" 0 0 0 0 ' arg += u'"fid :" 7 37 "%s" 7 43 17 5 ' % s[10]