]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
the same for lookup pages
authorValerie Pond <redacted>
Sat, 14 Jan 2023 01:30:54 +0000 (01:30 +0000)
committerValerie Pond <redacted>
Sat, 14 Jan 2023 01:30:54 +0000 (01:30 +0000)
misc/user-lookup-misc.php

index dab428a4e39aa7fe2994d921f73ecb6c568a11af..6e2011b7e4a1c4edc84141283655f7621c0fe1e8 100644 (file)
@@ -4,7 +4,7 @@ function generate_html_whois($user)
 {
     ?>
 
-    <table class="table table-responsive caption-top table-hover">
+    <table class="table-sm table-responsive caption-top table-hover">
         <tbody>
             <tr>
                 <th>Nick</th>
@@ -54,7 +54,7 @@ function generate_html_usersettings($user)
 {
     ?>
 
-    <table class="table table-responsive caption-top table-hover">
+    <table class="table-sm table-responsive caption-top table-hover">
         <tbody>
            <?php
                 for ($i=0; ($mode = (isset($user->user->modes[$i])) ? $user->user->modes[$i] : NULL); $i++)
@@ -66,7 +66,7 @@ function generate_html_usersettings($user)
                             <tr>
                                 <th>Oper</th>
                                 <td>
-                                    <table class="table table-responsive caption-top table-hover">
+                                    <table class="table-sm table-responsive caption-top table-hover">
                                         <tr>
                                             <td>Oper Login</td>
                                             <td><code><?php echo $user->user->operlogin; ?></code></td>
@@ -169,7 +169,7 @@ function generate_html_usersettings($user)
                             <tr>
                                 <th>Secure</th>
                                 <td>
-                                <table class="table table-responsive caption-top table-hover">
+                                <table class="table-sm table-responsive caption-top table-hover">
                                         <tr>
                                             <td>Cipher</td>
                                             <td><code><?php echo $user->tls->cipher; ?></code></td>
@@ -297,7 +297,7 @@ function generate_html_userchannels($user)
 {
     ?>
 
-    <table class="table table-responsive caption-top table-hover table-striped">
+    <table class="table-sm table-responsive caption-top table-hover table-striped">
         <thead class="table-info">
             <th>
                 Channel