Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-01-18 15:48:02 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-02-15 16:28:36 +0300
commite463f33215d5d77d978b30a545617a36d7fed09d (patch)
treea801c759e0e3377a2546caabb7cee6e2b6d8833e /templates
parentb6f8b52d6c7e43724d1d6e9540ee29ca742f7452 (diff)
Bump pdf.js to 2.6.347
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/viewer.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/viewer.php b/templates/viewer.php
index a51b2e9..7ff8c0e 100644
--- a/templates/viewer.php
+++ b/templates/viewer.php
@@ -65,6 +65,9 @@ See https://github.com/adobe-type-tools/cmap-resources
<button id="viewAttachments" class="toolbarButton" title="Show Attachments" tabindex="4" data-l10n-id="attachments">
<span data-l10n-id="attachments_label">Attachments</span>
</button>
+ <button id="viewLayers" class="toolbarButton" title="Show Layers (double-click to reset all layers to the default state)" tabindex="5" data-l10n-id="layers">
+ <span data-l10n-id="layers_label">Layers</span>
+ </button>
</div>
</div>
<div id="sidebarContent">
@@ -74,6 +77,8 @@ See https://github.com/adobe-type-tools/cmap-resources
</div>
<div id="attachmentsView" class="hidden">
</div>
+ <div id="layersView" class="hidden">
+ </div>
</div>
<div id="sidebarResizer" class="hidden"></div>
</div> <!-- sidebarContainer -->