|
|
@@ -51,12 +51,13 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs">
|
|
|
<span data-l10n-id="thumbs_label">Thumbnails</span>
|
|
|
</button>
|
|
|
- <button id="viewOutline" class="toolbarButton group"
|
|
|
+ <button id="viewOutline" hidden='true' class="toolbarButton group"
|
|
|
title="Show Document Outline" tabindex="3" data-l10n-id="outline">
|
|
|
<span data-l10n-id="outline_label">Document Outline</span>
|
|
|
</button>
|
|
|
- <button id="viewAttachments" class="toolbarButton group"
|
|
|
- title="Show Attachments" tabindex="4" data-l10n-id="attachments">
|
|
|
+ <button id="viewAttachments" hidden='true'
|
|
|
+ class="toolbarButton group" title="Show Attachments" tabindex="4"
|
|
|
+ data-l10n-id="attachments">
|
|
|
<span data-l10n-id="attachments_label">Attachments</span>
|
|
|
</button>
|
|
|
</div>
|
|
|
@@ -184,11 +185,11 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
<div id="toolbarViewer">
|
|
|
<div id="toolbarViewerLeft">
|
|
|
<button id="sidebarToggle" class="toolbarButton"
|
|
|
- title="Toggle Sidebar" tabindex="11" hidden='true'
|
|
|
+ title="Toggle Sidebar" tabindex="11"
|
|
|
data-l10n-id="toggle_sidebar">
|
|
|
<span data-l10n-id="toggle_sidebar_label">Toggle Sidebar</span>
|
|
|
</button>
|
|
|
- <div class="toolbarButtonSpacer" hidden='true'></div>
|
|
|
+ <div class="toolbarButtonSpacer"></div>
|
|
|
<button id="viewFind" class="toolbarButton group hiddenSmallView"
|
|
|
title="Find in Document" tabindex="12" data-l10n-id="findbar">
|
|
|
<span data-l10n-id="findbar_label">Find</span>
|
|
|
@@ -528,6 +529,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
<script src="static/js/preview/app.js"></script>
|
|
|
<script src="static/lib/pdf.js/web/debugger.js"></script>
|
|
|
<script src="static/lib/pdf.js/web/viewer.js"></script>
|
|
|
-<script src="static/js/endview.js"></script>
|
|
|
+<script src="static/js/preview/endview.js"></script>
|
|
|
</html>
|
|
|
|