Skip to content

Commit

Permalink
Improved layout for upload property dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
gWestenberger committed Sep 27, 2024
1 parent c040c7e commit 8b8a311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%@page import="org.opencms.ade.postupload.*" %><%
CmsPostUploadDialogActionElement dialog = new CmsPostUploadDialogActionElement(pageContext, request, response);
%><!DOCTYPE html>
<html>
<html style="overflow: hidden;">
<head>
<%= dialog.exportAll() %>
<title>Properties</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CmsPostUploadDialogActionElement dialog = new CmsPostUploadDialogActionElement(p
dialog.setUsePropertyConfiguration(true);
dialog.setAddBasicProperties(true);
%><!DOCTYPE html>
<html>
<html style="overflow: hidden;">
<head>
<%= dialog.exportAll() %>
<title>Properties</title>
Expand Down

0 comments on commit 8b8a311

Please sign in to comment.