mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 00:51:16 +01:00
move help text, fix button alignment
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"select-category": "Select Category",
|
||||
"set-parent-category": "Set Parent Category",
|
||||
|
||||
"privileges.description": "You can configure the access control privileges for portions of the site in this section. Privileges can be granted on a per-user or a per-group basis. Select the domain of effect from the dropdown below.",
|
||||
"privileges.description": "You can configure the access control privileges for portions of the site in this section. Privileges can be granted on a per-user or a per-group basis.",
|
||||
"privileges.category-selector": "Configuring privileges for ",
|
||||
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.",
|
||||
"privileges.section-viewing": "Viewing Privileges",
|
||||
|
||||
@@ -17,14 +17,16 @@
|
||||
<div class="col-12">
|
||||
<form role="form" class="category">
|
||||
<div class="">
|
||||
<p>
|
||||
<div class="lead mb-3 d-flex gap-2 align-items-center">
|
||||
[[admin/manage/categories:privileges.category-selector]]
|
||||
|
||||
<!-- IMPORT admin/partials/category/selector-dropdown-left.tpl -->
|
||||
</div>
|
||||
<p class="text-sm text-secondary">
|
||||
[[admin/manage/categories:privileges.description]]
|
||||
</p>
|
||||
|
||||
<div class="lead mb-3">
|
||||
[[admin/manage/categories:privileges.category-selector]]
|
||||
<!-- IMPORT admin/partials/category/selector-dropdown-left.tpl -->
|
||||
</div>
|
||||
<hr/>
|
||||
|
||||
<div class="privilege-table-container">
|
||||
{{{ if cid }}}
|
||||
|
||||
Reference in New Issue
Block a user