mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-29 18:59:04 +01:00
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:
@@ -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) -->
|
||||
|
||||
Reference in New Issue
Block a user