mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +00:00
3638d85314
started adding support for a global tool bar.
18 lines
725 B
HTML
18 lines
725 B
HTML
<div class="btn-group">
|
|
{{#commands}}
|
|
<a class="btn" href="{{target}}" data-target="0">
|
|
<i class="{{icon}}"/>
|
|
{{title}}
|
|
</a>
|
|
{{/commands}}
|
|
</div>
|
|
<div class="pull-right">
|
|
<div class="btn-group">
|
|
<a class="btn x-series-change-view x-series-show-table" href="#" title="Table" data-target="0"><i class="icon-table"></i></a>
|
|
<a class="btn x-series-change-view x-series-show-list" href="#" title="List" data-target="1"><i class="icon-list"></i></a>
|
|
</div>
|
|
</div>
|
|
|
|
<!--replace this with padding-->
|
|
<br/>
|
|
<br/>
|