Added legend to calendar

This commit is contained in:
Mark McDowall 2013-07-08 00:17:01 -07:00
commit 1727a25260
2 changed files with 86 additions and 45 deletions

View file

@ -5,5 +5,13 @@
</div>
<div class=span9>
<div id="x-calendar" class="calendar"/>
<div class="legend">
<ul class='legend-labels'>
<li><span class="primary" title="Episode hasn't aired yet"></span>Unaired</li>
<li><span class="warning" title="Episode is currently airing"></span>On Air</li>
<li><span class="danger" title="Epsiode file has not been found"></span>Missing</li>
<li><span class="success" title="Episode was downloaded and sorted"></span>Downloaded</li>
</ul>
</div>
</div>
</div>