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

20 lines
350 B
Plaintext
Raw Normal View History

2011-12-05 03:15:02 +00:00
<style>
#saveDir
{
padding-bottom: 1px;
}
#saveDir span
{
margin-top: -2px;
}
</style>
<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>