From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 22 Dec 2006 17:18:42 -0000 Subject: [Cluster-devel] conga/luci/cluster form-macros Message-ID: <20061222171842.6216.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: kupcevic at sourceware.org 2006-12-22 17:18:42 Modified files: luci/cluster : form-macros Log message: luci: cluster.conf editor: size textarea to fit content Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.137&r2=1.138 --- conga/luci/cluster/form-macros 2006/12/21 21:26:20 1.137 +++ conga/luci/cluster/form-macros 2006/12/22 17:18:42 1.138 @@ -3879,8 +3879,8 @@ tal:define="ret python: here.process_cluster_conf_editor(request)"> + tal:attributes="rows python: len(ret['cluster_conf'].splitlines()) + 8" + tal:content="structure ret/cluster_conf">