[Laszlo-checkins] r10100 - openlaszlo/trunk/docs/src/xsl

max@openlaszlo.org max at openlaszlo.org
Fri Jun 27 18:08:56 PDT 2008


Author: max
Date: 2008-06-27 18:08:49 -0700 (Fri, 27 Jun 2008)
New Revision: 10100

Modified:
   openlaszlo/trunk/docs/src/xsl/common-html.xsl
Log:
Change 20080627-maxcarlson-D by maxcarlson at Roboto on 2008-06-27 17:51:10 PDT
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Make edit button in docs always open a new window

Bugs Fixed: LPP-6096 - Inline examples: edit button behavior (new window)

Technical Reviewer: promanik
QA Reviewer: hminsky

Details: Change edit button target from lzview to _blank.

Tests: Clicking the edit button in the ref guide always opens a new button.



Modified: openlaszlo/trunk/docs/src/xsl/common-html.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/common-html.xsl	2008-06-28 00:52:58 UTC (rev 10099)
+++ openlaszlo/trunk/docs/src/xsl/common-html.xsl	2008-06-28 01:08:49 UTC (rev 10100)
@@ -283,7 +283,7 @@
       </xsl:variable>
       <xsl:text>&#x0a;</xsl:text>
       <div class="edit-button">
-        <a href="{$edit-href}" target="lzview">
+        <a href="{$edit-href}" target="_blank">
           <img src="{$editbuttonimg}" border="0" alt="edit" />           
         </a>
       </div>



More information about the Laszlo-checkins mailing list