[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
afuna.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------