2019-01-23 04:33:34 -07:00
|
|
|
<div id="wizardFinishPage" data-role="page" class="page standalonePage wizardPage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
<div class="padded-left padded-right padded-top">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
<div class="ui-corner-all ui-shadow wizardContent">
|
|
|
|
<h1>
|
|
|
|
${LabelYoureDone}
|
|
|
|
</h1>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
<p style="margin:2em 0;">${WizardCompleted}</p>
|
2014-01-04 20:50:29 -07:00
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
<div class="wizardNavigation">
|
2019-10-19 06:06:08 -07: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 18:33:05 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
</div>
|
2018-12-10 22:46:50 -07:00
|
|
|
</div>
|