|
@@ -37,15 +37,15 @@ const CustomizeFunctionSetting = (props: Props): JSX.Element => {
|
|
|
<div className="row">
|
|
<div className="row">
|
|
|
<div className="col-12">
|
|
<div className="col-12">
|
|
|
<h2 className="admin-setting-header">{t('admin:customize_settings.function')}</h2>
|
|
<h2 className="admin-setting-header">{t('admin:customize_settings.function')}</h2>
|
|
|
- <Card className="card custom-card my-3">
|
|
|
|
|
|
|
+ <Card className="card custom-card bg-body-tertiary my-3">
|
|
|
<CardBody className="px-0 py-2">
|
|
<CardBody className="px-0 py-2">
|
|
|
{t('admin:customize_settings.function_desc')}
|
|
{t('admin:customize_settings.function_desc')}
|
|
|
</CardBody>
|
|
</CardBody>
|
|
|
</Card>
|
|
</Card>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <div className="row">
|
|
|
|
|
- <div className="offset-md-3 col-md-6 text-start">
|
|
|
|
|
|
|
+ <div className="row mt-4">
|
|
|
|
|
+ <div className="offset-md-2 col-md-7 text-start">
|
|
|
<CustomizeFunctionOption
|
|
<CustomizeFunctionOption
|
|
|
optionId="isEnabledAttachTitleHeader"
|
|
optionId="isEnabledAttachTitleHeader"
|
|
|
label={t('admin:customize_settings.function_options.attach_title_header')}
|
|
label={t('admin:customize_settings.function_options.attach_title_header')}
|
|
@@ -89,7 +89,7 @@ const CustomizeFunctionSetting = (props: Props): JSX.Element => {
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<div className="row">
|
|
<div className="row">
|
|
|
- <div className="offset-md-3 col-md-6 text-start">
|
|
|
|
|
|
|
+ <div className="offset-md-2 col-md-7 text-start">
|
|
|
<CustomizeFunctionOption
|
|
<CustomizeFunctionOption
|
|
|
optionId="isEnabledStaleNotification"
|
|
optionId="isEnabledStaleNotification"
|
|
|
label={t('admin:customize_settings.function_options.stale_notification')}
|
|
label={t('admin:customize_settings.function_options.stale_notification')}
|
|
@@ -104,7 +104,7 @@ const CustomizeFunctionSetting = (props: Props): JSX.Element => {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row">
|
|
<div className="row">
|
|
|
- <div className="offset-md-3 col-md-6 text-start">
|
|
|
|
|
|
|
+ <div className="offset-md-2 col-md-7 text-start">
|
|
|
<CustomizeFunctionOption
|
|
<CustomizeFunctionOption
|
|
|
optionId="isAllReplyShown"
|
|
optionId="isAllReplyShown"
|
|
|
label={t('admin:customize_settings.function_options.show_all_reply_comments')}
|
|
label={t('admin:customize_settings.function_options.show_all_reply_comments')}
|
|
@@ -119,7 +119,7 @@ const CustomizeFunctionSetting = (props: Props): JSX.Element => {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row">
|
|
<div className="row">
|
|
|
- <div className="offset-md-3 col-md-6 text-start">
|
|
|
|
|
|
|
+ <div className="offset-md-2 col-md-7 text-start">
|
|
|
<CustomizeFunctionOption
|
|
<CustomizeFunctionOption
|
|
|
optionId="isSearchScopeChildrenAsDefault"
|
|
optionId="isSearchScopeChildrenAsDefault"
|
|
|
label={t('admin:customize_settings.function_options.select_search_scope_children_as_default')}
|
|
label={t('admin:customize_settings.function_options.select_search_scope_children_as_default')}
|