From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/plone-custom main_template
Date: 2 Aug 2006 19:14:15 -0000 [thread overview]
Message-ID: <20060802191415.23415.qmail@sourceware.org> (raw)
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">
reply other threads:[~2006-08-02 19:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060802191415.23415.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.