mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix setting nm left_header to a none existing template in infolog index
This commit is contained in:
parent
6a561ee678
commit
ffb1159851
@ -84,7 +84,7 @@ app.classes.infolog = AppJS.extend(
|
||||
nm.set_header_left('infolog.index.dates');
|
||||
break;
|
||||
default:
|
||||
nm.set_header_left('infolog.index.header_left');
|
||||
nm.set_header_left();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -159,7 +159,7 @@
|
||||
<description align="center" id="msg" no_lang="1" span="all" class="message"/>
|
||||
</row>
|
||||
<row disabled="1">
|
||||
<template id="header_left"/>
|
||||
<template id="dates"/>
|
||||
<template id="header_right"/>
|
||||
</row>
|
||||
<row>
|
||||
|
Loading…
Reference in New Issue
Block a user