(trunk) #2758 "add compact mode to web gui" -- patch by fx and kim

This commit is contained in:
Charles Kerr
2010-06-19 16:36:00 +00:00
parent f223bda8d0
commit 25b966fe24
5 changed files with 129 additions and 35 deletions

View File

@@ -358,6 +358,7 @@ Prefs._SortByState = 'state';
Prefs._SortByTracker = 'tracker';
Prefs._TurtleState = 'turtle-state';
Prefs._CompactDisplayState= 'compact_display_state';
Prefs._Defaults =
{
@@ -367,7 +368,8 @@ Prefs._Defaults =
'show_inspector': false,
'sort_direction': 'ascending',
'sort_method': 'name',
'turtle-state' : false
'turtle-state' : false,
'compact_display_state' : false
};
/*