1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add login header

This commit is contained in:
Luke Pulverenti 2016-05-23 13:54:45 -04:00
parent 75ef43aeb9
commit 5bc30703a0
2 changed files with 4 additions and 1 deletions

View file

@ -26,6 +26,8 @@
</form> </form>
<div class="visualLoginForm" style="text-align: center;"> <div class="visualLoginForm" style="text-align: center;">
<h1>${HeaderPleaseSignIn}</h1>
<p>${VisualLoginFormHelp}</p>
<br /> <br />
<div id="divUsers" class="itemsContainer"></div> <div id="divUsers" class="itemsContainer"></div>

View file

@ -2356,5 +2356,6 @@
"AddItemToCollectionHelp": "Add items to collections by searching for them and using their right-click or tap menus to add them to a collection.", "AddItemToCollectionHelp": "Add items to collections by searching for them and using their right-click or tap menus to add them to a collection.",
"HeaderHealthMonitor": "Health Monitor", "HeaderHealthMonitor": "Health Monitor",
"HealthMonitorNoAlerts": "There are no active alerts.", "HealthMonitorNoAlerts": "There are no active alerts.",
"RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired." "RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired.",
"VisualLoginFormHelp": "Select a user or sign in manually"
} }