Hello Peter,
If you copy:
/components/com_jevents/views/your_jevents_theme/icalevent/tmpl/detail_body.php
And you should see some commented out code like:
/*
if(!($mask & MASK_BACKTOLIST)) { ?>
<p align="center">
<a href="javascript:window.history.go(-1);" class="jev_back btn" title="<?php echo JText::_('JEV_BACK'); ?>"><?php echo JText::_('JEV_BACK'); ?></a>
</p>
<?php
}
*/
Remove the /* and */ from the start and end. Then place this in:
/templates/your_template/html/com_jevents/your_jevents_theme/icalevent/detail_body.php
and create any folders needed. This will add the Javascript back button.
Many thanks
Tony