From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 22 Sep 2006 18:22:40 -0000 Subject: [Cluster-devel] conga/luci/homebase form-macros homebase_common.js Message-ID: <20060922182240.19400.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 2006-09-22 18:22:39 Modified files: luci/homebase : form-macros homebase_common.js Log message: try to keep browers from asking to remember passwords Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&r1=1.10&r2=1.11 --- conga/luci/homebase/form-macros 2006/09/05 21:25:45 1.35 +++ conga/luci/homebase/form-macros 2006/09/22 18:22:39 1.36 @@ -1,7 +1,7 @@ - $Id: form-macros,v 1.35 2006/09/05 21:25:45 rmccabe Exp $ + $Id: form-macros,v 1.36 2006/09/22 18:22:39 rmccabe Exp $ @@ -13,9 +13,9 @@ -!########################### -# ENTRY FORM # -############################ +!############################ +# ENTRY FORM # +############################# @@ -29,9 +29,9 @@ -!########################### -# USER DELETE FORM # -############################ +!############################ +# USER DELETE FORM # +#############################
@@ -85,9 +85,9 @@ -!########################### -# USER ADD FORM # -############################ +!############################ +# USER ADD FORM # +############################# @@ -117,13 +117,17 @@ Password - + Confirm Password - + + + @@ -144,9 +148,9 @@ -!########################### -# PERMISSIONS FORM # -############################ +!############################ +# PERMISSIONS FORM # +############################# @@ -254,9 +258,9 @@ -!########################### -# SYSTEM DELETE FORM # -############################ +!############################ +# SYSTEM DELETE FORM # +############################# @@ -361,9 +365,9 @@ -!########################### -# SYSTEM ADD FORM # -############################ +!############################ +# SYSTEM ADD FORM # +############################# @@ -417,10 +421,14 @@ - + - + @@ -436,9 +444,9 @@ -!########################### -# CLUSTER ADD FORM # -############################ +!############################ +# CLUSTER ADD FORM # +############################# @@ -586,10 +594,13 @@ - + - + --- conga/luci/homebase/homebase_common.js 2006/09/14 21:24:25 1.10 +++ conga/luci/homebase/homebase_common.js 2006/09/22 18:22:39 1.11 @@ -141,6 +141,7 @@ newsysp.setAttribute('id', '__SYSTEM' + num_systems + ':Passwd'); newsysp.setAttribute('type', 'password'); newsysp.setAttribute('value', ''); + newsysp.setAttribute('autocomplete', 'off'); var allSameCB = document.getElementById('allSameCheckBox'); if (allSameCB && allSameCB.checked) {