Mailinglist Archive: yast-commit (1224 mails)

< Previous Next >
[yast-commit] <web-client> backgroud_patches_bnc550934 : disable autocomplete (bnc#554693)
  • From: Jiri Suchomel <jsuchome@xxxxxxx>
  • Date: Thu, 12 Nov 2009 09:43:09 +0100
  • Message-id: <E1NDEzI-0001sV-Ip@xxxxxxxxxxxxxxxx>
ref: refs/heads/backgroud_patches_bnc550934
commit 1a267630d606b7979e929e4835ddc4f85a7817ea
Author: Jiri Suchomel <jsuchome@xxxxxxx>
Date: Thu Nov 12 09:43:09 2009 +0100

disable autocomplete (bnc#554693)
---
.../app/views/administrator/index.html.erb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/administrator/app/views/administrator/index.html.erb
b/plugins/administrator/app/views/administrator/index.html.erb
index 4d27f1e..5e3fba0 100644
--- a/plugins/administrator/app/views/administrator/index.html.erb
+++ b/plugins/administrator/app/views/administrator/index.html.erb
@@ -49,7 +49,7 @@

<% disabled = ! @permissions[:write] %>

- <% form_for(:administrator, @administrator, :url => { :action => "update" },
:html => { :method => :put, :id => "adminForm", :onsubmit =>
"$('#progress').show()" } ) do |f| %>
+ <% form_for(:administrator, @administrator, :url => { :action => "update" },
:html => { :method => :put, :id => "adminForm", :onsubmit =>
"$('#progress').show()", :autocomplete => :off } ) do |f| %>
<%= f.error_messages %>
<fieldset id="password">
<p><label><%=_("Password")%></label>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages