* [Cluster-devel] conga/luci/plone-custom main_template
@ 2006-08-02 19:14 rmccabe
0 siblings, 0 replies; only message in thread
From: rmccabe @ 2006-08-02 19:14 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2006-08-02 19:14:14
Modified files:
luci/plone-custom: main_template
Log message:
remove "you are now now logged in" from the logged out page
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/main_template.diff?cvsroot=cluster&r1=1.3&r2=1.4
--- conga/luci/plone-custom/main_template 2006/08/02 19:02:13 1.3
+++ conga/luci/plone-custom/main_template 2006/08/02 19:14:14 1.4
@@ -8,6 +8,8 @@
tal:attributes="lang language;
xml:lang language">
+ <!-- hello! -->
+
<head metal:use-macro="here/header/macros/html_header">
<metal:fillbase fill-slot="base">
@@ -55,8 +57,9 @@
The portal logo, linked to the portal root
</a>
- <div tal:condition="not: here/portal_membership/isAnonymousUser"
- metal:use-macro="here/global_sections/macros/portal_tabs" />
+ <div tal:condition="not: isAnon" tal:omit-tag="">
+ <div metal:use-macro="here/global_sections/macros/portal_tabs" />
+ </div>
</div>
<div metal:use-macro="here/global_personalbar/macros/personal_bar">
@@ -115,8 +118,8 @@
<a name="documentContent"></a>
- <div metal:use-macro="here/global_statusmessage/macros/portal_message">
- Portal status message
+ <div tal:omit-tag="" tal:condition="not: isAnon">
+ <div metal:use-macro="here/global_statusmessage/macros/portal_message" />
</div>
<metal:header metal:define-slot="header" tal:content="nothing">
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-02 19:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 19:14 [Cluster-devel] conga/luci/plone-custom main_template rmccabe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.