From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 29 Jan 2007 20:43:29 -0000 Subject: [Cluster-devel] conga/luci/homebase form-macros Message-ID: <20070129204329.21419.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 2007-01-29 20:43:29 Modified files: luci/homebase : form-macros Log message: bz225206 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.54&r2=1.55 --- conga/luci/homebase/form-macros 2007/01/24 20:21:32 1.54 +++ conga/luci/homebase/form-macros 2007/01/29 20:43:29 1.55 @@ -223,7 +223,7 @@ tal:define="global num_clusters python:num_clusters + 1" tal:attributes=" checked python:perms[curUser]['cluster'][c] and 'checked' or None; - name python:'__CLUSTER:' + cfname; + name python:'__CLUSTER:X___' + cfname; id python:'__CLUSTER' + str(num_clusters); value python: c" /> @@ -239,7 +239,7 @@ tal:define="global num_systems python:num_systems + 1" tal:attributes=" checked python:perms[curUser]['storage'][s] and 'checked' or None; - name python:'__SYSTEM:' + here.strFilter('[^0-9A-Za-z_-]', '_', s); + name python:'__SYSTEM:X___' + here.strFilter('[^0-9A-Za-z_-]', '_', s); id python:'__SYSTEM' + str(num_systems); value python:s" /> @@ -504,13 +504,13 @@ @@ -525,13 +525,13 @@ + tal:attributes="name python:'__SYSTEM:X___' + sfname" />