mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-10 01:23:04 +01:00
refactor: move to saas plugin
This commit is contained in:
@@ -54,6 +54,5 @@
|
||||
|
||||
"license.title": "Plugin License Information",
|
||||
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
|
||||
"license.cta": "Do you wish to continue with activating this plugin?",
|
||||
"starter-plan-warning": "Plugins page is disabled on \"Starter\" plans, if you wish to upgrade your plan please contact us at <a href=\"mailto:support@nodebb.org\">support@nodebb.org</a>"
|
||||
"license.cta": "Do you wish to continue with activating this plugin?"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
{{{ if isStarterPlan}}}
|
||||
<div class="px-lg-4">
|
||||
<div class="alert alert-warning">
|
||||
[[admin/extend/plugins:starter-plan-warning]]
|
||||
</div>
|
||||
</div>
|
||||
{{{ end }}}
|
||||
|
||||
<div class="d-flex flex-column gap-2 px-lg-4 {{{ if isStarterPlan }}}opacity-75 pe-none{{{ end }}}">
|
||||
<div class="d-flex border-bottom py-2 m-0 sticky-top acp-page-main-header align-items-center justify-content-between flex-wrap gap-2">
|
||||
<div class="">
|
||||
|
||||
Reference in New Issue
Block a user