Skip to content

Commit

Permalink
calc: added html entry in downloadas menu
Browse files Browse the repository at this point in the history
Signed-off-by: Rashesh <[email protected]>
Change-Id: Icd816a326bc0264400f375444cf2e165d8f2e9ac
  • Loading branch information
Rash419 committed Aug 21, 2024
1 parent d3bfc40 commit a37c84b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/css/notebookbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -589,3 +589,6 @@ html[data-theme='dark'] .savemodified.unotoolbutton .unobutton img {
[class*='as-pptx-submenu-icon'] {
background: url('images/lc_downloadas-pptx.svg') center;
}
[class*='as-html-submenu-icon'] {
background: url('images/lc_downloadas-html.svg') center;
}
1 change: 1 addition & 0 deletions browser/images/lc_downloadas-html.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions browser/src/control/Control.NotebookbarBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@ L.Control.NotebookbarBuilder = L.Control.JSDialogBuilder.extend({
'action': 'downloadas-csv',
'text': _('CSV File (.csv)')
},
{
'action': 'downloadas-html',
'text': _('HTML File (.html)')
},
{
'action': !window.ThisIsAMobileApp ? 'exportdirectpdf' : 'downloadas-pdf',
'text': _('PDF Document (.pdf)'),
Expand Down

0 comments on commit a37c84b

Please sign in to comment.