wip on trust lists
This commit is contained in:
@@ -32,7 +32,7 @@ function updateDiv(name, list) {
|
||||
html += "<td>" + list[i].user + "</td>"
|
||||
html += "<td>" + list[i].reason + "</td>" // maybe in <pre>
|
||||
html += "<td>" + list[i].status + "</td>"
|
||||
html += "</tr">
|
||||
html += "</tr>"
|
||||
}
|
||||
|
||||
document.getElementById(name).innerHTML = html
|
||||
|
||||
@@ -30,7 +30,7 @@ String pagetitle="Trust Lists";
|
||||
<div id="table-wrapper">
|
||||
<div id="table-scroll">
|
||||
<center><div id="currentList"></div></center>
|
||||
<thead><tr><th>Trusted</th><th>Distrusted></th></tr></thead>
|
||||
<thead><tr><th>Trusted</th><th>Distrusted</th></tr></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><div id="trusted"></div></td>
|
||||
|
||||
Reference in New Issue
Block a user