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

remove button markup

This commit is contained in:
Luke Pulverenti 2015-09-06 15:09:36 -04:00
parent c58b7f3469
commit aed5226fe5
32 changed files with 217 additions and 643 deletions

View file

@ -20,9 +20,9 @@
<table id="tblPaths" data-role="table" data-mode="reflow" class="ui-responsive">
<thead>
<tr>
<th></th>
<th>${HeaderFrom}</th>
<th>${HeaderTo}</th>
<th></th>
</tr>
</thead>
<tbody class="tbodyPathSubstitutions"></tbody>
@ -47,9 +47,9 @@
<div class="fieldDescription">${LabelToHelp}</div>
</div>
<br />
<p>
<button type="submit" data-mini="true" data-icon="plus">${ButtonAdd}</button>
</p>
<button type="submit" data-role="none" class="clearButton">
<paper-button raised class="submit block"><iron-icon icon="add"></iron-icon><span>${ButtonAdd}</span></paper-button>
</button>
</div>
</form>