CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2008-04-28 03:58:42
Modified files:
luci/cluster : resource-form-macros
Log message:
Fix so export path shows up when editing an existing netfs resource
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.12&r2=1.21.2.13
--- conga/luci/cluster/resource-form-macros 2008/04/23 17:27:10
1.21.2.12
+++ conga/luci/cluster/resource-form-macros 2008/04/28 03:58:42
1.21.2.13
@@ -758,7 +758,7 @@
<input type="text" size="20" name="exportpath"
tal:attributes="
disabled python: editDisabled;
- value res/attrs/readOnly |
nothing" />
+ value res/attrs/export |
nothing" />
</td>
</tr>