1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00

9 lines
386 B
HTML
Raw Normal View History

2013-01-24 12:48:44 -08: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 09:54:45 -08: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 12:48:44 -08:00
</div>
<div class="span15 offset2 result-list" id="current-dirs" />
2013-01-24 12:48:44 -08:00
</div>