Can any body help me on this issue?We have two presentation template in presentation folder and also mapped in templating .cfg , these two teamplates are used for two different purpose one for only preview and another for only generation of output page .Can it is possible that when user click on preview button he should not get choices for selecting presentation template? I mean to say no option should come for user for selecting presenation template.I want to do this from GUI of teamsiteAnd i am looking for any configuration or setting in configuration file for this.
# Distinguish generate / prewiew, cfr http://devnet.interwoven.com/site.fcgi/techlib/002411 my $is_preview = (iwpt_get_flag_param('-oprefix') ne '');
Thanks Kaalraawe need two presentation template because for preview we want to see our content the way it should appear on web means complete look and feel of page With some static content like header footer ,navigationsecond one for generatig that specific part of page that we want to managemeans we are including this generated page in particuler html pagethat's why we do not want to give option to user to select presentation tplbecause if he will select generated tpl he can see only a part of page in preview