update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-09 12:58:08 -04:00
parent 7bc57e287a
commit f17942c1cd
19 changed files with 68 additions and 55 deletions

View file

@ -18,11 +18,11 @@
</div>
<div class="wizardNavigation">
<button is="emby-button" type="button" onclick="history.back();" class="raised">
<button is="emby-button" type="button" onclick="history.back();" class="raised button-cancel">
<i class="md-icon">arrow_back</i>
<span>${LabelPrevious}</span>
</button>
<button is="emby-button" type="submit" class="raised button-accent">
<button is="emby-button" type="submit" class="raised button-submit">
<span>${LabelNext}</span>
<i class="md-icon">arrow_forward</i>
</button>