diff --git a/docs/upgrades/7fixup.pl b/docs/upgrades/7fixup.pl index 4eb106c70..07cc9aa25 100644 --- a/docs/upgrades/7fixup.pl +++ b/docs/upgrades/7fixup.pl @@ -41,7 +41,7 @@ sub addNewContent { groupIdEdit=>'4', description=>q|

The WebGUI Content Engine® is a powerful and easy to use system for managing web sites, and building web applications. It provides thousands of features out of the box, and lots of plug-in points so you can extend it to match your needs. It's easy enough for the average business user, but powerful enough for any large enterprise.

-

If you're new to WebGUI, click here to learn how to get started. If you're getting up to speed, check out some ways you can do more faster. If this is all old hat to you, then check out the latest news and tell your friends about WebGUI.

+

If you're new to WebGUI, click here to learn how to get started. If you're getting up to speed, check out some ways you can do more faster. If this is all old hat to you, then check out the latest news. No matter what level you're at tell your friends about WebGUI.

There are thousands of small and large businesses, schools, universities, governments, associations, clubs, churches, projects, and communities using WebGUI all over the world today. A brief list of some of them can be found here. Your site should be on that list.

|, templateId=>'PBtmpl0000000000000002' diff --git a/www/extras/slidePanel/slidePanel.js b/www/extras/slidePanel/slidePanel.js index 79770ea6f..27ea998ef 100644 --- a/www/extras/slidePanel/slidePanel.js +++ b/www/extras/slidePanel/slidePanel.js @@ -170,7 +170,7 @@ function sp_draw() { if (cookie) this.showPanel(cookie); else - this.showPanel(0); + this.showPanel(this.panels.length-1); //float the panel as someone scrolls startY = 0; var d = document;