comparison src/common/constants.py @ 613:deddd1cd8aa5 frontends_multi_profiles

browser side: added a base_location property to get location of current Libervia instance
author Goffi <goffi@goffi.org>
date Tue, 10 Feb 2015 20:42:39 +0100
parents 7af8f4ab3675
children 9092e624bb27
comparison
equal deleted inserted replaced
612:5983d6be4f07 613:deddd1cd8aa5
21 from sat_frontends import constants 21 from sat_frontends import constants
22 import os.path 22 import os.path
23 23
24 24
25 class Const(constants.Const): 25 class Const(constants.Const):
26
27 LIBERVIA_MAIN_PAGE = "libervia.html"
26 28
27 # Frontend parameters 29 # Frontend parameters
28 COMPOSITION_KEY = D_("Composition") 30 COMPOSITION_KEY = D_("Composition")
29 ENABLE_UNIBOX_PARAM = D_("Enable unibox") 31 ENABLE_UNIBOX_PARAM = D_("Enable unibox")
30 32