Use FontAwesome icon for the sheet app

This commit is contained in:
David Benqué 2021-10-15 14:06:40 +01:00
parent ebc03b12e3
commit cfba2b4557
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ define(function() {
kanban: 'cptools-kanban',
doc: 'fa-file-word-o',
presentation: 'fa-file-powerpoint-o',
sheet: 'cptools-sheet',
sheet: 'fa-file-excel-o',
drive: 'fa-hdd-o',
teams: 'fa-users',
};

View File

@ -2640,7 +2640,7 @@ define([
// Export in "sheet"
Messages.form_exportSheet = "Export to spreadsheet"; // XXX
var export2Button = h('button.btn.btn-primary', [
h('i.cptools.cptools-sheet'),
h('i.cptools.fa-file-excel-o'),
Messages.form_exportSheet
]);
$(export2Button).appendTo($controls);