[dw-free] screenshots for layouts
[commit: http://hg.dwscoalition.org/dw-free/rev/efcab63518c5]
http://bugs.dwscoalition.org/show_bug.cgi?id=680
Add screenshots for Boxes and Borders Gray, Stepping Stones Purple, Basic
Boxes Green. Also change the default layout-type to match the screenshot
(all layout-types/columns are available in each of these layouts)
Patch by
piranha.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=680
Add screenshots for Boxes and Borders Gray, Stepping Stones Purple, Basic
Boxes Green. Also change the default layout-type to match the screenshot
(all layout-types/columns are available in each of these layouts)
Patch by
Files modified:
- bin/upgrading/s2layers/basicboxes/layout.s2
- bin/upgrading/s2layers/boxesandborders/layout.s2
- bin/upgrading/s2layers/modish/layout.s2
- bin/upgrading/s2layers/steppingstones/layout.s2
- htdocs/img/customize/previews/basicboxes/green.png
- htdocs/img/customize/previews/boxesandborders/gray.png
- htdocs/img/customize/previews/steppingstones/purple.png
--------------------------------------------------------------------------------
diff -r 48a8800d5eec -r efcab63518c5 bin/upgrading/s2layers/basicboxes/layout.s2
--- a/bin/upgrading/s2layers/basicboxes/layout.s2 Thu Aug 13 18:38:11 2009 -0500
+++ b/bin/upgrading/s2layers/basicboxes/layout.s2 Sat Aug 15 04:53:45 2009 +0000
@@ -4,7 +4,7 @@ layerinfo author_name = "branchandroot";
layerinfo author_name = "branchandroot";
layerinfo lang = "en";
-set layout_type = "two-columns-right";
+set layout_type = "three-columns-sides";
set layout_authors = [ { "name" => "branchandroot", "type" => "user" } ];
function print_stylesheet () {
diff -r 48a8800d5eec -r efcab63518c5 bin/upgrading/s2layers/boxesandborders/layout.s2
--- a/bin/upgrading/s2layers/boxesandborders/layout.s2 Thu Aug 13 18:38:11 2009 -0500
+++ b/bin/upgrading/s2layers/boxesandborders/layout.s2 Sat Aug 15 04:53:45 2009 +0000
@@ -5,7 +5,7 @@ layerinfo lang = "en";
layerinfo lang = "en";
set layout_authors = [ { "name" => "branchandroot", "type" => "user" } ];
-set layout_type = "two-columns-left";
+set layout_type = "three-columns-sides";
function Page::print_global_title() {
diff -r 48a8800d5eec -r efcab63518c5 bin/upgrading/s2layers/modish/layout.s2
--- a/bin/upgrading/s2layers/modish/layout.s2 Thu Aug 13 18:38:11 2009 -0500
+++ b/bin/upgrading/s2layers/modish/layout.s2 Sat Aug 15 04:53:45 2009 +0000
@@ -5,7 +5,7 @@ layerinfo lang = "en";
layerinfo lang = "en";
set layout_authors = [ { "name" => "branchandroot", "type" => "user" } ];
-set layout_type = "three-columns-right";
+set layout_type = "two-columns-left";
function prop_init {
if ( not $*image_background_header_url->starts_with("http") ) {
diff -r 48a8800d5eec -r efcab63518c5 bin/upgrading/s2layers/steppingstones/layout.s2
--- a/bin/upgrading/s2layers/steppingstones/layout.s2 Thu Aug 13 18:38:11 2009 -0500
+++ b/bin/upgrading/s2layers/steppingstones/layout.s2 Sat Aug 15 04:53:45 2009 +0000
@@ -5,7 +5,7 @@ layerinfo lang = "en";
layerinfo lang = "en";
set layout_authors = [ { "name" => "branchandroot", "type" => "user" } ];
-set layout_type = "two-columns-left";
+set layout_type = "three-columns-left";
function print_stylesheet() {
var string entry_userpic_background = generate_background_css( "$*IMGDIR/profile_icons/user.png", "no-repeat", "center", $*color_entry_border );
diff -r 48a8800d5eec -r efcab63518c5 htdocs/img/customize/previews/basicboxes/green.png
Binary file htdocs/img/customize/previews/basicboxes/green.png has changed
diff -r 48a8800d5eec -r efcab63518c5 htdocs/img/customize/previews/boxesandborders/gray.png
Binary file htdocs/img/customize/previews/boxesandborders/gray.png has changed
diff -r 48a8800d5eec -r efcab63518c5 htdocs/img/customize/previews/steppingstones/purple.png
Binary file htdocs/img/customize/previews/steppingstones/purple.png has changed
--------------------------------------------------------------------------------
