set noclick, to keep the editor away from the internal template

This commit is contained in:
Ralf Becker 2005-06-16 20:55:51 +00:00
parent 0f3a8137e6
commit dd07be3040

View File

@ -66,6 +66,9 @@
break;
}
$tpl =& new etemplate('resources.resource_selectbox');
// keep the editor away from the generated tmpls
$tpl->no_onclick = true;
if ($value)
{
foreach(ExecMethod('resources.bo_resources.get_calendar_info',$value) as $data)