Mercurial > libervia-backend
comparison frontends/src/constants.py @ 1093:11e2bb20e896
core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managed
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 26 Jun 2014 00:05:20 +0200 |
parents | 0a9986452bba |
children | e2e1e27a3680 |
comparison
equal
deleted
inserted
replaced
1092:0eefc74c346b | 1093:11e2bb20e896 |
---|---|
53 | 53 |
54 class Const(constants.Const): | 54 class Const(constants.Const): |
55 | 55 |
56 PRESENCE = getPresence() | 56 PRESENCE = getPresence() |
57 | 57 |
58 MENU_NORMAL = "NORMAL" | |
59 | |
60 # from plugin_misc_text_syntaxes | 58 # from plugin_misc_text_syntaxes |
61 SYNTAX_XHTML = "XHTML" | 59 SYNTAX_XHTML = "XHTML" |
62 SYNTAX_CURRENT = "@CURRENT@" | 60 SYNTAX_CURRENT = "@CURRENT@" |
63 SYNTAX_TEXT = "text" | 61 SYNTAX_TEXT = "text" |
64 | 62 |