mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Monotone-Parent: ea11e485c97e8d0b0f84fd388c651a0389f1d026
Monotone-Revision: 4416a6a121b05effe30d1b0cb892a51a23b62257 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-15T18:00:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -56,11 +56,8 @@
|
||||
const:identifier="labels" />
|
||||
|
||||
<var:if condition="isPopup" const:negate="YES"
|
||||
><div id="logConsole"><!-- space --></div>
|
||||
<script type="text/javascript">
|
||||
initQueryParameters();
|
||||
initLogConsole();
|
||||
</script>
|
||||
><var:if condition="context.isUIxDebugEnabled"
|
||||
><div id="logConsole"><!-- space --></div></var:if>
|
||||
|
||||
<div class="linkbanner">
|
||||
<a var:href="relativeHomePath"
|
||||
@@ -74,9 +71,11 @@
|
||||
<a href="http://to.be.done/"
|
||||
><var:string label:value="Right Administration" /></a> |
|
||||
<a var:href="logoffPath"
|
||||
><var:string label:value="Logoff" /></a> |
|
||||
<a href="#" onclick="toggleLogConsole();"
|
||||
><var:string label:value="Log Console (dev.)" /></a>
|
||||
><var:string label:value="Logoff" /></a>
|
||||
<var:if condition="context.isUIxDebugEnabled"
|
||||
>| <a href="#" onclick="toggleLogConsole();"
|
||||
><var:string label:value="Log Console (dev.)" /></a
|
||||
></var:if>
|
||||
</div>
|
||||
</var:if
|
||||
|
||||
|
||||
Reference in New Issue
Block a user