Implement node flags

This commit is contained in:
2023-03-07 14:56:32 +01:00
parent 78b97c5094
commit bfbdc16036
15 changed files with 200 additions and 38 deletions
+2 -1
View File
@@ -29,7 +29,8 @@
{$lang_ip}
</td>
<td class="value">
<a href="node.php?f=view&id={$node->id}">{$node->ip}</a>
{if $node->deleted}<s>{$node->ip}</s>{else}{$node->ip}{/if}
{if $node->flags}({$node->flags}){/if}
</td>
</tr>
<tr>