Re-organized buttons on series index

This commit is contained in:
Mark McDowall 2014-02-03 13:49:46 -08:00
parent 9da0263eb5
commit 9a43ab9b94
1 changed files with 7 additions and 10 deletions

View File

@ -301,12 +301,12 @@ define(
return;
}
var rightButtons = [
this.viewButtons
];
this.toolbar.show(new ToolbarLayout({
right : rightButtons,
right :
[
this.sortingOptions,
this.viewButtons
],
left :
[
this.leftSideButtons
@ -315,12 +315,9 @@ define(
}));
this.toolbar2.show(new ToolbarLayout({
right : [
this.filteringOptions
],
left :
right :
[
this.sortingOptions
this.filteringOptions
],
context: this
}));