From d3712f03785f2d7cf9c49ee4f1f7fe3106517fab Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 7 Oct 2022 00:54:25 -0700 Subject: [PATCH] correct class names in javascript --- .../templates/userpage_admintools_lower.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/templates/userpage_admintools_lower.html b/files/templates/userpage_admintools_lower.html index 2972d3906..73965e92f 100644 --- a/files/templates/userpage_admintools_lower.html +++ b/files/templates/userpage_admintools_lower.html @@ -1,6 +1,6 @@ {% macro userAdminToolsLower(deviceType) -%} {% if v and v.id != u.id and v.admin_level >= PERMS['USER_MODERATION_TOOLS_VISIBLE'] %} -
+


{% if v.admin_level >= PERMS['USER_TITLE_CHANGE'] %}
@@ -35,13 +35,13 @@
- +
- +
{% endif %}

@@ -56,12 +56,12 @@
 				{% else %}
 					
- +
- - + +
- +
{% endif %}

@@ -74,11 +74,11 @@
 				    
 				
 				

-				Disable Chud Theme
+				Disable Chud Theme
 			{% endif %}
             {% if v.admin_level >= PERMS['USER_BAN'] %}
-                Mute
-                Unmute
+                Mute
+                Unmute
                 

             {% endif %}
             {% if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}
@@ -96,8 +96,8 @@
 			{% endif %}
             {% if FEATURES['COUNTRY_CLUB'] and v and v.admin_level >= PERMS['USER_CLUB_ALLOW_BAN'] %}
                 

-                
-                
+                
+                
             {% endif %}
         
{% endif %}