mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
set noclick, to keep the editor away from the internal template
This commit is contained in:
parent
0f3a8137e6
commit
dd07be3040
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user