Skip to content

Commit

Permalink
Update viewer.html
Browse files Browse the repository at this point in the history
UCLADEP-408: Removed download/open and print buttons from the interface
  • Loading branch information
frazras authored Nov 22, 2016
1 parent 9d8fb02 commit b32c817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
</button>

<button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="Open File" tabindex="52" data-l10n-id="open_file">
<!-- button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="Open File" tabindex="52" data-l10n-id="open_file">
<span data-l10n-id="open_file_label">Open</span>
</button>
Expand All @@ -136,7 +136,7 @@
<button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="54" data-l10n-id="download">
<span data-l10n-id="download_label">Download</span>
</button>
</button -->

<a href="#" id="secondaryViewBookmark" class="secondaryToolbarButton bookmark visibleSmallView" title="Current view (copy or open in new window)" tabindex="55" data-l10n-id="bookmark">
<span data-l10n-id="bookmark_label">Current View</span>
Expand Down Expand Up @@ -202,7 +202,7 @@
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
</button>

<button id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="32" data-l10n-id="open_file">
<!-- button id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="32" data-l10n-id="open_file">
<span data-l10n-id="open_file_label">Open</span>
</button>
Expand All @@ -212,7 +212,7 @@
<button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="34" data-l10n-id="download">
<span data-l10n-id="download_label">Download</span>
</button>
</button -->
<a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="35" data-l10n-id="bookmark">
<span data-l10n-id="bookmark_label">Current View</span>
</a>
Expand Down

0 comments on commit b32c817

Please sign in to comment.