1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-31 11:24:23 +02:00
Sonarr/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html

25 lines
791 B
HTML
Raw Normal View History

<div class="unmapped-folder-view">
<div class="text-center">
<h2>
<icon class="icon-folder-open"></icon>
{{folder.path}}
</h2>
2013-05-25 18:19:03 -07:00
</div>
<div class="row x-search-bar" style="display: none;">
<div class="folder-header span11">
<div class="input-prepend">
2013-06-18 23:33:16 -07:00
<i class="add-on icon-search"/>
<input class="x-txt-search input-xlarge" type="text" value="{{folder.name}}" placeholder="{{folder.name}}">
</div>
2013-02-25 19:54:58 -08:00
<div class="btn btn-primary x-btn-search pull-right">
2013-05-22 23:25:58 -07:00
<icon class="icon-search"></icon>
</div>
</div>
2013-01-31 14:40:51 -08:00
</div>
<div class="row">
<div class="x-folder-name-match-results folder-name-matches"/>
</div>
2013-06-18 23:33:16 -07:00
</div>