[gest_crans_lc] On affiche si on utilise la base de test
This commit is contained in:
parent
5201e3dfdf
commit
f006ddb50c
7 changed files with 23 additions and 16 deletions
|
@ -54,7 +54,7 @@ class Dialog(lc.Dialog):
|
|||
scrollbar=True,
|
||||
colors=True,
|
||||
cancel_label="Retour",
|
||||
backtitle=u"Vous êtes connecté en tant que %s" % self.conn.current_login,
|
||||
backtitle=self._connected_as(),
|
||||
choices=choices)
|
||||
|
||||
def todo(tag):
|
||||
|
@ -93,7 +93,7 @@ class Dialog(lc.Dialog):
|
|||
scrollbar=True,
|
||||
colors=True,
|
||||
cancel_label="Retour",
|
||||
backtitle=u"Vous êtes connecté en tant que %s" % self.conn.current_login,
|
||||
backtitle=self._connected_as(),
|
||||
choices=[(k,v) for (k,v) in config.blacklist_items.items()])
|
||||
|
||||
def todo(tag, retry_cont):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue