Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
4b46937f
Commit
4b46937f
authored
Sep 27, 2021
by
Kevin Robert
Browse files
UNAPLLYREC-7 : Correction affichage titre zone édition d'une question ouverte.
parent
35b65ff6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/components/screen-item/item-edit.component.ts
View file @
4b46937f
...
...
@@ -82,6 +82,8 @@ export default class ItemEdit extends Vue {
return
'
text-box
'
;
}
else
if
(
this
.
item
.
type
===
'
picture
'
)
{
return
'
image
'
;
}
else
if
(
this
.
item
.
type
===
'
openquestion
'
)
{
return
'
form-textbox
'
;
}
else
{
return
null
;
}
...
...
src/main/webapp/i18n/fr/screen.json
View file @
4b46937f
...
...
@@ -175,6 +175,12 @@
"main"
:
"Question"
}
},
"openquestion"
:
{
"type"
:
"Question ouverte - {{ title }}"
,
"tabs"
:
{
"main"
:
"Question"
}
},
"checkbox"
:
{
"type"
:
"Question à choix multiple - {{ title }}"
,
"tabs"
:
{
...
...
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