FInished add series. need some error handling but mostly on the server.

This commit is contained in:
Keivan Beigi
2013-02-01 19:33:23 -08:00
committed by kay.one
parent 27afb2402a
commit b6a4e6c32c
6 changed files with 116 additions and 20 deletions
@@ -1,8 +1,13 @@
<div class="row unmapped-folder-view">
<div class="span11">
<div class="row folder-header">
{{folder}}
<div class="btn btn-primary x-search pull-right">
<input class="x-txt-search input-xlarge" type="text" value="{{folder}}" placeholder="{{folder}}"></input>
<select class="span2 x-lst-quality-profile">
{{#each quality.models}}
<option value="{{id}}">{{attributes.name}}</option>
{{/each}}
</select>
<div class="btn btn-primary x-btn-search pull-right">
<icon class="icon-search "></icon>
</div>