Now 'ideas' are 'jot downs' in menu, titles and shortcuts

This commit is contained in:
Manuel Cillero 2017-09-18 21:46:19 +02:00
parent db7151fff6
commit 23702da60f
4 changed files with 7 additions and 7 deletions

View file

@ -558,7 +558,7 @@ table#stormtasks td .popups-form {
}
}
table#tasks tbody tr td:first-child {
table#tasks tr td:first-child {
overflow: hidden;
word-wrap: normal;
white-space: nowrap;

View file

@ -205,7 +205,7 @@ function zuitedesk_preprocess_page(&$vars, $hook) {
// User submenu:
$submenu = '';
$submenu .= _zuitedesk_option($deskmenu[14], "$lang/notes", t('My notes'), 'notes', 'note');
$submenu .= _zuitedesk_option($deskmenu[15], "$lang/ideas", t('My ideas'), 'ideas', 'idea');
$submenu .= _zuitedesk_option($deskmenu[15], "$lang/ideas", t('Jot downs'), 'ideas', 'idea');
$submenu .= _zuitedesk_option(TRUE, '', 'SuiteDesk Tour', 'help', 'help', t('A beginner\'s guide to SuiteDesk'));
$partial = '';
$partial .= _zuitedesk_option($deskmenu[17], "$lang/user/watcher", t('Watcher'), 'watcher', 'apply');