add reception global word listener,allow delete transactions, allow delete account_state

This commit is contained in:
2015-12-31 15:42:28 +01:00
parent f59eadd8cc
commit 0b58f628ed
13 changed files with 178 additions and 9 deletions

View File

@@ -1,13 +1,29 @@
<?php
use frontend\components\AccountStateBanknoteCountWidget;
use yii\base\Widget;
use yii\helpers\Html;
use yii\helpers\Url;
?>
<?php
echo AccountStateBanknoteCountWidget::widget([
'model' => $model,
'index' => $index
]);
if ( $index == 0){
?>
<div class="row">
<div class="col-md-12 text-right">
<?php ?>
</div>
</div>
<?php
}
?>