Commit f729189c777419750cd287a638ce738c85066cf3

Authored by Administrator
1 parent 8ac2f37e

add Vitaliy's widgets

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/accounts/general.php
... ... @@ -77,8 +77,8 @@
77 77 [1 => 'Частное лицо', 2 => 'Компания'],
78 78 [
79 79 'item' => function($index, $label, $name, $checked, $value) {
80   - $return = '<label>';
81   - $return .= '<input type="radio" name="' . $name . '" value="' . $value . '" '.($checked ? "checked" :"").' >';
  80 + $return = '<input type="radio" name="' . $name . '" value="' . $value . '" '.($checked ? "checked" :"").' >';
  81 + $return .= '<label>';
82 82 $return .= '<span></span>' . ucwords($label);
83 83 $return .= '</label>';
84 84  
... ...