mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
added support for multi-button groups to toolbar
This commit is contained in:
parent
7ae9e79540
commit
19732ba31a
14 changed files with 115 additions and 49 deletions
8
UI/Shared/Toolbar/ToolbarLayoutTemplate.html
Normal file
8
UI/Shared/Toolbar/ToolbarLayoutTemplate.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="pull-left page-toolbar">
|
||||
<div class="x-toolbar-left-1 btn-group"/>
|
||||
<div class="x-toolbar-left-2 btn-group"/>
|
||||
</div>
|
||||
<div class="pull-right page-toolbar">
|
||||
<div class="x-toolbar-right-1 btn-group"/>
|
||||
<div class="x-toolbar-right-2 btn-group"/>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue