Open Media Library
This commit is contained in:
commit
2ee2bc178a
228 changed files with 85988 additions and 0 deletions
26
static/js/filtersInnerPanel.js
Normal file
26
static/js/filtersInnerPanel.js
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
'use strict';
|
||||
|
||||
oml.ui.filtersInnerPanel = function() {
|
||||
|
||||
var filterSizes = oml.getFilterSizes(),
|
||||
|
||||
that = Ox.SplitPanel({
|
||||
elements: [
|
||||
{
|
||||
element: oml.$ui.filters[1],
|
||||
size: filterSizes[1]
|
||||
},
|
||||
{
|
||||
element: oml.$ui.filters[2]
|
||||
},
|
||||
{
|
||||
element: oml.$ui.filters[3],
|
||||
size: filterSizes[3]
|
||||
}
|
||||
],
|
||||
orientation: 'horizontal'
|
||||
});
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue