1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-21 01:49:57 +02:00
Sonarr/NzbDrone.Backbone/AddSeries/RootFolders/RootFolderTemplate.html

9 lines
395 B
HTML
Raw Normal View History

2013-02-26 06:54:58 +03:00
<div class="tab-pane row" id="root-dir">
<div class="input-prepend input-append nz-input-large x-path span10">
2013-01-24 23:48:44 +03:00
<i class="add-on icon-folder-open"></i>
2013-02-26 06:54:58 +03:00
<input class="input-block-level" type="text" placeholder="Path of the folder to add ...">
<div class="btn icon-plus btn-success x-add" />
2013-01-24 23:48:44 +03:00
</div>
2013-02-21 07:47:06 +03:00
<div class="span12 result-list" id="current-dirs" />
2013-01-24 23:48:44 +03:00
</div>