hat bissl gedauert, aber das thema ist und bleibt aktuell
Code:
temp.print = COA
temp.print {
10 = IMAGE
10.file = fileadmin/xxx/media/drucken_btn.gif
stdWrap.typolink.parameter.dataWrap = 1,{TSFE:id}
stdWrap.typolink.parameter.addQueryString = 1
stdWrap.wrap = <li>|</li>
stdWrap.typolink.no_cache = 1
stdWrap.typolink.ATagParams = target = _blank
stdWrap.typolink.parameter.cObject = COA
stdWrap.typolink.parameter.cObject {
10 = TEXT
10.data = page:uid
10.wrap = index.php?id=|
10.required = 1
20 = TEXT
20.value = &no_cache=1
30 = TEXT
30.value = &type=98
}
}
und hier der code fuer das pdf
Code:
temp.pdf = COA
temp.pdf {
10 = IMAGE
10.file = fileadmin/xxx/media/pdf_btn.gif
stdWrap.wrap = <li>|</li>
stdWrap.typolink.no_cache = 1
stdWrap.typolink.ATagParams = target = _blank
stdWrap.typolink.parameter.cObject = COA
stdWrap.typolink.parameter.cObject {
10 = TEXT
10.data = page:uid
10.wrap = index.php?id=|
10.required = 1
20 = TEXT
20.value = &no_cache=1
30 = TEXT
30.value = &type=123
}
}
problem ist, dass alle parameter wie 510.html?&tx_wfqbe_pi1[uid]=121 gekappt werden ... was die sache sinnlos macht.