Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
785762e1
Commit
785762e1
authored
5 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Patches
Plain Diff
unify width of footer dialogs
parent
2d49e99c
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/shared/footer/footer.component.ts
+5
-5
5 additions, 5 deletions
src/app/components/shared/footer/footer.component.ts
src/assets/i18n/home/de.json
+4
-4
4 additions, 4 deletions
src/assets/i18n/home/de.json
with
9 additions
and
9 deletions
src/app/components/shared/footer/footer.component.ts
+
5
−
5
View file @
785762e1
...
...
@@ -72,14 +72,14 @@ export class FooterComponent implements OnInit {
showDemo
()
{
const
dialogRef
=
this
.
dialog
.
open
(
DemoVideoComponent
,
{
width
:
'
9
0%
'
width
:
'
8
0%
'
});
dialogRef
.
componentInstance
.
deviceType
=
this
.
deviceType
;
}
showCookieModal
()
{
const
dialogRef
=
this
.
dialog
.
open
(
CookiesComponent
,
{
width
:
'
9
0%
'
,
width
:
'
8
0%
'
,
autoFocus
:
true
});
...
...
@@ -94,21 +94,21 @@ export class FooterComponent implements OnInit {
showImprint
()
{
const
dialogRef
=
this
.
dialog
.
open
(
ImprintComponent
,
{
width
:
'
9
0%
'
width
:
'
8
0%
'
});
dialogRef
.
componentInstance
.
deviceType
=
this
.
deviceType
;
}
showHelp
()
{
const
dialogRef
=
this
.
dialog
.
open
(
HelpPageComponent
,
{
width
:
'
9
0%
'
width
:
'
8
0%
'
});
dialogRef
.
componentInstance
.
deviceType
=
this
.
deviceType
;
}
showDataProtection
()
{
const
dialogRef
=
this
.
dialog
.
open
(
DataProtectionComponent
,
{
width
:
'
9
0%
'
width
:
'
8
0%
'
});
dialogRef
.
componentInstance
.
deviceType
=
this
.
deviceType
;
}
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/home/de.json
+
4
−
4
View file @
785762e1
{
"cookies"
:
{
"accept"
:
"
Ich a
kzeptier
e
"
,
"accept"
:
"
A
kzeptier
t
"
,
"accept-description"
:
"Bestätigt die Verwendung von Cookies und schaltet die Anwendung frei."
,
"cancel"
:
"
Nein danke
"
,
"cancel"
:
"
Abbrechen
"
,
"cancel-description"
:
"Lehnt die Verwendung von Cookies ab und sperrt die Anwendung."
,
"info-label"
:
"Öffnet ein Dialogfenster mit der Datenschutzerklärung zu frag.jetzt."
,
"title"
:
"Cookies & Datenschutz"
},
"data-protection"
:
{
"cancel"
:
"
Nein danke
"
,
"cancel"
:
"
Abbrechen
"
,
"cancel-description"
:
"Lehnt die Datenschutzerklärung ab."
,
"consent"
:
"
Ich a
kzeptier
e
"
,
"consent"
:
"
A
kzeptier
t
"
,
"consent-description"
:
"Akzeptiert die Datenschutzerklärung der Anwendung."
,
"title"
:
"Datenschutz"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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