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
This commit is contained in:
master3395
2026-01-20 01:09:43 +01:00
parent 8cfe946397
commit efb1a03c53

View File

@@ -805,6 +805,10 @@
<i class="fas fa-store"></i>
{% trans "CyberPanel Plugin Store" %}
</button>
<a href="/plugins/help/" class="view-btn" style="text-decoration: none;">
<i class="fas fa-book"></i>
{% trans "Plugin Development Guide" %}
</a>
</div>
<!-- Grid View -->
@@ -1007,6 +1011,10 @@
<i class="fas fa-store"></i>
{% trans "CyberPanel Plugin Store" %}
</button>
<a href="/plugins/help/" class="view-btn" style="text-decoration: none;">
<i class="fas fa-book"></i>
{% trans "Plugin Development Guide" %}
</a>
</div>
<!-- CyberPanel Plugin Store (always available) -->