removed dead code

This commit is contained in:
Luke Pulverenti 2016-02-18 14:15:26 -05:00
parent 05b25af69f
commit 747d71e76d
2 changed files with 1 additions and 220 deletions

View file

@ -104,52 +104,9 @@
</form>
</div>
</div>
<div style="display:none;">
<br />
<h1>${HeaderSupporterBenefits}</h1>
<p class="linkSupporterKeyMessage"></p>
<a href="https://play.google.com/store/apps/details?id=tv.mediabrowser.mediabrowsertv" target="_blank" title="Android TV">
<img src="css/images/clients/androidtv-tile.png" style="height:60px;" />
</a>
<br />
<br />
<div class="supporters">
</div>
<button type="button" id="btnAddConnectUser" data-icon="plus">${ButtonAddUser}</button>
</div>
</div>
</div>
</div>
<div class="popupAddUser popup hide" data-theme="a">
<div class="ui-bar-a" style="text-align: center; padding: 0 20px; position: relative;">
<h3 class="identificationHeader">${HeaderAddUser}</h3>
</div>
<div data-role="content">
<form class="popupAddUserForm" style="max-width:350px;padding-top:.5em;">
<div>
<label for="selectUserToAdd">${LabelUser}</label>
<select id="selectUserToAdd" required="required"></select>
<div class="fieldDescription">${LabelAddConnectSupporterHelp}</div>
</div>
<br />
<p>
<button type="submit" data-theme="b" data-icon="check">
${ButtonSubmit}
</button>
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
${ButtonCancel}
</button>
</p>
</form>
</div>
</div>
</div>
</body>
</html>