Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchParapheur
Commits
6c98fd6f
Commit
6c98fd6f
authored
3 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #16992 TIME 0:15 WIP otp connectors admin fix css + var lang
parent
510fcd5a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lang/fr.json
+4
-1
4 additions, 1 deletion
lang/fr.json
src/frontend/app/administration/otp/otp.component.html
+3
-3
3 additions, 3 deletions
src/frontend/app/administration/otp/otp.component.html
with
7 additions
and
4 deletions
lang/fr.json
+
4
−
1
View file @
6c98fd6f
...
...
@@ -505,6 +505,9 @@
"accessLink"
:
"Lien d'accès"
,
"recipientLastname"
:
"Nom du destinataire"
,
"recipientFirstname"
:
"Prénom du destinataire"
,
"expiresAt"
:
"Date d'expiration"
"expiresAt"
:
"Date d'expiration"
,
"mergedVariablesMsg"
:
"Utiliser la balise"
,
"mergedVariablesMsg2"
:
"pour afficher le code de sécurité généré."
,
"mergedVariablesMsgEmail"
:
"Vous pouvez utiliser les différentes balises ci-dessous pour enrichir votre e-mail"
}
}
This diff is collapsed.
Click to expand it.
src/frontend/app/administration/otp/otp.component.html
+
3
−
3
View file @
6c98fd6f
...
...
@@ -65,7 +65,7 @@
</ion-textarea>
</ion-item>
<ion-item
lines=
"none"
>
<ion-note
style=
"align-items: center;display:flex;"
>
Utiliser la balise
<span
class=
"tag"
(click)=
"addSmsVariable('code')"
>
code
</span>
pour afficher le code de sécurité généré.
</ion-note>
<ion-note
style=
"align-items: center;display:flex;"
>
{{'lang.mergedVariablesMsg' | translate}}
<span
class=
"tag"
(click)=
"addSmsVariable('code')"
>
code
</span>
{{'lang.mergedVariablesMsg2' | translate}}
</ion-note>
</ion-item>
</ion-list>
<ion-list>
...
...
@@ -81,11 +81,11 @@
</ion-label>
</ion-list-header>
<ion-item
lines=
"none"
>
<textarea
style=
"padding-top: 10px;"
name=
"email_message"
id=
"email_message"
[(ngModel)]=
"connector.message.notification.body"
></textarea>
<textarea
style=
"padding-top: 10px;
width: 100%;
"
name=
"email_message"
id=
"email_message"
[(ngModel)]=
"connector.message.notification.body"
></textarea>
</ion-item>
<ion-item
lines=
"none"
>
<ion-note
style=
"align-items: center;display:flex;"
>
Vous pouvez utiliser les différentes balises ci-dessous pour enrichir votre e-mail
:
{{'lang.mergedVariablesMsgEmail' | translate}}
:
<span
class=
"tag"
*ngFor=
"let tag of tags"
(click)=
"addEmailVariable(tag.id)"
>
{{tag.label | translate}}
</span>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment