mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user