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

Removed unused properties from BaseItem.

This commit is contained in:
Luke Pulverenti 2013-12-05 11:50:21 -05:00
parent 67bf0c596a
commit bd769dc6f3
4 changed files with 62 additions and 3 deletions

View file

@ -12,6 +12,24 @@
<a href="livetvtimers.html" class="ui-btn-active">Timers</a>
</div>
<div data-role="content">
<form style="margin: 0 auto;">
<h1 class="timerName"></h1>
<ul data-role="listview" class="ulForm">
<li>
<input type="checkbox" id="chkEnableInternetProviders" name="chkEnableInternetProviders" />
<label for="chkEnableInternetProviders">Download metadata from the internet </label>
</li>
<li>
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
Save
</button>
<button type="button" onclick="Dashboard.navigate('livetvtimers.html');" data-icon="delete" data-mini="true">
Cancel
</button>
</li>
</ul>
</form>
</div>
</div>
</body>