minor tweak to 7 content
usability improvement to slide panel
This commit is contained in:
parent
3e11ca33bc
commit
bc4712c951
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ sub addNewContent {
|
|||
groupIdEdit=>'4',
|
||||
description=>q|<p>The <a href="http://www.webgui.org">WebGUI Content Engine®</a> 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.</p>
|
||||
|
||||
<p>If you're new to WebGUI, <a href="^/;getting_started">click here to learn how to get started</a>. If you're getting up to speed, <a href="^/;your_next_step">check out some ways you can do more faster</a>. If this is all old hat to you, then check out <a href="^/;the_latest_news">the latest news</a> and <a href="^/;tell_a_friend">tell your friends</a> about WebGUI.</p>
|
||||
<p>If you're new to WebGUI, <a href="^/;getting_started">click here to learn how to get started</a>. If you're getting up to speed, <a href="^/;your_next_step">check out some ways you can do more faster</a>. If this is all old hat to you, then check out <a href="^/;the_latest_news">the latest news</a>. No matter what level you're at <a href="^/;tell_a_friend">tell your friends</a> about WebGUI.</p>
|
||||
|
||||
<p>There are thousands of <a href="http://www.jeffmillerphotography.com">small</a> and <a href="http://www.brunswicknt.com">large</a> businesses, <a href="http://phila.k12.pa.us">schools</a>, <a href="http://www.csumathsuccess.org">universities</a>, <a href="http://beijing.usembassy.gov/">governments</a>, <a href="http://www.gama.org">associations</a>, <a href="http://www.monashwushu.com">clubs</a>, <a href="http://www.sunsetpres.org">churches</a>, <a href="http://www.k3b.org">projects</a>, and <a href="http://www.comparehangouts.com">communities</a> using WebGUI all over the world today. A brief list of some of them can be found <a href="http://www.plainblack.com/webgui/campaigns/sightings">here</a>. Your site should be on that list.</p>|,
|
||||
templateId=>'PBtmpl0000000000000002'
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue