PLT-2886 Added name properties to all radio buttons (#3112)

* Removed unused, deprecated system console page

* Added name properties to all radio buttons

* Removed unused english strings from admin console
Этот коммит содержится в:
Harrison Healey
2016-05-26 09:47:41 -04:00
коммит произвёл Joram Wilander
родитель 6fecfcc7ca
Коммит 8a7e1b6dff
8 изменённых файлов: 31 добавлений и 792 удалений

Просмотреть файл

@@ -214,6 +214,7 @@ export default class ThemeSetting extends React.Component {
<label>
<input
type='radio'
name='theme'
checked={!displayCustom}
onChange={this.updateType.bind(this, 'premade')}
/>
@@ -236,6 +237,7 @@ export default class ThemeSetting extends React.Component {
<label>
<input
type='radio'
name='theme'
checked={displayCustom}
onChange={this.updateType.bind(this, 'custom')}
/>