Some new icons/ Submenu tweaks.

This commit is contained in:
kay.one
2012-02-25 08:35:27 -08:00
parent 3b18c9f621
commit 0bb36eb20c
11 changed files with 18 additions and 21 deletions
+1 -2
View File
@@ -11,7 +11,7 @@
<col style="width:auto"/>
<col style="width:100px" />
<col style="width:100px" />
<col style="width:110px" />
<col style="width:90px" />
</colgroup>
<thead>
<tr>
@@ -23,7 +23,6 @@
@*Commands Column*@
<th>
<img src='../../Content/Images/@(Model.Ignored ? "ignored" : "notIgnored").png' class='ignoredEpisodesMaster ignoreEpisode ignoreSeason_@(Model.SeasonNumber)@(Model.Ignored ? " ignored" : " ") gridImage' title='Click to toggle season ignore status' />
<img src='../../Content/Images/@(Model.CommonStatus).png' alt='Status' title='Season Status' class='gridImage' />
@Ajax.ImageActionLink("../../Content/Images/Search.png", new { Alt = "Search", Title = "Search for all episodes in this season", @class = "gridImage" }, "SearchSeason", "Episode", new { SeriesId = Model.SeriesId, SeasonNumber = Model.SeasonNumber }, null, null)
@Ajax.ImageActionLink("../../Content/Images/Rename.png", new { Alt = "Rename", Title = "Rename all episodes in this season", @class = "gridImage" }, "RenameSeason", "Episode", new { SeriesId = Model.SeriesId, SeasonNumber = Model.SeasonNumber }, null, null)
</th>