|
|
|
@ -96,7 +96,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
|
|
|
|
|
warningTitle: BI.i18nText("BI-Current_Is_First_Page"), |
|
|
|
|
height: 22, |
|
|
|
|
width: 22, |
|
|
|
|
cls: "bi-border direction-pager-prev column-pre-page-h-font" |
|
|
|
|
cls: "bi-border bi-border-radius direction-pager-prev column-pre-page-h-font" |
|
|
|
|
}, |
|
|
|
|
next: { |
|
|
|
|
type: "bi.icon_button", |
|
|
|
@ -105,7 +105,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
|
|
|
|
|
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"), |
|
|
|
|
height: 22, |
|
|
|
|
width: 22, |
|
|
|
|
cls: "bi-border direction-pager-next column-next-page-h-font" |
|
|
|
|
cls: "bi-border bi-border-radius direction-pager-next column-next-page-h-font" |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
hasPrev: v.hasPrev, |
|
|
|
|