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:
authorLukas Reschke <lukas@statuscode.ch>2016-10-14 15:32:54 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-10-14 15:32:54 +0300
commit50e8ce74af394f7a21827fb4f0500e2f7aac49b6 (patch)
tree683630abf0faf9a96c1ea4a3af8663c440b4a41d /templates
parent6325cc342509eccb00611a06ece2a7b96a24dd8c (diff)
Fix PDF viewer in non-clean URL setup
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'templates')
-rw-r--r--templates/viewer.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/viewer.php b/templates/viewer.php
index e9c9004..f261ea2 100644
--- a/templates/viewer.php
+++ b/templates/viewer.php
@@ -195,6 +195,10 @@ See https://github.com/adobe-type-tools/cmap-resources
<div class="verticalToolbarSeparator hiddenSmallView"></div>
+ <button id="secondaryToolbarClose" class="toolbarButton" title="Close" tabindex="37" data-l10n-id="Close">
+ <span data-l10n-id="close_label">Close</span>
+ </button>
+
<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="36" data-l10n-id="tools">
<span data-l10n-id="tools_label">Tools</span>
</button>