Commit 51ca23d7b492b8ec0e75177ad904176433f44607
1 parent
6f32e126
Migration
Showing
3 changed files
with
4 additions
and
38 deletions
Show diff stats
frontend/views/cabinet/_update_form.php
frontend/views/cabinet/index.php
... | ... | @@ -72,9 +72,9 @@ |
72 | 72 | <td><?= $row->registration_date ?></td> |
73 | 73 | <td><?= $row->genre ?></td> |
74 | 74 | <td><?= $row->author_role ?></td> |
75 | - <td><?= $row->percent ?></td> | |
76 | - <td><?= $row->calculated ?></td> | |
77 | - <td><?= $row->play_count ?></td> | |
75 | + <td></td> | |
76 | + <td></td> | |
77 | + <td></td> | |
78 | 78 | </tr> |
79 | 79 | <?php |
80 | 80 | $i++; |
... | ... | @@ -126,18 +126,6 @@ |
126 | 126 | <?php |
127 | 127 | echo $form->field($addIntProp, 'author_role'); |
128 | 128 | ?> |
129 | - | |
130 | - <?php | |
131 | - echo $form->field($addIntProp, 'percent'); | |
132 | - ?> | |
133 | - | |
134 | - <?php | |
135 | - echo $form->field($addIntProp, 'calculated'); | |
136 | - ?> | |
137 | - | |
138 | - <?php | |
139 | - echo $form->field($addIntProp, 'play_count'); | |
140 | - ?> | |
141 | 129 | |
142 | 130 | </div> |
143 | 131 | <div class="modal-footer btn-submit-blue"> | ... | ... |
frontend/views/cabinet/sales.php
... | ... | @@ -97,20 +97,6 @@ |
97 | 97 | <?php |
98 | 98 | echo $form->field( |
99 | 99 | $property, |
100 | - 'percent', | |
101 | - [ | |
102 | - 'options' => [ | |
103 | - 'class' => 'input-wrapp-320', | |
104 | - ], | |
105 | - ] | |
106 | - ) | |
107 | - ->textInput(); | |
108 | - ?> | |
109 | - </div> | |
110 | - <div class="style"> | |
111 | - <?php | |
112 | - echo $form->field( | |
113 | - $property, | |
114 | 100 | 'registration_date', |
115 | 101 | [ |
116 | 102 | 'options' => [ |
... | ... | @@ -188,7 +174,7 @@ |
188 | 174 | ?> |
189 | 175 | <tr> |
190 | 176 | <td><?= $row->title ?></td> |
191 | - <td><?= $row->name ?></td> | |
177 | + <td></td> | |
192 | 178 | <td><?= $row->part ?></td> |
193 | 179 | <td><?= $row->code ?></td> |
194 | 180 | <td><?= $row->iri ?></td> |
... | ... | @@ -246,10 +232,6 @@ |
246 | 232 | ?> |
247 | 233 | |
248 | 234 | <?php |
249 | - echo $form->field($addRole, 'name'); | |
250 | - ?> | |
251 | - | |
252 | - <?php | |
253 | 235 | echo $form->field($addRole, 'part'); |
254 | 236 | ?> |
255 | 237 | ... | ... |