From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 27 Jul 2006 13:37:01 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions homebase_adapt ... Message-ID: <20060727133701.30794.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: jparsons at sourceware.org 2006-07-27 13:37:01 Modified files: luci/site/luci/Extensions: homebase_adapters.py Log message: Changed title for remove storage system to remove a system Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.18&r2=1.19 --- conga/luci/site/luci/Extensions/homebase_adapters.py 2006/07/26 19:50:40 1.18 +++ conga/luci/site/luci/Extensions/homebase_adapters.py 2006/07/27 13:37:01 1.19 @@ -727,9 +727,9 @@ try: if (havePermRemStorage(self) and havePermRemCluster(self) and (getStorage(self) or getClusters(self))): remSystem = {} - remSystem['Title'] = 'Remove a Storage System' + remSystem['Title'] = 'Remove a Managed System' remSystem['absolute_url'] = url + '?pagetype=' + HOMEBASE_DEL_SYSTEM - remSystem['Description'] = 'Remove a Storage System' + remSystem['Description'] = 'Remove a Managed System' if pagetype == HOMEBASE_DEL_SYSTEM: remSystem['currentItem'] = True ret['curIndex'] = index