johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
100 stars 114 forks source link

Different text in BulkButtonWidget #58

Closed andjelko closed 7 years ago

andjelko commented 8 years ago

I add variable in class BulkButtonWidget public $text

and in function

                if(!$this->text) $this->text='<span class="glyphicon glyphicon-arrow-right"></span>&nbsp;&nbsp;With selected&nbsp;&nbsp;';
        $content = '<div class="pull-left">'.
                   $this->text.
                   $this->buttons.
                   '</div>';