1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 23:57:20 +02:00
Radarr/NzbDrone.Backbone/AddSeries/RootFolders/RootFolderTemplate.html

9 lines
395 B
HTML
Raw Normal View History

2013-02-26 04:54:58 +01:00
<div class="tab-pane row" id="root-dir">
<div class="input-prepend input-append nz-input-large x-path span10">
2013-01-24 21:48:44 +01:00
<i class="add-on icon-folder-open"></i>
2013-02-26 04:54:58 +01: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 21:48:44 +01:00
</div>
2013-02-21 05:47:06 +01:00
<div class="span12 result-list" id="current-dirs" />
2013-01-24 21:48:44 +01:00
</div>