qol: option to view/print generated document inline

This commit is contained in:
Gary Sharp
2026-03-01 14:15:27 +11:00
parent 892299a791
commit 4f7f6db804
14 changed files with 170 additions and 28 deletions
+20 -1
View File
@@ -1650,7 +1650,15 @@ textarea.block {
#Document_Generation_Dialog_Download_Container {
text-align: center;
padding-top: 3em;
button {
display: block;
margin: 3em auto;
}
#Document_Generation_Dialog_View {
display: none;
}
}
#Document_Generation_Dialog_HandlerUI {
@@ -1659,6 +1667,17 @@ textarea.block {
}
}
#Document_Generation_View_Dialog {
padding: 0;
overflow: hidden;
iframe {
border: none;
width: 100%;
height: 100%;
}
}
ul.list-group {
background-color: @white;
border: 1px solid #ddd;