diff --git a/frontend/views/cabinet/_update_form.php b/frontend/views/cabinet/_update_form.php
index 060cb31..ad440f7 100644
--- a/frontend/views/cabinet/_update_form.php
+++ b/frontend/views/cabinet/_update_form.php
@@ -32,10 +32,6 @@
?>
field($model, 'name');
- ?>
-
- field($model, 'part');
?>
diff --git a/frontend/views/cabinet/index.php b/frontend/views/cabinet/index.php
index cdbbb35..736299f 100755
--- a/frontend/views/cabinet/index.php
+++ b/frontend/views/cabinet/index.php
@@ -72,9 +72,9 @@
= $row->registration_date ?> |
= $row->genre ?> |
= $row->author_role ?> |
- = $row->percent ?> |
- = $row->calculated ?> |
- = $row->play_count ?> |
+ |
+ |
+ |
field($addIntProp, 'author_role');
?>
-
- field($addIntProp, 'percent');
- ?>
-
- field($addIntProp, 'calculated');
- ?>
-
- field($addIntProp, 'play_count');
- ?>
-
- field(
- $property,
'registration_date',
[
'options' => [
@@ -188,7 +174,7 @@
?>
= $row->title ?> |
- = $row->name ?> |
+ |
= $row->part ?> |
= $row->code ?> |
= $row->iri ?> |
@@ -246,10 +232,6 @@
?>
field($addRole, 'name');
- ?>
-
- field($addRole, 'part');
?>
--
libgit2 0.21.4