Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Notebook
Commits
c1a76766
Commit
c1a76766
authored
Oct 22, 2020
by
Romain Casati
Browse files
Updating info about open buttons.
parent
8c5b6520
Pipeline
#354759
passed with stages
in 2 minutes and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
notebook/basthon/index.html
View file @
c1a76766
...
...
@@ -214,7 +214,7 @@ dir="ltr">
<ul
class=
"dropdown-menu"
id=
"menu-new-notebook-submenu"
></ul>
</li>
<li
id=
"open_notebook"
role=
"none"
title=
"Ouvre un
e
no
uvelle fenêtre de tableau de bord
"
>
title=
"Ouvre un no
tebook ou charge un fichier
"
>
<a
href=
"#"
role=
"menuitem"
>
Ouvrir...
</a></li>
<!-- <hr/> -->
<li
class=
"divider"
role=
"none"
></li>
...
...
notebook/static/notebook/js/actions.js
View file @
c1a76766
...
...
@@ -886,8 +886,8 @@ define([
}
},
'
open-notebook
'
:{
cmd
:
i18n
.
msg
.
_
(
'
open notebook
'
),
help
:
i18n
.
msg
.
_
(
"
Open notebook file
"
),
cmd
:
i18n
.
msg
.
_
(
'
open notebook
or load file
'
),
help
:
i18n
.
msg
.
_
(
"
Open
a
notebook
or load a
file
"
),
help_index
:
'
fd
'
,
icon
:
'
fa-folder-open-o
'
,
handler
:
function
(
env
,
event
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment