Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert committed May 6, 2017
1 parent 47a41c4 commit 4d441d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/views/order-status/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

<div class="box-content">

<?php Pjax::begin(); ?>

<?= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
Expand Down Expand Up @@ -88,7 +86,6 @@
],
]); ?>

<?php Pjax::end(); ?>
<div class="row">
<?= Html::a(Html::tag('i', '', ['class' => 'fa fa-user-plus']) .
Yii::t('cart', 'Create status'), ['save', 'languageId' => Language::getCurrent()->id], ['class' => 'btn btn-primary btn-xs m-r-xs pull-right']);
Expand Down

0 comments on commit 4d441d7

Please sign in to comment.