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

20 lines
775 B
HTML
Raw Normal View History

2016-05-20 15:45:04 -04:00
<div id="wizardFinishPage" data-role="page" class="page standalonePage wizardPage">
2013-02-20 20:33:05 -05:00
2017-05-06 15:42:17 -04:00
<div class="padded-left padded-right padded-top">
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<div class="ui-corner-all ui-shadow wizardContent">
<h1>
${LabelYoureDone}
</h1>
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<p style="margin:2em 0;">${WizardCompleted}</p>
2014-01-04 22:50:29 -05:00
2016-03-16 01:33:31 -04:00
<div class="wizardNavigation">
2016-09-09 12:58:08 -04:00
<button is="emby-button" type="button" class="raised button-cancel" onclick="history.back();"><i class="md-icon">arrow_back</i><span>${LabelPrevious}</span></button>
<button is="emby-button" type="button" class="raised btnWizardNext button-submit"><i class="md-icon">check</i><span>${LabelFinish}</span></button>
2013-02-20 20:33:05 -05:00
</div>
</div>
2016-03-16 01:33:31 -04:00
2013-02-20 20:33:05 -05:00
</div>
2018-12-11 00:46:50 -05:00
</div>