]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
make table headers blue again
authorValerie Pond <redacted>
Fri, 28 Apr 2023 23:37:42 +0000 (00:37 +0100)
committerValerie Pond <redacted>
Fri, 28 Apr 2023 23:37:42 +0000 (00:37 +0100)
channels/index.php
logs/index.php
server-bans/index.php
servers/index.php
users/index.php

index 2d086397f64462c4d28b8ec31324d75456d5a907..e08e9891b79b01fcfbfa60a7e9844909edb5d6e5 100644 (file)
@@ -15,7 +15,7 @@ if (!empty($_POST))
 
 <!-- The channel list -->
 <table id="data_list" class="table-striped display responsive nowrap" style="width:100%">
-<thead>
+<thead class="table-primary">
        <th scope="col">Name</th>
        <th scope="col">Users</th>
        <th scope="col">Modes</th>
@@ -79,7 +79,7 @@ function show_channel(e)
        /* For all the other columns we show the view screen */
        var data = data_list_table.row(e).data();
        channel = data['Name'];
-       window.location = '<?php echo get_config('base_url'); ?>channels/details.php?chan=' +
+       window.location = '<?php echo get_config('base_url'); ?>/channels/details.php?chan=' +
                          encodeURIComponent(channel);
        // not working: still expands on mobile: e.stopImmediatePropagation();
        return true;
index d0aeaba11284978fe95a9aa83a785a555a3100d6..928c98e4c5678eab7e194dcc88106373d2d22c29 100644 (file)
@@ -7,7 +7,7 @@ require_once "../inc/header.php";
        <!-- The log table -->
        <form method="post">
        <table id="data_list" class="table-striped display nowrap" style="width:100%">
-       <thead>
+       <thead class="table-primary">
                <th scope="col">Time</th>
                <th scope="col">Level</th>
                <th scope="col">Subsystem</th>
index b9a9b7ca39e7371f2d6e6ffd90722256bf5feba5..a83205de1e8fd31bf118ca7834c6bc7b23efc996 100644 (file)
@@ -159,7 +159,7 @@ Add Ban</div></p></table>
        <!-- The banlist table -->
        <form method="post">
        <table id="data_list" class="table-striped display responsive nowrap" style="width:100%">
-       <thead>
+       <thead class="table-primary">
                <th scope="col"><input type="checkbox" label='selectall' onClick="toggle_tkl(this)" /></th>
                <th scope="col">Mask</th>
                <th scope="col">Type</th>
index bca59bfaccbb38f89c2fdfe3ba067db58faea43b..c3283378baecb56a549a338887bbba24c2aefbeb 100644 (file)
@@ -97,7 +97,7 @@ Click on a server name to view more information.
        
        
        <table class="container-xxl table table-sm table-responsive caption-top table-striped">
-       <thead>
+       <thead class="table-primary">
                <th scope="col"><h5>Filter:</h5></th>
                <form action="" method="post">
                <th scope="col" colspan="2">Name: <input name="sf_name" type="text" class="short-form-control">
index e9572de940b81a599eb0ae888bbec636301893cb..4512c1b6e18e6a456c160aec0011306fc3445f53 100644 (file)
@@ -89,7 +89,7 @@ Click on a username to view more information.
 
        <!-- The user list -->
        <table id="data_list" class="table-striped display responsive nowrap" style="width:100%">
-       <thead>
+       <thead class="table-primary">
                <th scope="col"><input type="checkbox" label='selectall' onClick="toggle_user(this)" /></th>
                <th scope="col">Nick</th>
                <th class="countrycol" scope="col">Country</th>