Author: ben
Date: 2007-11-15 14:44:40 -0800 (Thu, 15 Nov 2007)
New Revision: 7298

Modified:
   openlaszlo/trunk/docs/src/nav/nav.lzx
Log:
Change 20071115-ben-X by [EMAIL PROTECTED] on 2007-11-15 14:41:59 PST
    in /Users/ben/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix "welcome" link in reference nav app

New Features:

Bugs Fixed: LPP-5122 RefGuide: nav.lzx link to welcome is broken

Technical Reviewer: none
Doc Reviewer: lou (pending)

Tests:
Go to http://localhost:8080/docs/reference/
Click on "Welcome" in the top left of the nav. The right frame 
should have the welcome text, which is actually ref.preface.html. 



Modified: openlaszlo/trunk/docs/src/nav/nav.lzx
===================================================================
--- openlaszlo/trunk/docs/src/nav/nav.lzx       2007-11-15 22:43:43 UTC (rev 
7297)
+++ openlaszlo/trunk/docs/src/nav/nav.lzx       2007-11-15 22:44:40 UTC (rev 
7298)
@@ -57,7 +57,7 @@
         </button>
       </view>
       <link text="Welcome"
-            onclick="LzBrowser.loadURL('welcome.html', target)"/>
+            onclick="LzBrowser.loadURL('ref.preface.html', target)"/>
       <view name="treeparent" clip="true" width="${parent.width - 20}"
             height="${Math.max(0,parent.parent.height - parent.search.height - 
80)}">
         <attribute name="cgroup" value="0"/>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to