mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Let the framework takes care of domId
This commit is contained in:
parent
03adbcb97a
commit
dd95002b8b
@ -1018,8 +1018,6 @@ class infolog_ui
|
||||
else
|
||||
{
|
||||
$values['css'] = '<style type="text/css">@import url('.$GLOBALS['egw_info']['server']['webserver_url'].'/infolog/templates/default/app.css);'."</style>";
|
||||
// Avoid DOM conflicts
|
||||
$this->tmpl->set_dom_id("{$this->tmpl->name}-$action-$action_id");
|
||||
}
|
||||
// add scrollbar to long description, if user choose so in his prefs
|
||||
if ($this->prefs['limit_des_lines'] > 0 || (string)$this->prefs['limit_des_lines'] == '')
|
||||
|
Loading…
Reference in New Issue
Block a user