1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 08:36:41 +02:00

Remove some leftover references to nickserv/access.

This commit is contained in:
Sadie Powell
2024-03-26 13:40:53 +00:00
parent f8605ec188
commit f58012ea0e
6 changed files with 9 additions and 9 deletions
@@ -10,7 +10,7 @@
{IF EQ ACCESS_LIST YES}
{IF EXISTS ACCESSES}
<table id="tableNSAccess" class="table table-hover">
<table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Mask</th>
@@ -10,7 +10,7 @@
{IF EQ AKICK YES}
{IF EXISTS MASKS}
<table id="tableNSAccess" class="table table-hover">
<table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Mask</th>
@@ -15,7 +15,7 @@
<br>
{IF EXISTS MASKS}
<table id="tableNSAccess" class="table table-hover">
<table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Mask</th>
@@ -8,7 +8,7 @@
{END FOR}
{IF EXISTS CERTS}
<table id="tableNSAccess" class="table table-hover">
<table id="tableAccess" class="table table-hover">
<tbody>
{FOR CERT IN CERTS}
<tr>
@@ -20,7 +20,7 @@
{IF EXISTS AKILLS}
<em>{AKILLS}</em>
{ELSE}
<table id="tableNSAccess" class="table table-hover">
<table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Number</th>
+4 -4
View File
@@ -108,18 +108,18 @@ h4 {
font-weight: normal;
}
#tableNSAccess td {
#tableAccess td {
vertical-align: middle;
}
#tableNSAccess td:first-child {
#tableAccess td:first-child {
padding-right: 10px;
text-align: left;
}
#tableNSAccess td:last-child {
#tableAccess td:last-child {
padding-right: 10px;
text-align: right;
}
#tableNSAccess th small {
#tableAccess th small {
font-weight: normal;
}