Force Refresh added to Series Editor

This commit is contained in:
Mark McDowall
2012-07-14 21:27:40 -07:00
parent 2982e79065
commit 9d5c942cbf
5 changed files with 136 additions and 21 deletions
+7
View File
@@ -54,6 +54,13 @@
</style>
}
@section ActionMenu
{
<ul class="sub-menu">
<li>@Ajax.ActionLink("Force Refresh", "ForceRefreshAll", "Command", null, null, new { Title = "Refresh episode and series information and scan for new episodes for all series" })</li>
</ul>
}
@using (Html.BeginForm("SaveEditor", "Series", FormMethod.Post, new { id = "SeriesEditor", name = "SeriesEditor" }))
{
<table id ="seriesEditorGrid" class="dataTable dataTablesGrid no-details">