Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e04f5358be28e5ee564f71950742d3dedbae7f20
Authored by
Alexey Boroda
2016-12-05 00:04:46 +0200
1 parent
41349ad2
-Category form fix
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
views/category/_form.php
Inline
Side-by-side
views/category/_form.php
Wrap text
Show/Hide comments
View file @
e04f535
...
...
@@ -39,9 +39,9 @@
39
39
)
40
40
->label(Yii::t('product', 'Parent category')) ?>
41
41
42
- <?php
43
- echo $form->field($model, 'sort');
44
- ?>
42
+<!-- --><?php
43
+// echo $form->field($model, 'sort');
44
+// ?>
45
45
46
46
<?= $form->field($model, 'image')
47
47
->widget(
...
...