| Name | Size | Mode | Actions |
|---|---|---|---|
| create.php | 533 | 0644 | editdlrm |
| index.php | 6422 | 0644 | editdlrm |
| update.php | 689 | 0644 | editdlrm |
| view.php | 1451 | 0644 | editdlrm |
| _form.php | 5248 | 0644 | editdlrm |
/var/www/vhosts/nabawater/backend/views/ads/view.php (1451B)
= Html::a('Update', ['update', 'id' => $model->ads_id], ['class' => 'btn btn-primary']) ?> = Html::a('Delete', ['delete', 'id' => $model->ads_id], ['class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ],]) ?> status == 0): ?> = Html::a('Publish', ['publish', 'id' => $model->ads_id], ['class' => 'btn btn-success']) ?>
= DetailView::widget([ 'model' => $model, 'attributes' => [ 'ads_id', 'title', 'description:ntext', 'image_path', 'product_id', [ 'attribute' => 'status', 'value' => $model->status ? 'Active' : 'Inactive', ], 'start_date', 'end_date', 'impressions', 'clicks', 'created_at:datetime', 'updated_at:datetime', ], ]) ?>