Posted by Michele
2017-05-16

I do not understand what I have to do. You would make me a practical example.
I mean. . . You would see me practically in what line I need to enter your queues. Grazielle
Thank you
Posted by Tom
2017-05-16

For starters, put this code in one of templates (web/staff/tpl.(table-name).search.inc.php)
<?php

if ( $this->sys->isAdmin() ) {
echo "Only admin can see this message!";
}

?>
If you are logged in as an administrator you will see the message. If you are a non-admin, then you won't.