You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2009/05/13 19:31:06 UTC

svn commit: r774444 - /lenya/branches/BRANCH_2_0_X/src/modules-core/sitemanagement/usecases/tab/revisions.jx

Author: rfrovarp
Date: Wed May 13 17:31:05 2009
New Revision: 774444

URL: http://svn.apache.org/viewvc?rev=774444&view=rev
Log:
Fixes bug #47185. Thanks to Martin Ginter for the fix.

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules-core/sitemanagement/usecases/tab/revisions.jx

Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/sitemanagement/usecases/tab/revisions.jx
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules-core/sitemanagement/usecases/tab/revisions.jx?rev=774444&r1=774443&r2=774444&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules-core/sitemanagement/usecases/tab/revisions.jx (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules-core/sitemanagement/usecases/tab/revisions.jx Wed May 13 17:31:05 2009
@@ -49,7 +49,7 @@
     window.open(
         '?lenya.revision=' + revision,
         'Lenya_ViewRevision',
-        'menubar=no,addressbar=no,toolbar=no,statusbar=no'
+        'menubar=no,addressbar=no,toolbar=no,statusbar=no,scrollbars=yes'
     );
   }
 
@@ -139,4 +139,4 @@
   
     </div>
   </page:body>
-</page:page>
\ No newline at end of file
+</page:page>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org