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
ffdb531c674ad4f46cfaf04a832484a370bf784b
Authored by
Alexey Boroda
2016-12-05 00:15:46 +0200
1 parent
e04f5358
-Order sort
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 @
ffdb531
...
...
@@ -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(
...
...