Posted by Michele
2017-05-20

Thank you Tom, I solved with your info here as I did:

<? Php
If ($ this-&gt; sys-&gt; isAdmin ()) {
Echo 'Only admin can see this message!';
<? Php include (INC_SR_TOP_BAR);
}
>;
The 'Add / new' and 'delete' buttons are hidden if not admin.
Posted by Tom
2017-05-21

Great!