qol: option to view/print generated document inline
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<div class="details">
|
||||
<div id="Document_Generation_Dialog_Download_Container">
|
||||
<button id="Document_Generation_Dialog_Download" type="button" class="button">Download Document</button>
|
||||
<button id="Document_Generation_Dialog_View" type="button" class="button">View/Print Document</button>
|
||||
</div>
|
||||
<div id="Document_Generation_Dialog_HandlerUI">
|
||||
</div>
|
||||
|
||||
@@ -211,15 +211,23 @@ WriteLiteral(" type=\"button\"");
|
||||
|
||||
WriteLiteral(" class=\"button\"");
|
||||
|
||||
WriteLiteral(">Download Document</button>\r\n </div>\r\n <div" +
|
||||
"");
|
||||
WriteLiteral(">Download Document</button>\r\n <button");
|
||||
|
||||
WriteLiteral(" id=\"Document_Generation_Dialog_View\"");
|
||||
|
||||
WriteLiteral(" type=\"button\"");
|
||||
|
||||
WriteLiteral(" class=\"button\"");
|
||||
|
||||
WriteLiteral(">View/Print Document</button>\r\n </div>\r\n <d" +
|
||||
"iv");
|
||||
|
||||
WriteLiteral(" id=\"Document_Generation_Dialog_HandlerUI\"");
|
||||
|
||||
WriteLiteral(">\r\n </div>\r\n </div>\r\n </div>\r\n");
|
||||
|
||||
|
||||
#line 29 "..\..\Views\Shared\_GenerateDocumentControl.cshtml"
|
||||
#line 30 "..\..\Views\Shared\_GenerateDocumentControl.cshtml"
|
||||
}
|
||||
|
||||
|
||||
@@ -228,7 +236,7 @@ WriteLiteral(">\r\n </div>\r\n </div>\r\n
|
||||
WriteLiteral(" </div>\r\n");
|
||||
|
||||
|
||||
#line 31 "..\..\Views\Shared\_GenerateDocumentControl.cshtml"
|
||||
#line 32 "..\..\Views\Shared\_GenerateDocumentControl.cshtml"
|
||||
Html.BundleDeferred("~/ClientScripts/Modules/Disco-DocumentGenerator");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user