Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
cb0684df
Commit
cb0684df
authored
Jun 23, 2020
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_run_my_doc: fix typo
parent
59e1221c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/slideeditor.gadget.html.html
...portal_skins/erp5_run_my_doc/slideeditor.gadget.html.html
+1
-1
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/slideeditor.gadget.js.js
...tem/portal_skins/erp5_run_my_doc/slideeditor.gadget.js.js
+3
-3
bt5/erp5_run_my_doc_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_run_my_doc_zuite/testSlideshowEditor.zpt
...ests/renderjs_ui_run_my_doc_zuite/testSlideshowEditor.zpt
+1
-1
No files found.
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/slideeditor.gadget.html.html
View file @
cb0684df
...
...
@@ -4,7 +4,7 @@
<!--
data-i18n=Slides
data-i18n=Edit
data-i18n=New
s
lide
data-i18n=New
S
lide
data-i18n=Slide
data-i18n=Delete
data-i18n=Metadata
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/slideeditor.gadget.js.js
View file @
cb0684df
...
...
@@ -12,7 +12,7 @@
TRANSLATABLE_WORD_LIST
=
[
'
Slides
'
,
'
Edit
'
,
'
New
s
lide
'
,
'
New
S
lide
'
,
'
Slide
'
,
'
Delete
'
,
'
Metadata
'
,
...
...
@@ -415,11 +415,11 @@
draggable_element_list
.
push
(
domsugar
(
'
section
'
,
[
domsugar
(
'
button
'
,
{
type
:
'
button
'
,
text
:
translation_dict
[
'
New
s
lide
'
],
text
:
translation_dict
[
'
New
S
lide
'
],
'
class
'
:
'
display-new ui-icon-plus-circle ui-btn-icon-left
'
}),
domsugar
(
'
h1
'
,
{
text
:
translation_dict
[
'
New
s
lide
'
]
text
:
translation_dict
[
'
New
S
lide
'
]
})
]));
...
...
bt5/erp5_run_my_doc_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_run_my_doc_zuite/testSlideshowEditor.zpt
View file @
cb0684df
...
...
@@ -48,7 +48,7 @@
</tr>
<tr>
<td>
click
</td>
<td>
//button[text()='New
s
lide']
</td>
<td>
//button[text()='New
S
lide']
</td>
<td></td>
</tr>
<tr>
...
...
Write
Preview
Markdown
is supported
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