From efb1a03c53f455772c3d0fc4207d148458050b41 Mon Sep 17 00:00:00 2001 From: master3395 Date: Tue, 20 Jan 2026 01:09:43 +0100 Subject: [PATCH] Add Plugin Development Guide button next to Plugin Store - Add help button next to CyberPanel Plugin Store button - Links to /plugins/help/ (Plugin Development Guide) - Helps users understand how to work with plugins - Button appears in both view toggle sections (with and without plugins) - Styled consistently with other view toggle buttons --- pluginHolder/templates/pluginHolder/plugins.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pluginHolder/templates/pluginHolder/plugins.html b/pluginHolder/templates/pluginHolder/plugins.html index a3505507c..f1f885e86 100644 --- a/pluginHolder/templates/pluginHolder/plugins.html +++ b/pluginHolder/templates/pluginHolder/plugins.html @@ -805,6 +805,10 @@ {% trans "CyberPanel Plugin Store" %} + + + {% trans "Plugin Development Guide" %} + @@ -1007,6 +1011,10 @@ {% trans "CyberPanel Plugin Store" %} + + + {% trans "Plugin Development Guide" %} +