I've a button that creates new document based on a template - but I can't find the template in the content type...
<a class="n" href="#" OnClick="CoreInvoke('createNewDocumentWithRedirect2',event,'http:\u002f\u002fteam\u002fRGM\u002fAll documents\u002fForms\u002fmeet\u002fRGMMeeting.docx', 'http:\u002f\u002fteam\u002fRGM\u002fAll documents\u002fMeeting', 'SharePoint.OpenDocuments', false, 'http://portal/_layouts/CreateNewDocument.aspx?id=http://portal/All documents/Forms/New%20Word%20Document/meet/Meet.docx', true, 1); return false;" title="Create new">
If I open fiddler
http://portal/All%20documents/Forms/meet/Meeting.docx - but that doesn't exist...
can someone help me how I can find the document template?