Skip to content

Commit

Permalink
Merge pull request #185 from ninetyd/bug3798/modulesections_names
Browse files Browse the repository at this point in the history
Bug 3798 - Rename Group One/Two to Main Module Section/Second Module Sec...
  • Loading branch information
afuna committed Dec 29, 2012
2 parents 7cb6ab7 + 7906d5b commit 9b82f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/upgrading/s2layers/bases/layout.s2
Expand Up @@ -176,11 +176,11 @@ propgroup modules {
}

property string module_navlinks_section_override {
values = "none|(none)|header|Header|one|Group One";
values = "none|(none)|header|Header|one|Sidebar";
grouped = 1;
}

set module_layout_sections = "none|(none)|one|Group One";
set module_layout_sections = "none|(none)|one|Sidebar";
set grouped_property_override = { "module_navlinks_section" => "module_navlinks_section_override" };
set module_navlinks_section = "header";

Expand Down
2 changes: 1 addition & 1 deletion bin/upgrading/s2layers/brittle/layout.s2
Expand Up @@ -216,7 +216,7 @@ propgroup modules {
}

# explicitly define what sections the layout has available
set module_layout_sections = "none|(none)|one|Group One|two|Group Two";
set module_layout_sections = "none|(none)|one|Main Module Section|two|Second Module Section";

set module_userprofile_section = "two";
set module_userprofile_order = 3;
Expand Down

0 comments on commit 9b82f95

Please sign in to comment.