@@ -77,11 +57,12 @@
[1 => 'Частное лицо', 2 => 'Компания'],
[
'item' => function($index, $label, $name, $checked, $value) {
- $return = '
';
+ $return = '
';
+ $return .= '';
$return .= '';
-
+ $return .= '
';
return $return;
}
]
@@ -90,56 +71,85 @@
-
+
+
- = $form->field ($user, 'lastname')
- ->label ('Фамилия')
- ->textInput ();
- ?>
+
+
+
+
+
+
= $form->field ($user_info, 'busy')
->label ('Статус')
->radioList ([0 => 'Свободен', 1 => 'Занят']);
@@ -169,7 +179,11 @@
'name' => 'Загрузить постер'
]);
?>
- = Html::submitButton('Обновить', ['class' => 'btn btn-primary']);
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 9b6cbd9..2a51e7e 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -5105,6 +5105,7 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last-
.form-group{margin-bottom: 0}
.border-general {
border-bottom: 1px solid #dbdbdb;
+ padding-bottom: 27px;
}
.general-check-wr {padding-top: 20px}
.general-check-left {
@@ -5127,9 +5128,18 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last-
vertical-align: middle;
height: 19px;
}
-
+.general-check input.custom-check + label span {margin-top: 4px;}
.gen-admin-title {
font-size: 18px;
color: inherit;
}
-.general-who-title {margin-top: 49px}
\ No newline at end of file
+.general-who-title {margin-top: 49px}
+.admin-who-check {
+ height: 21px;
+ width: 100%;
+ float: left;
+ margin-top: 4px;
+}
+.admin-who-check input.custom-radio + label span{
+ margin-top: 5px;
+}
--
libgit2 0.21.4