[dw-free] EasyRead: search module missing from Customize
[commit: http://hg.dwscoalition.org/dw-free/rev/370b925a2652]
http://bugs.dwscoalition.org/show_bug.cgi?id=3771
Add the custom search module to EasyRead; clean up some redundant settings
which will be inherited from Core 2.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3771
Add the custom search module to EasyRead; clean up some redundant settings
which will be inherited from Core 2.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/easyread/layout.s2
-------------------------------------------------------------------------------- diff -r 7bd776142baa -r 370b925a2652 bin/upgrading/s2layers/easyread/layout.s2 --- a/bin/upgrading/s2layers/easyread/layout.s2 Tue Aug 02 17:44:33 2011 +0800 +++ b/bin/upgrading/s2layers/easyread/layout.s2 Tue Aug 02 17:55:41 2011 +0800 @@ -111,6 +111,7 @@ property use module_time_group; property use module_poweredby_group; property use module_credit_group; + property use module_search_group; property use module_cuttagcontrols_group; } @@ -176,43 +177,24 @@ } set module_userprofile_section = "one"; -set module_userprofile_show = true; - set module_pagesummary_section = "one"; -set module_pagesummary_show = true; - set module_navlinks_section = "two"; -set module_navlinks_show = true; set module_tags_section = "two"; -set module_tags_show = true; set module_tags_opts_type = "cloud"; set module_links_section = "two"; -set module_links_show = true; - - set module_customtext_section = "two"; set module_customtext_show = false; - set module_syndicate_section = "two"; -set module_syndicate_show = true; - set module_credit_section = "two"; -set module_credit_show = true; - set module_time_section = "two"; -set module_time_show = true; - set module_poweredby_section = "two"; -set module_poweredby_show = true; - set module_calendar_section = "two"; set module_calendar_show = false; - set module_userprofile_order = 1; set module_pagesummary_order = 2; @@ -225,6 +207,8 @@ set module_credit_order = 15; set module_time_order = 16; set module_poweredby_order = 17; +set module_search_order = 19; +set module_cuttagcontrols_order = 20; set module_calendar_order = 18; --------------------------------------------------------------------------------