Add back the browse button for the web viewer.

This commit is contained in:
Brendan Dahl 2012-04-30 14:23:26 -07:00
parent cf67d4567f
commit 68321ae671
2 changed files with 2 additions and 1 deletions

View File

@ -771,6 +771,7 @@ canvas {
.fileInput {
background: white;
color: black;
margin-top: 5px;
}
#PDFBug {

View File

@ -74,7 +74,7 @@
<span id="numPages" class="toolbarLabel"></span>
</div>
<div id="toolbarViewerRight">
<input id="fileInput" class="toolbarButton fileInput" type="file" oncontextmenu="return false;" style="display: none"/>
<input id="fileInput" class="fileInput" type="file" oncontextmenu="return false;"/>
<!-- <button id="print" class="toolbarButton print" title="Print" onclick="window.print()"></button> -->
<button id="download" class="toolbarButton download" title="Download" onclick="PDFView.download();"></button>