add new web client sidebar
This commit is contained in:
parent
be0861a1ee
commit
3e1c78d345
21 changed files with 201 additions and 99 deletions
|
@ -10,6 +10,9 @@
|
|||
</div>
|
||||
<div data-role="content">
|
||||
<div class="viewSettings">
|
||||
|
||||
<h1 style="margin: 0 1em 0 0; display: inline-block; vertical-align: middle;">${HeaderCollections}</h1>
|
||||
|
||||
<div class="viewControls" data-role="controlgroup" data-type="horizontal">
|
||||
<button data-mini="true" data-icon="sort" data-inline="true" data-iconpos="notext" title="${ButtonSort}" onclick="$('#sortPanel', $(this).parents('.page')).panel( 'toggle' );">${ButtonSort}</button>
|
||||
<button data-mini="true" data-icon="filter" data-inline="true" data-iconpos="notext" title="${ButtonFilter}" onclick="$('#filterPanel', $(this).parents('.page')).panel( 'toggle' );">${ButtonFilter}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue