diff --git a/pluginHolder/templates/pluginHolder/plugins.html b/pluginHolder/templates/pluginHolder/plugins.html index 7978e2f24..089569bc6 100644 --- a/pluginHolder/templates/pluginHolder/plugins.html +++ b/pluginHolder/templates/pluginHolder/plugins.html @@ -206,32 +206,6 @@ border: 1px solid #ffeaa7; } - /* NEW and Stale badges */ - .plugin-status-badge { - display: inline-block; - padding: 3px 8px; - border-radius: 4px; - font-size: 11px; - font-weight: 600; - text-transform: uppercase; - margin-left: 8px; - vertical-align: middle; - cursor: help; - position: relative; - } - - .plugin-status-badge.new { - background: #ffc107; - color: #000; - box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.3); - } - - .plugin-status-badge.stale { - background: #dc3545; - color: white; - box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.3); - } - .paid-badge { display: inline-block; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); @@ -654,62 +628,6 @@ border-color: #5856d6; } - /* Store Search Styles */ - .store-search-container { - padding: 15px; - background: var(--bg-secondary, #f8f9ff); - border-radius: 8px; - margin-bottom: 20px; - } - - .store-search-wrapper { - position: relative; - } - - .store-search-input { - width: 100%; - padding: 12px 15px 12px 45px; - border: 2px solid #e8e9ff; - border-radius: 8px; - font-size: 14px; - transition: all 0.3s ease; - background: white; - color: var(--text-primary, #2f3640); - } - - .store-search-input:focus { - outline: none; - border-color: #5856d6; - box-shadow: 0 0 0 3px rgba(88, 86, 214, 0.1); - } - - .store-search-input::placeholder { - color: #94a3b8; - } - - .clear-search-btn { - display: none; - position: absolute; - right: 10px; - top: 50%; - transform: translateY(-50%); - background: none; - border: none; - color: #64748b; - cursor: pointer; - padding: 5px; - font-size: 14px; - transition: color 0.2s; - } - - .clear-search-btn:hover { - color: #dc3545; - } - - .clear-search-btn.visible { - display: block; - } - .store-table-wrapper { overflow-x: auto; background: var(--bg-primary, white); @@ -982,36 +900,40 @@
{% trans "List of installed plugins on your CyberPanel" %}
{% trans "List of installed plugins on your CyberPanel" %}
- {% if plugins %} -| {% trans "Icon" %} | {% trans "Plugin Name" %} | {% trans "Version" %} | -{% trans "Pricing" %} | {% trans "Modify Date" %} | {% trans "Status" %} | {% trans "Action" %} | @@ -1204,30 +1083,11 @@
|---|---|---|---|---|---|---|
|
-
- {% if plugin.type == "Security" %}
-
- {% elif plugin.type == "Performance" %}
-
- {% elif plugin.type == "Utility" %}
-
- {% elif plugin.type == "Backup" %}
-
- {% else %}
-
- {% endif %}
-
- |
{{ plugin.name }} - {% if plugin.is_new|default:False %} NEW{% endif %} - {% if plugin.is_stale|default:False %} STALE{% endif %} | {{ plugin.version }} - | -
{% if plugin.is_paid|default:False|default_if_none:False %}
{% trans "Paid" %}
{% else %}
@@ -1310,6 +1170,26 @@
{% trans "No Plugins Installed" %}{% trans "You haven't installed any plugins yet. Plugins extend CyberPanel's functionality with additional features." %} + + + {% endif %} @@ -1349,27 +1229,16 @@ - -
-
-
-
-
-
-
-
-
-
- {% for letter in "ABCDEFGHIJKLMNOPQRSTUVWXYZ" %}
-
- {% endfor %}
-
-
-
+
+
+ {% for letter in "ABCDEFGHIJKLMNOPQRSTUVWXYZ" %}
+
+ {% endfor %}
+
+
+
|