Skip to content

Commit

Permalink
bu
Browse files Browse the repository at this point in the history
  • Loading branch information
刘俊涛 committed Mar 1, 2017
1 parent d0f6ffd commit 7c71013
Show file tree
Hide file tree
Showing 41 changed files with 8 additions and 5,805 deletions.
112 changes: 0 additions & 112 deletions backend/controllers/AttachmentController.php

This file was deleted.

3 changes: 2 additions & 1 deletion backend/views/article/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use yii\helpers\Html;
use common\models\Category;
use common\helpers\Tree;
use common\modules\attachment\widgets\SingleWidget;

/* @var $this yii\web\View */
/* @var $model common\models\Article */
Expand Down Expand Up @@ -47,7 +48,7 @@
'pluginOptions' => ['autoclose' => true]
]
) ?>
<?= $form->field($model, 'cover')->widget(\common\widgets\upload\SingleWidget::className()) ?>
<?= $form->field($model, 'cover')->widget(SingleWidget::className()) ?>

<?= $form->field($model, 'is_top')->checkbox() ?>

Expand Down
38 changes: 0 additions & 38 deletions backend/views/attachment/_info.php

This file was deleted.

10 changes: 0 additions & 10 deletions backend/views/attachment/_update_audio.php

This file was deleted.

11 changes: 0 additions & 11 deletions backend/views/attachment/_update_document.php

This file was deleted.

73 changes: 0 additions & 73 deletions backend/views/attachment/_update_image.php

This file was deleted.

12 changes: 0 additions & 12 deletions backend/views/attachment/_update_video.php

This file was deleted.

68 changes: 0 additions & 68 deletions backend/views/attachment/index.php

This file was deleted.

Loading

0 comments on commit 7c71013

Please sign in to comment.