Roo/bootstrap/PagingToolbar.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 06:01:29 +0000 (14:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 06:01:29 +0000 (14:01 +0800)
Roo/bootstrap/PagingToolbar.js

index b17bc22..4c2db43 100644 (file)
@@ -151,7 +151,7 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, {
         this.next = this.navgroup.addItem({
             tooltip: this.nextText,
             cls: "next",
-            html : this.nextText  + ' <i class="fa fa-step-forward">',
+            html : ' <i class="fa fa-step-forward">',
             disabled: true,
             listeners : { click :  this.onClick.createDelegate(this, ["next"]) }
         });