afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-12-14 04:49 pm

[dw-nonfree] Active entries module in odd place in Transmogrified, Sunday Morning, Brittle

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/82c726576968]

http://bugs.dwscoalition.org/show_bug.cgi?id=2210

Move active entries module in Transmogrified and Sunday Morning to the
sidebar.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/sundaymorning/layout.s2
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 38c108545b3f -r 82c726576968 bin/upgrading/s2layers/sundaymorning/layout.s2
--- a/bin/upgrading/s2layers/sundaymorning/layout.s2	Sun Dec 13 11:50:10 2009 +0000
+++ b/bin/upgrading/s2layers/sundaymorning/layout.s2	Mon Dec 14 16:48:15 2009 +0000
@@ -171,6 +171,7 @@ set module_calendar_section = "two";
 set module_calendar_section = "two";
 set module_time_section = "none";
 set module_customtext_section = "two";
+set module_active_section = "two";
 set module_credit_section = "two";
 set module_poweredby_section = "two";
 set module_poweredby_order = 20;
diff -r 38c108545b3f -r 82c726576968 bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Sun Dec 13 11:50:10 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Mon Dec 14 16:48:15 2009 +0000
@@ -69,6 +69,7 @@ set module_poweredby_section = "three";
 set module_poweredby_section = "three";
 set module_time_section = "none";
 set module_customtext_section = "two";
+set module_active_section = "two";
 set module_credit_section = "two";
 
 propgroup text {
--------------------------------------------------------------------------------