Lidarr/NzbDrone.Web/Views/AddSeries/RootDir.cshtml

11 lines
252 B
Plaintext
Raw Normal View History

<h2>
Manage Root Folders
</h2>
2011-12-05 03:15:02 +00:00
<span>
2011-07-27 22:59:48 +00:00
<input id="rootDirInput" class="folderLookup" type="text" style="width: 400px" />
2011-07-01 07:23:07 +00:00
<button id="saveDir">
Add</button>
2011-07-27 22:59:48 +00:00
</span><span id="rootDirs">
2011-07-01 07:23:07 +00:00
@{Html.RenderAction("RootList");}
2011-07-01 20:59:25 +00:00
</span>