mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-24 08:44:46 +00:00
Renamed style.css to Site.css
Added Episode Search to Missing
This commit is contained in:
parent
9ee74d68eb
commit
1411cac54a
3 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ Missing
|
|||
columns.Bound(c => c.AirDate).Format("{0:d}")
|
||||
.Title("Air Date")
|
||||
.Width(80);
|
||||
columns.Bound(o => o.EpisodeId).Title("")
|
||||
.ClientTemplate("<a href='#Search' onClick=\"searchForEpisode('<#= EpisodeId #>'); return false;\" >Search</a>");
|
||||
})
|
||||
.DetailView(detailView => detailView.ClientTemplate(
|
||||
"<fieldset>" +
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
.Add("telerik.sitefinity.css")
|
||||
.Add("notibar.css"))
|
||||
.Render();}
|
||||
<link href="../../Content/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../Content/Site.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../Content/jquery-ui.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../Content/jquery-ui.custom.css" rel="stylesheet" type="text/css" />
|
||||
@RenderSection("HeaderContent", required: false)
|
||||
|
|
Loading…
Reference in a new issue