X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=dc0f9196756592cfab1e61f07476db328a0076dc;hb=7da60a63d558b60db4a8423536fcce9b5eed31d5;hp=44dbdfbb07a520de9f18fb1f7c3c388c9cb1f521;hpb=7e0d8ab5193132af6f509854d4cc816b6ffcf039;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 44dbdfbb07..dc0f919675 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -24732,7 +24732,7 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, { this.first = this.navgroup.addItem({ tooltip: this.firstText, cls: "prev", - icon : 'fa fa-backward', + icon : 'fa fa-step-backward', disabled: true, preventDefault: true, listeners : { click : this.onClick.createDelegate(this, ["first"]) } @@ -24741,7 +24741,7 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, { this.prev = this.navgroup.addItem({ tooltip: this.prevText, cls: "prev", - icon : 'fa fa-step-backward', + icon : 'fa fa-backward', disabled: true, preventDefault: true, listeners : { click : this.onClick.createDelegate(this, ["prev"]) } @@ -24769,14 +24769,14 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, { this.next = this.navgroup.addItem({ tooltip: this.nextText, cls: "next", - html : ' ', + html : ' ', disabled: true, preventDefault: true, listeners : { click : this.onClick.createDelegate(this, ["next"]) } }); this.last = this.navgroup.addItem({ tooltip: this.lastText, - icon : 'fa fa-forward', + icon : 'fa fa-step-forward', cls: "next", disabled: true, preventDefault: true,