Просмотр исходного кода

add new heading for dropdown buttons

kaoritokashiki 6 лет назад
Родитель
Сommit
2ce452fadf

+ 1 - 0
resource/locales/en-US/translation.json

@@ -117,6 +117,7 @@
   "always_displayed": "Always displayed",
   "always_hidden": "Always hidden",
   "displayed_or_hidden": "Displayed / Hidden",
+  "ppage_access_and_delete_rights": "Page access ・ Delete rights",
   "Reselect the group": "Reselect the group",
   "Shareable link": "Shareable link",
   "The whitelist of registration permission E-mail address": "The whitelist of registration permission E-mail address",

+ 1 - 0
resource/locales/ja/translation.json

@@ -116,6 +116,7 @@
   "always_displayed": "表示 (固定)",
   "always_hidden": "非表示 (固定)",
   "displayed_or_hidden": "表示 / 非表示",
+  "page_access_and_delete_rights": "ページの観覧・削除権限",
   "Reselect the group": "グループの再選択",
   "Shareable link": "このページの共有用URL",
   "The whitelist of registration permission E-mail address": "登録許可メールアドレスの<br>ホワイトリスト",

+ 2 - 2
src/client/js/components/Admin/Security/SecuritySetting.jsx

@@ -61,7 +61,7 @@ class SecuritySetting extends React.Component {
         <h4 className="mt-4">
           { t('page_list_and_search_results') }
         </h4>
-        <table className="table table-bordered col-lg-9">
+        <table className="table table-bordered col-lg-9 mb-5">
           <thead>
             <tr>
               <th scope="col">{ t('scope_of_page_disclosure') }</th>
@@ -113,7 +113,7 @@ class SecuritySetting extends React.Component {
             </tr>
           </tbody>
         </table>
-
+        <h4>{t('page_access_and_delete_rights')}</h4>
         <div className="row mb-4">
           <div className="col-md-3 text-md-right py-2">
             <strong>{t('security_setting.Guest Users Access')}</strong>