You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
706 B
25 lines
706 B
13 years ago
|
@section TitleContent
|
||
|
{
|
||
|
Settings
|
||
|
}
|
||
|
@section Scripts
|
||
|
{
|
||
|
<script type="text/javascript">
|
||
|
$(function () {
|
||
|
$("#tabs222").tabs();
|
||
|
});
|
||
|
</script>
|
||
|
}
|
||
|
@section MainContent{
|
||
|
<div id="tabs222">
|
||
|
<ul>
|
||
|
<li>@Html.ActionLink("Naming", "Naming", "Settings")</li>
|
||
|
<li>@Html.ActionLink("Indexers", "Indexers", "Settings")</li>
|
||
|
<li>@Html.ActionLink("Quality", "Quality", "Settings")</li>
|
||
|
<li>@Html.ActionLink("SABnzbd", "Sabnzbd", "Settings")</li>
|
||
|
<li>@Html.ActionLink("Notifications", "Notifications", "Settings")</li>
|
||
|
<li>@Html.ActionLink("System", "System", "Settings")</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
}
|