From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/homebase form-macros
Date: 5 Jun 2007 17:59:03 -0000 [thread overview]
Message-ID: <20070605175903.18616.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL4
Changes by: rmccabe at sourceware.org 2007-06-05 17:59:03
Modified files:
luci/homebase : form-macros
Log message:
Fix for users not showing up on the user permissions page
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.55.2.1&r2=1.55.2.2
--- conga/luci/homebase/form-macros 2007/02/09 18:32:03 1.55.2.1
+++ conga/luci/homebase/form-macros 2007/06/05 17:59:03 1.55.2.2
@@ -199,7 +199,7 @@
<span tal:condition="python:perms" tal:content="string:Select a User" /><br/>
<select tal:omit-tag="python: not perms" class="homebase" name="userList" onChange="document.location = this.form.baseURL.value + '&user=' + this.form.userList.options[this.form.userList.selectedIndex].text">
- <tal:block tal:define="userlist python: perms.keys().sort()">
+ <tal:block tal:define="userlist python: perms">
<tal:block tal:repeat="user userlist">
<option class="homebase"
tal:content="python:user"
next reply other threads:[~2007-06-05 17:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-05 17:59 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-01-29 20:43 [Cluster-devel] conga/luci/homebase form-macros rmccabe
2007-01-24 19:59 rmccabe
2006-11-01 21:29 rmccabe
2006-10-16 15:35 rmccabe
2006-10-16 15:32 rmccabe
2006-10-16 15:30 rmccabe
2006-07-25 17:47 rmccabe
2006-07-25 17:46 rmccabe
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=20070605175903.18616.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).