mirror of
https://github.com/Radarr/Radarr
synced 2026-05-04 20:40:50 +02:00
41 lines
1.8 KiB
Handlebars
41 lines
1.8 KiB
Handlebars
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="close">×</button>
|
|
<h3>Select folder</h3>
|
|
</div>
|
|
<div class="modal-body root-folders-modal">
|
|
<div class="validation-errors"></div>
|
|
<div class="alert alert-info">
|
|
Enter the path that contains some or all of your movies, you will be able to choose which movies you want to import.
|
|
<button type="button" class="close" data-dismiss="alert" aria-label="close">×</button>
|
|
</div>
|
|
<div class="row">
|
|
<div class="form-group">
|
|
<div class="col-md-12">
|
|
<div class="input-group">
|
|
<span class="input-group-addon">
|
|
<i class="icon-sonarr-folder-open" title="Browse folder path."></i>
|
|
</span>
|
|
<input class="form-control x-path" type="text" validation-name="path" placeholder="Enter the path to the folder that contains your movies.">
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-success x-add">
|
|
<i class="icon-sonarr-ok" title="Add folder path."></i>
|
|
</button>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row root-folders">
|
|
<div class="col-md-12">
|
|
{{#if items}}
|
|
<h4>Recent folders</h4>
|
|
{{/if}}
|
|
<div id="current-dirs" class="root-folders-list"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class="btn" data-dismiss="modal">Close</button>
|
|
</div>
|
|
</div>
|