tweak to "default" CSS choice for the narrated web report
This commit is contained in:
parent
0751d49adc
commit
f66a810b46
@ -55,8 +55,9 @@ def load_on_reg(dbstate, uistate, plugin):
|
|||||||
# navigation target name, images, javascript
|
# navigation target name, images, javascript
|
||||||
# "default" is used as default
|
# "default" is used as default
|
||||||
|
|
||||||
|
# default style sheet in the options
|
||||||
# Basic Ash style sheet
|
# Basic Ash style sheet
|
||||||
["Basic-Ash", 1, _("Basic-Ash"),
|
["default", 1, _("Basic-Ash"),
|
||||||
path_css('Web_Basic-Ash.css'), None, [], [] ],
|
path_css('Web_Basic-Ash.css'), None, [], [] ],
|
||||||
|
|
||||||
# Basic Blue style sheet with navigation menus
|
# Basic Blue style sheet with navigation menus
|
||||||
@ -109,10 +110,6 @@ def load_on_reg(dbstate, uistate, plugin):
|
|||||||
["NarrativeMaps", 0, "",
|
["NarrativeMaps", 0, "",
|
||||||
path_css("narrative-maps.css"), None, [], [] ],
|
path_css("narrative-maps.css"), None, [], [] ],
|
||||||
|
|
||||||
# default style sheet in the options
|
|
||||||
["default", 1, _("Basic-Ash"),
|
|
||||||
path_css('Web_Basic-Ash.css'), None, [], [] ],
|
|
||||||
|
|
||||||
# default printer style sheet
|
# default printer style sheet
|
||||||
["Print-Default", 0, "Print-Default",
|
["Print-Default", 0, "Print-Default",
|
||||||
path_css('Web_Print-Default.css'), None, [], [] ],
|
path_css('Web_Print-Default.css'), None, [], [] ],
|
||||||
|
Loading…
Reference in New Issue
Block a user