|
@@ -45,9 +45,9 @@ class BasicInfoSettings extends React.Component {
|
|
|
return (
|
|
return (
|
|
|
<Fragment>
|
|
<Fragment>
|
|
|
|
|
|
|
|
- <div className="row mb-3">
|
|
|
|
|
|
|
+ <div className="row form-group mb-3">
|
|
|
<label htmlFor="userForm[name]" className="col-sm-4 text-right">{t('Name')}</label>
|
|
<label htmlFor="userForm[name]" className="col-sm-4 text-right">{t('Name')}</label>
|
|
|
- <div className="col-sm-6 text-left">
|
|
|
|
|
|
|
+ <div className="col-sm-4 text-left">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
|
type="text"
|
|
type="text"
|
|
@@ -58,9 +58,9 @@ class BasicInfoSettings extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div className="row mb-3">
|
|
|
|
|
|
|
+ <div className="row form-group mb-3">
|
|
|
<label htmlFor="userForm[email]" className="col-sm-4 text-right">{t('Email')}</label>
|
|
<label htmlFor="userForm[email]" className="col-sm-4 text-right">{t('Email')}</label>
|
|
|
- <div className="col-sm-6 text-left">
|
|
|
|
|
|
|
+ <div className="col-sm-4 text-left">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
|
type="text"
|
|
type="text"
|
|
@@ -95,7 +95,7 @@ class BasicInfoSettings extends React.Component {
|
|
|
/>
|
|
/>
|
|
|
<label className="custom-control-label" htmlFor="radioEmailShow">{t('Show')}</label>
|
|
<label className="custom-control-label" htmlFor="radioEmailShow">{t('Show')}</label>
|
|
|
</div>
|
|
</div>
|
|
|
- <div className="custom-control custom-radio custom-control-inlinee">
|
|
|
|
|
|
|
+ <div className="custom-control custom-radio custom-control-inline">
|
|
|
<input
|
|
<input
|
|
|
type="radio"
|
|
type="radio"
|
|
|
id="radioEmailHide"
|
|
id="radioEmailHide"
|
|
@@ -110,9 +110,9 @@ class BasicInfoSettings extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-3">
|
|
<div className="row mb-3">
|
|
|
- <label className="col-sm-4 text-right">{t('Language')}</label>
|
|
|
|
|
|
|
+ <label className="col-sm-4 col-form-label text-right">{t('Language')}</label>
|
|
|
<div className="col-6">
|
|
<div className="col-6">
|
|
|
- <div className="custom-control custom-radio custom-control-inlinee">
|
|
|
|
|
|
|
+ <div className="custom-control custom-radio custom-control-inline">
|
|
|
<input
|
|
<input
|
|
|
type="radio"
|
|
type="radio"
|
|
|
id="radioLangEn"
|
|
id="radioLangEn"
|
|
@@ -123,7 +123,7 @@ class BasicInfoSettings extends React.Component {
|
|
|
/>
|
|
/>
|
|
|
<label className="custom-control-label" htmlFor="radioLangEn">{t('English')}</label>
|
|
<label className="custom-control-label" htmlFor="radioLangEn">{t('English')}</label>
|
|
|
</div>
|
|
</div>
|
|
|
- <div className="custom-control custom-radio custom-control-inlinee">
|
|
|
|
|
|
|
+ <div className="custom-control custom-radio custom-control-inline">
|
|
|
<input
|
|
<input
|
|
|
type="radio"
|
|
type="radio"
|
|
|
id="radioLangJa"
|
|
id="radioLangJa"
|
|
@@ -138,7 +138,7 @@ class BasicInfoSettings extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row my-3">
|
|
<div className="row my-3">
|
|
|
- <div className="col-xs-offset-4 col-xs-5">
|
|
|
|
|
|
|
+ <div className="offset-4 col-5">
|
|
|
<button type="button" className="btn btn-primary" onClick={this.onClickSubmit} disabled={personalContainer.state.retrieveError != null}>
|
|
<button type="button" className="btn btn-primary" onClick={this.onClickSubmit} disabled={personalContainer.state.retrieveError != null}>
|
|
|
{t('Update')}
|
|
{t('Update')}
|
|
|
</button>
|
|
</button>
|