From 51ca23d7b492b8ec0e75177ad904176433f44607 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 30 Dec 2016 12:47:53 +0200 Subject: [PATCH] Migration --- frontend/views/cabinet/_update_form.php | 4 ---- frontend/views/cabinet/index.php | 18 +++--------------- frontend/views/cabinet/sales.php | 20 +------------------- 3 files changed, 4 insertions(+), 38 deletions(-) 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 @@ registration_date ?> genre ?> author_role ?> - percent ?> - calculated ?> - 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 @@ ?> title ?> - name ?> + part ?> code ?> iri ?> @@ -246,10 +232,6 @@ ?> field($addRole, 'name'); - ?> - - field($addRole, 'part'); ?> -- libgit2 0.21.4