this are css rules modified -- INSERT --
This commit is contained in:
commit
5ef0325d90
@ -274,12 +274,12 @@ define([
|
|||||||
/*userForm(),*/
|
/*userForm(),*/
|
||||||
h('div.col-12.col-sm-6', [
|
h('div.col-12.col-sm-6', [
|
||||||
[
|
[
|
||||||
[ 'pad', '/pad/', 'Rich Text Pad', 'fa-file-word-o' ],
|
[ 'pad', '/pad/', Msg.main_richTextPad, 'fa-file-word-o' ],
|
||||||
[ 'code', '/code/', 'Markdown/Code Pad', 'fa-file-code-o' ],
|
[ 'code', '/code/', Msg.main_codePad, 'fa-file-code-o' ],
|
||||||
[ 'slide', '/slide/', 'Markdown Presentation', 'fa-file-powerpoint-o' ],
|
[ 'slide', '/slide/', Msg.main_slidePad, 'fa-file-powerpoint-o' ],
|
||||||
[ 'poll.cp-more.cp-hidden', '/poll/', 'Poll or Schedule', 'fa-calendar' ],
|
[ 'poll.cp-more.cp-hidden', '/poll/', Msg.main_pollPad, 'fa-calendar' ],
|
||||||
[ 'whiteboard.cp-more.cp-hidden', '/whiteboard/', 'Whiteboard', 'fa-paint-brush' ],
|
[ 'whiteboard.cp-more.cp-hidden', '/whiteboard/', Msg.main_whiteboardPad, 'fa-paint-brush' ],
|
||||||
[ 'recent.cp-more.cp-hidden', '/drive/', 'Recent Pads', 'fa-hdd-o' ]
|
[ 'recent.cp-more.cp-hidden', '/drive/', Msg.main_recentPads, 'fa-hdd-o' ]
|
||||||
].map(function (x) {
|
].map(function (x) {
|
||||||
return h('a', [
|
return h('a', [
|
||||||
{ href: x[1] },
|
{ href: x[1] },
|
||||||
|
|||||||
@ -509,6 +509,13 @@ define(function () {
|
|||||||
out.main_poll_p = 'Plan your meeting or your event, or vote for the best solution regarding your problem.';
|
out.main_poll_p = 'Plan your meeting or your event, or vote for the best solution regarding your problem.';
|
||||||
out.main_drive = 'CryptDrive';
|
out.main_drive = 'CryptDrive';
|
||||||
|
|
||||||
|
out.main_richTextPad = 'Rich Text Pad';
|
||||||
|
out.main_codePad = 'Markdown/Code Pad';
|
||||||
|
out.main_slidePad = 'Markdown Presentation';
|
||||||
|
out.main_pollPad = 'Poll or Schedule';
|
||||||
|
out.main_whiteboardPad = 'Whiteboard';
|
||||||
|
out.main_recentPads = 'Recent Pads';
|
||||||
|
|
||||||
out.footer_applications = "Applications";
|
out.footer_applications = "Applications";
|
||||||
out.footer_contact = "Contact";
|
out.footer_contact = "Contact";
|
||||||
out.footer_aboutUs = "About us";
|
out.footer_aboutUs = "About us";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user