From c13979e24ba6f0ece10f0ca098791d19da168a68 Mon Sep 17 00:00:00 2001 From: Yarik Date: Fri, 19 Feb 2016 11:36:45 +0200 Subject: [PATCH] test --- common/models/Team.php | 5 +++++ frontend/views/accounts/_team_form.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/common/models/Team.php b/common/models/Team.php index 6443805..becbdef 100644 --- a/common/models/Team.php +++ b/common/models/Team.php @@ -107,6 +107,11 @@ 'default', 'value' => date('Y'), ], + [ + ['link'], + 'default', + 'value' => '', + ], ]; } diff --git a/frontend/views/accounts/_team_form.php b/frontend/views/accounts/_team_form.php index ad5a04e..1780f6b 100644 --- a/frontend/views/accounts/_team_form.php +++ b/frontend/views/accounts/_team_form.php @@ -116,7 +116,7 @@
- 'input-blocks-wrapper button' ]) ?> + isNewRecord?'Добавить':'Обновить', [ 'class' => 'input-blocks-wrapper button' ]) ?>
isNewRecord) { -- libgit2 0.21.4