You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prowlarr/UI/AddSeries/New/AddNewSeriesTemplate.html

12 lines
425 B

<div class="tab-pane" id="add-new">
12 years ago
<div class="row">
<div class="input-prepend nz-input-large search span11">
<i class="add-on icon-search"></i>
<input type="text" class="input-block-level" placeholder="Start typing the name of series you want to add ...">
</div>
</div>
<div class="row">
12 years ago
<div id="search-result" class="result-list span12" />
</div>
</div>