More restrictions due to authorization system
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
{$node->ip}
|
||||
</td>
|
||||
<td align="right">
|
||||
{if $suser_edit}
|
||||
<a href="nodeedit.php?node_id={$node->id}"><img src="image.php?icon=edit" alt="{$lang_node_edit}"></a>
|
||||
{/if}
|
||||
{if $suser_del}
|
||||
<a href="nodedel.php?node_id={$node->id}"><img src="image.php?icon=delete" alt="{$lang_node_del}"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user