Hi
Would it be easy to create a UserGroup called 'ViewOnly'
And then in viewticket.inc.php
basically hide this if the user is a member of 'ViewOnly':
<div align="left" style="padding 0 10px 0;">
<input class="button" type='submit' value='Post Reply' />
<input class="button" type='reset' value='Reset' />
<input class="button" type='button' value='Cancel' onClick='window.location.href="view.php"' />
</div>
How would I do that ? Thanks :)