I would like to have a place where users or registrants can go to view their pending reservations. For the last 5 years I have been using the user panel "change reservation" function to allow members to see what they have registered for and all of the options they selected.
a bunch of language file changes and
I hack the file /components/com_dtregister/templates/default/views/user/edit.php and remove the lines around 69 to about 72 that have this code at the bottom of this post.
Ithe file location changed when you added a couple of template options or some other change and I dont want to continue hacking files as I appreciate raw options and limited default templates
<div id="dtnav_buttons" style="clear:both">
<input type="button" class="button" value="<?php echo JText::( 'DT_BACK' ); ?>" onclick="javascript:history.back();" /> <input type="submit" id="next" name="saveuser" class="button" value="<?php echo JText::( 'DT_NEXT_BUTTON' );?>" />
</div>