comparison frontends/src/constants.py @ 902:485975c1e0ca

frontends: added SYNTAX_TEXT in the constants
author souliane <souliane@mailoo.org>
date Mon, 10 Mar 2014 22:19:11 +0100
parents 1fe00f0c9a91
children cd02f5ef30df
comparison
equal deleted inserted replaced
901:c238d2c02237 902:485975c1e0ca
56 MENU_NORMAL = "NORMAL" 56 MENU_NORMAL = "NORMAL"
57 57
58 # from plugin_misc_text_syntaxes 58 # from plugin_misc_text_syntaxes
59 SYNTAX_XHTML = "XHTML" 59 SYNTAX_XHTML = "XHTML"
60 SYNTAX_CURRENT = "@CURRENT@" 60 SYNTAX_CURRENT = "@CURRENT@"
61 SYNTAX_TEXT = "text"
61 62
62 NO_SECURITY_LIMIT = -1 63 NO_SECURITY_LIMIT = -1
63 64
64 #XMLUI 65 #XMLUI
65 SAT_FORM_PREFIX = "SAT_FORM_" 66 SAT_FORM_PREFIX = "SAT_FORM_"