Radarr/NzbDrone.Web/_backboneApp/AddSeries/RootDir/RootDirTemplate.html

9 lines
386 B
HTML
Raw Normal View History

2013-01-24 20:48:44 +00:00
<div class="tab-pane" id="root-dir">
<div class="input-prepend input-append nz-input-large path">
<i class="add-on icon-folder-open"></i>
2013-01-25 17:54:45 +00:00
<input type="text" class="span10" placeholder="Path of the folder to add ...">
<div id="add-dir" class="btn icon-plus btn-success" />
2013-01-24 20:48:44 +00:00
</div>
<div class="span15 offset2 result-list" id="current-dirs" />
2013-01-24 20:48:44 +00:00
</div>