add reception global word listener,allow delete transactions, allow delete account_state
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user