User: SimonAW Date: 2008-09-18 23:58:18+0000 Modified: de/www/doc/index.html de/www/doc/doc-generate/templates/index.tt
Log: DokPortal Fixes: Collab-Framework mag keine Attribs im body-Tag File Changes: Directory: /de/www/doc/ ======================= File [changed]: index.html Url: http://de.openoffice.org/source/browse/de/www/doc/index.html?r1=1.64&r2=1.65 Delta lines: +5 -1 ------------------- --- index.html 2008-09-18 23:51:59+0000 1.64 +++ index.html 2008-09-18 23:58:15+0000 1.65 @@ -56,7 +56,7 @@ </script> <!-- End de-header --> </head> - <body onload="toggleGridVisible(getGridNameFromURLParam());"> + <body> <!-- Start Body --> <h1>Dokumentation</h1> @@ -1810,6 +1810,10 @@ </p> </div> + <script type="text/javascript"> + toggleGridVisible(getGridNameFromURLParam()); + </script> + <!-- End Body --> </body> </html> Directory: /de/www/doc/doc-generate/templates/ ============================================== File [changed]: index.tt Url: http://de.openoffice.org/source/browse/de/www/doc/doc-generate/templates/index.tt?r1=1.4&r2=1.5 Delta lines: +5 -1 ------------------- --- index.tt 2008-09-18 23:51:59+0000 1.4 +++ index.tt 2008-09-18 23:58:15+0000 1.5 @@ -56,7 +56,7 @@ </script> <!-- End de-header --> </head> - <body onload="toggleGridVisible(getGridNameFromURLParam());"> + <body> <!-- Start Body --> <h1>Dokumentation</h1> @@ -240,6 +240,10 @@ </p> </div> + <script type="text/javascript"> + toggleGridVisible(getGridNameFromURLParam()); + </script> + <!-- End Body --> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
