Update Appsettings, Update PageTitle
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>@AppSettings.Title - Aktivitäten</PageTitle>
|
||||
<PageTitle>Aktivitäten - @AppSettings.Title</PageTitle>
|
||||
|
||||
<div class="d-flex flex-column p-audit">
|
||||
<h2>Aktivitäten</h2>
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
@inherits FoodsharingSiegen.Server.BaseClasses.FsBase
|
||||
|
||||
<PageTitle>@AppSettings.Title</PageTitle>
|
||||
|
||||
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
|
||||
<div class="card" style="width: 100%; max-width: 380px;">
|
||||
<div class="card-header">@AppSettings.Title</div>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>@AppSettings.Title - Profil</PageTitle>
|
||||
<PageTitle>Profil - @AppSettings.Title</PageTitle>
|
||||
|
||||
<div style="width: 100%; max-width: 500px;">
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>@AppSettings.Title - Neue Foodsaver</PageTitle>
|
||||
<PageTitle>Neue Foodsaver - @AppSettings.Title</PageTitle>
|
||||
<h2>Neue Foodsaver</h2>
|
||||
|
||||
<Button
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>@AppSettings.Title - Abgeschlossene Einarbeitungen</PageTitle>
|
||||
<PageTitle>Abgeschlossene Einarbeitungen - @AppSettings.Title</PageTitle>
|
||||
<h2>Abgeschlossene Einarbeitungen</h2>
|
||||
|
||||
@{
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<div class="row m-0">
|
||||
<Repeater Items="@filterList">
|
||||
<ProspectContainer Prospect="context" RemoveInteraction="RemoveInteraction"></ProspectContainer>
|
||||
<ProspectContainer Prospect="context" RemoveInteraction="RemoveInteraction" StateFilter="ProspectStateFilter.Completed"></ProspectContainer>
|
||||
</Repeater>
|
||||
</div>
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>@AppSettings.Title - </PageTitle>
|
||||
<PageTitle>Freischalten - @AppSettings.Title</PageTitle>
|
||||
|
||||
<h2>Freischalten</h2>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
}
|
||||
|
||||
<PageTitle>@AppSettings.Title - Benutzerverwaltung</PageTitle>
|
||||
<PageTitle>Benutzerverwaltung - @AppSettings.Title</PageTitle>
|
||||
|
||||
<h2>Benutzerverwaltung <span style="font-size: .5em; line-height: 0;">Admin</span></h2>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="nav-logo"></div>
|
||||
<div class="d-flex px-3 justify-content-center text-center font-weight-bold">
|
||||
Einarbeitungen<br/>
|
||||
@(AppSettings.SidebarTitle ?? AppSettings.Title)
|
||||
@(AppSettings.TitleShort ?? AppSettings.Title)
|
||||
</div>
|
||||
<div class="d-flex px-3 mt-3 justify-content-center text-center font-weight-bold">
|
||||
Hallo @CurrentUser.Name!
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
}
|
||||
},
|
||||
"Settings": {
|
||||
"Title": "Andres Superduperbezirk",
|
||||
"Title": "Foodsharing Musterhausen",
|
||||
"TitleShort": "Musterhausen",
|
||||
"StepInName": "Krabbelgruppe"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user