thumb_page_title=Page {{page}}
thumb_page_canvas=Thumbnail of Page {{page}}
request_password=PDF is protected by a password:
+open_file_label=Open
content: url(images/toolbarButton-print.png);
}
+.toolbarButton.openFile::before {
+ display: inline-block;
+ content: url(images/toolbarButton-openFile.png);
+}
+
.toolbarButton.download::before {
display: inline-block;
content: url(images/toolbarButton-download.png);
}
@media all and (max-width: 770px) {
- #scaleSelectContainer, #fileInput, #pageNumberLabel {
+ #scaleSelectContainer, #pageNumberLabel {
display: none;
}
<span id="numPages" class="toolbarLabel"></span>
</div>
<div id="toolbarViewerRight">
- <input id="fileInput" class="fileInput" type="file" oncontextmenu="return false;" tabindex="10" />
-
- <!--
<input id="fileInput" class="fileInput" type="file" oncontextmenu="return false;" style="visibility: hidden; position: fixed; right: 0; top: 0" />
- <button id="openFile" class="toolbarButton print" title="Open File" tabindex="10" data-l10n-id="open_file" onclick="document.getElementById('fileInput').click()">
+ <button id="openFile" class="toolbarButton openFile" title="Open File" tabindex="10" data-l10n-id="open_file" onclick="document.getElementById('fileInput').click()">
<span data-l10n-id="open_file_label">Open</span>
</button>
- -->
<!--
<button id="print" class="toolbarButton print" title="Print" tabindex="11" data-l10n-id="print" onclick="window.print()">
if (PDFJS.isFirefoxExtension || !window.File || !window.FileReader ||
!window.FileList || !window.Blob) {
- document.getElementById('fileInput').setAttribute('hidden', 'true');
+ document.getElementById('openFile').setAttribute('hidden', 'true');
} else {
document.getElementById('fileInput').value = null;
}