Comment etre sur d'avoir un feedback : seules les nounous sont
autorisees a briser cette politique non officielle darcs-hash:20050807090106-d1718-4e926ad9abf3e7a9f3a37a760d89e1d4ae0a19f1.gz
This commit is contained in:
parent
634a41615b
commit
eb4a76fff6
1 changed files with 4 additions and 2 deletions
|
@ -911,7 +911,8 @@ def set_admin(proprio) :
|
|||
arg+= u'actif, il n\'est donc pas possible de lui laisser autant\n'
|
||||
arg+= u'de machines fixes..." 0 0 0 '
|
||||
arg+= u'"OK" "OK, je vais lui virer des machines" '
|
||||
arg+= u'"Si" "Allez, on est sympa, on veut bien quand même." '
|
||||
if isadm:
|
||||
arg+= u'"Si" "Allez, on est sympa, on veut bien quand même." '
|
||||
annul, result = dialog(arg)
|
||||
if not annul and result[0] == "Si":
|
||||
proprio.paiement(ann_scol)
|
||||
|
@ -1743,7 +1744,8 @@ def menu_principal() :
|
|||
arg+= u'machine fixe..." 0 0 0 '
|
||||
arg+= u'"OK" "OK, on lui rajoute une machine wifi" '
|
||||
arg+= u'"Annul" "Bon, on abandonne..." '
|
||||
arg+= u'"Si" "Allez, on est sympa, on veut bien quand même." '
|
||||
if isadm:
|
||||
arg+= u'"Si" "Allez, on est sympa, on veut bien quand même." '
|
||||
annul, result = dialog(arg)
|
||||
if annul or result[0] == "Annul": continue
|
||||
if result[0] == "OK":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue