Roo/bootstrap/PagingToolbar.js
authorjohn <john@roojs.com>
Mon, 15 Oct 2018 07:55:53 +0000 (15:55 +0800)
committerjohn <john@roojs.com>
Mon, 15 Oct 2018 07:55:53 +0000 (15:55 +0800)
Roo/bootstrap/PagingToolbar.js

index fe8b51e..1387882 100644 (file)
@@ -181,14 +181,14 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, {
         this.next = this.navgroup.addItem({
             tooltip: this.nextText,
             cls: "next",
-            html : ' <i class="fa fa-step-forward">',
+            html : ' <i class="fa fa-forward">',
             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,