diff --git a/frontend/views/accounts/_vacancy_form.php b/frontend/views/accounts/_vacancy_form.php index 8e54aa4..e9d17c0 100644 --- a/frontend/views/accounts/_vacancy_form.php +++ b/frontend/views/accounts/_vacancy_form.php @@ -17,19 +17,42 @@ $this->params[ 'breadcrumbs' ][] = $this->title; ?>
title ?>
- +
Редактирование:
-field($vacancy, 'name') - ->textInput() ?> +
+
+ field($vacancy, 'name') + ->textInput (['class'=> 'custom-input-2']); ?> +
+
+ + + +
+
+ field($vacancy, 'link') + ->textInput (['class'=> 'custom-input-2']); ?> +
+
+ +
+
+ field($vacancy, 'user_name') + ->textInput (['class'=> 'custom-input-2']); ?> + Вы +
+
-field($vacancy, 'link') - ->textInput() ?> +
+
+ сюда нужен инпут телефон -field($vacancy, 'user_name') - ->textInput() ?> + Ваш +
+
@@ -50,18 +73,41 @@ ], ]); ?> + Ваш +
+
+
+
+ field($vacancy, 'employmentInput') + ->checkboxList($employment, + [ + 'item' => function($index, $label, $name, $checked, $value) { + $return = '
'; + $return .= ''; + $return .= ''; + $return .= '
'; + return $return; + } + ] + ) ?>
-field($vacancy, 'employmentInput') - ->checkboxList($employment) ?> +
+
+
+ 'requirements', 'item_id' => $vacancy->vacancy_id, 'model' => 'common\models\Vacancy', 'language' => 'ru', + ] + ); ?> +
+
+
- 'requirements', 'item_id' => $vacancy->vacancy_id, 'model' => 'common\models\Vacancy', 'language' => 'ru', - ] -); ?>
field($vacancy, 'description')->widget(CKEditor::className()) ?> -- libgit2 0.21.4