mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
3638d85314
started adding support for a global tool bar.
19 lines
725 B
HTML
19 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/>
|