Monotone-Parent: 9483490685d99a6fa4597aa836db1eb5ae1d290b

Monotone-Revision: bf564e0891d80423226b26b83ed9a1ba7983bff5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-02T22:04:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-02 22:04:27 +00:00
parent b6b4959130
commit 73f0da74ff
2 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,8 @@
2006-11-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Templates/UIxPageFrame.wox: the logConsole is created only on
non-popup pages.
* UI/SOGoUI/SOGoAptFormatter.m: added code to handle the display
of events in the day boxes of the calendar's monthly view.

View File

@@ -53,15 +53,14 @@
var:framework="productFrameworkName"
const:identifier="labels" />
<div id="logConsole">
</div>
<script type="text/javascript">
initQueryParameters();
initLogConsole();
</script>
<var:if condition="isPopup" const:negate="YES"
><div class="linkbanner">
><div id="logConsole"><!-- space --></div>
<script type="text/javascript">
initQueryParameters();
initLogConsole();
</script>
<div class="linkbanner">
<a var:href="relativeHomePath"
><var:string label:value="Home" /></a> |
<a var:href="relativeCalendarPath"