[dw-nonfree] Rename Group One/Two to Main Module Section/Second Module Section
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/1afefb964bfe]
http://bugs.dwscoalition.org/show_bug.cgi?id=3798
Rename "Sidebar" to "Main Module Section", to take into account one-column
modes. No functional change, just a terminology change.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3798
Rename "Sidebar" to "Main Module Section", to take into account one-column
modes. No functional change, just a terminology change.
Patch by
Files modified:
- bin/upgrading/s2layers/sundaymorning/layout.s2
- bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r e11837ee2f72 -r 1afefb964bfe bin/upgrading/s2layers/sundaymorning/layout.s2
--- a/bin/upgrading/s2layers/sundaymorning/layout.s2 Wed Aug 03 06:37:07 2011 +0800
+++ b/bin/upgrading/s2layers/sundaymorning/layout.s2 Wed Aug 03 11:17:19 2011 +0800
@@ -135,12 +135,12 @@
property use module_cuttagcontrols_group;
property string module_navlinks_section_override {
- values = "none|(none)|one|Header|two|Sidebar|three|Footer";
+ values = "none|(none)|one|Header|two|Main Module Section|three|Footer";
grouped = 1;
}
}
-set module_layout_sections = "none|(none)|two|Sidebar|three|Footer";
+set module_layout_sections = "none|(none)|two|Main Module Section|three|Footer";
set grouped_property_override = { "module_navlinks_section" => "module_navlinks_section_override" };
set module_navlinks_section = "one";
diff -r e11837ee2f72 -r 1afefb964bfe bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2 Wed Aug 03 06:37:07 2011 +0800
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Wed Aug 03 11:17:19 2011 +0800
@@ -167,7 +167,7 @@
property use module_cuttagcontrols_group;
}
-set module_layout_sections = "none|(none)|one|Header|two|Sidebar|three|Footer";
+set module_layout_sections = "none|(none)|one|Header|two|Main Module Section|three|Footer";
set module_navlinks_section = "one";
set module_userprofile_section = "two";
set module_pagesummary_section = "two";
--------------------------------------------------------------------------------
