Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8387 from SAPlayer/themes-dialog-tabbing
Browse files Browse the repository at this point in the history
Fix Tabbing in Themes Dialog
  • Loading branch information
RaymondLim committed Jul 14, 2014
2 parents 754a9ef + 2649311 commit 18a83ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/htmlContent/themes-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class="dialog-title">Themes Settings</h1>
</form>
</div>
<div class="modal-footer">
<a class="dialog-button btn cancel" data-button-id="cancel">{{Strings.CANCEL}}</a>
<a class="dialog-button btn primary save" data-button-id="save">{{Strings.DONE}}</a>
<button class="dialog-button btn" data-button-id="cancel">{{Strings.CANCEL}}</button>
<button class="dialog-button btn primary" data-button-id="save">{{Strings.DONE}}</button>
</div>
</div>

0 comments on commit 18a83ff

Please sign in to comment.