Add the spreadsheet app to the home page
This commit is contained in:
@@ -799,10 +799,10 @@ define([
|
||||
|
||||
var $rightside = toolbar.$rightside;
|
||||
|
||||
var $save = common.createButton('save', true, {}, function () {
|
||||
/*var $save = common.createButton('save', true, {}, function () {
|
||||
saveToServer();
|
||||
});
|
||||
$save.appendTo($rightside);
|
||||
$save.appendTo($rightside);*/
|
||||
|
||||
if (common.isLoggedIn()) {
|
||||
common.createButton('hashtag', true).appendTo($rightside);
|
||||
|
||||
@@ -780,6 +780,7 @@ define(function () {
|
||||
|
||||
out.main_richTextPad = 'Éditeur de texte';
|
||||
out.main_codePad = 'Éditeur de code';
|
||||
out.main_sheetPad = 'Tableur (Beta)';
|
||||
out.main_slidePad = 'Éditeur de Présentations';
|
||||
out.main_pollPad = 'Sondage ou Planning';
|
||||
out.main_whiteboardPad = 'Tableau blanc';
|
||||
|
||||
@@ -787,6 +787,7 @@ define(function () {
|
||||
|
||||
out.main_richTextPad = 'Rich Text Pad';
|
||||
out.main_codePad = 'Markdown/Code Pad';
|
||||
out.main_sheetPad = 'Spreadsheets (Beta)';
|
||||
out.main_slidePad = 'Markdown Presentation';
|
||||
out.main_pollPad = 'Poll or Schedule';
|
||||
out.main_whiteboardPad = 'Whiteboard';
|
||||
|
||||
Reference in New Issue
Block a user