diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp')
-rw-r--r-- | pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp b/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp index 045fd2b9..9ed40e30 100644 --- a/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp +++ b/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp @@ -16,7 +16,7 @@ <decorator:head></decorator:head> </head> -<body> +<body onload="<decorator:getProperty property="body.onload" />"> <p> <h3>PDF-Signatur</h3> </p> @@ -24,9 +24,5 @@ <p> <decorator:body></decorator:body> </p> - - <p> - <p>© EGIZ 2014</p> - </p> </body> </html>
\ No newline at end of file |