1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Delete modal wired up, more formatting

This commit is contained in:
Mark McDowall
2013-02-09 19:42:44 -08:00
committed by kay.one
parent eb18d1c4a1
commit 84fbfb5d48
14 changed files with 175 additions and 33 deletions
@@ -1,15 +1,10 @@
<td name="status"></td>
<td name="title"></td>
<td>{{{formatStatus status monitored}}}</td>
<td><a href="/series/details/{{id}}">{{title}}</a></td>
<td name="seasonCount"></td>
<td name="qualityProfileName"></td>
<td name="network"></td>
<td name="nextAiring"></td>
<td name="EpisodeCount">
{{#if episodeFileCount}}
{{episodeFileCount}}
{{else}}
0
{{/if}}
/ {{episodeCount}}
<td>{{formatBestDate nextAiring}}</td>
<td>
<td>Edit/Delete</td>
{{{formatProgress episodeFileCount episodeCount}}}
<td>
<td>Edit/<i class="icon-remove x-remove" title="Delete Series"></i></td>