Please could you point my in the direction where and what to change in the code so that only admins can see the delete button in events.
Version 1.5.1
Many thanks
Graham
Please could you point my in the direction where and what to change in the code so that only admins can see the delete button in events.
Version 1.5.1
Many thanks
Graham
<li><a href="{$editArray.delete.url}" class="ow_mild_red" onclick="return confirm('{$editArray.delete.confirmMessage}');">{$editArray.delete.label}</a></li>
from the base_view.html file but the delete button still shows, any ideas?