[dw-free] Make "Presentation" the default tab when customizing
[commit: http://hg.dwscoalition.org/dw-free/rev/e89c761f0bb5]
http://bugs.dwscoalition.org/show_bug.cgi?id=3626
Switch the default group to presentation (basic journal opts such as number
of items on the page, whether to use custom comment pages, etc)
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3626
Switch the default group to presentation (basic journal opts such as number
of items on the page, whether to use custom comment pages, etc)
Patch by
Files modified:
- htdocs/customize/options.bml
--------------------------------------------------------------------------------
diff -r fd8687a5e5c9 -r e89c761f0bb5 htdocs/customize/options.bml
--- a/htdocs/customize/options.bml Tue Apr 19 20:58:45 2011 +0800
+++ b/htdocs/customize/options.bml Tue Apr 19 21:07:43 2011 +0800
@@ -38,7 +38,7 @@ body<=
$u->set_prop( stylesys => 2 );
}
- my $group = $GET{group} ? $GET{group} : "display";
+ my $group = $GET{group} ? $GET{group} : "presentation";
# make sure there's a style set and load it
my $style = LJ::Customize->verify_and_load_style($u);
--------------------------------------------------------------------------------
