I've spent some time customizing the look of the DMX TemplateView for an individual instance of the module. I got it to work the way the client wanted. Now they want to add it several other pages, which as far as I can tell means that I have to update the PageTemplate, ItemTemplate, etc... in all instances. Which is fine if I do it, but they want to add it themselves and they don't want to mess with the Template stuff. Is there a way to create a new TemplateView.ascx.resx file that will be used to create the individual instances of PageTemplate, ItemTemplate, etc...
Really what I am asking is there an automated way to take a set of view files already defined and working in a particular module instance and turn them back into a TemplateView.ascx.resx (or another file that can be used as default)? Or do I have to hand modify the TemplateView.ascx.resx to achieve what I am looking for?
Thanks for the help and advise.