From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 30 Jun 2006 21:39:52 -0000 Subject: [Cluster-devel] conga/luci homebase/form-macros site/luci/Exte ... Message-ID: <20060630213952.30847.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-06-30 21:39:51 Modified files: luci/homebase : form-macros luci/site/luci/Extensions: homebase_adapters.py Log message: fix blank page homebase bug Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.9&r2=1.10 --- conga/luci/homebase/form-macros 2006/06/30 18:06:10 1.25 +++ conga/luci/homebase/form-macros 2006/06/30 21:39:51 1.26 @@ -1,7 +1,7 @@ - $Id: form-macros,v 1.25 2006/06/30 18:06:10 rmccabe Exp $ + $Id: form-macros,v 1.26 2006/06/30 21:39:51 rmccabe Exp $ @@ -67,10 +67,12 @@ + tal:attributes="value request/form/pagetype | request/pagetype | nothing" /> +
@@ -129,10 +131,12 @@ + tal:attributes="value request/form/pagetype | request/pagetype | nothing" /> +
@@ -180,13 +184,15 @@ + + tal:attributes="value request/form/pagetype | request/pagetype | nothing" />
-