Bug #15213 » class.mod_user_task.php.diff
typo3/sysext/taskcenter/task/class.mod_user_task.php 2005-11-19 12:39:17.000000000 +0100 | ||
---|---|---|
* @return string code that inserts the iframe (HTML)
|
||
*/
|
||
function urlInIframe($url,$max=0) {
|
||
return '<iframe onload="resizeIframe(this,'.$max.');" scrolling="auto" width="100%" src="'.$url.'" name="list_frame" frameborder="no" style="border: none;"></iframe>';
|
||
return '<iframe onload="resizeIframe(this,'.$max.');" scrolling="auto" width="100%" src="'.$url.'" name="task_list_frame" frameborder="no" style="border: none;"></iframe>';
|
||
}
|
||