[Xfce4-commits] <moka:master> Small fix in password recover dialog.

Nick Schermer noreply at xfce.org
Sun Nov 20 14:30:50 CET 2011


Updating branch refs/heads/master
         to 016554900a7d9958f7426e3952ebf76363ff48ec (commit)
       from d09198e74a0fc14874e5cb569f8d56feee4595f4 (commit)

commit 016554900a7d9958f7426e3952ebf76363ff48ec
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 15 23:13:27 2011 +0200

    Small fix in password recover dialog.

 lib/views/login_forgot.haml |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/lib/views/login_forgot.haml b/lib/views/login_forgot.haml
index 452d275..9ee4500 100755
--- a/lib/views/login_forgot.haml
+++ b/lib/views/login_forgot.haml
@@ -11,15 +11,16 @@
     To change your password, enter a new password twice:
   - if env[:error][:newpassword]
     %p.error.quote #{env[:error][:newpassword]}
-  %form{:method => "post"}
-    %p
-      %label{:for => "newpassword"} New password:
-      %input{:type => "password", :id => "newpassword", :name => "newpassword"}
-    %p
-      %label{:for => "newpassword2"} Confirm new password:
-      %input{:type => "password", :id => "newpassword2", :name => "newpassword2"}
-    %p
-      %input{:type => "submit", :value => "Submit"}
+  %fieldset
+    %form{:method => "post"}
+      %p
+        %label{:for => "newpassword"} New password:
+        %input{:type => "password", :id => "newpassword", :name => "newpassword"}
+      %p
+        %label{:for => "newpassword2"} Confirm new password:
+        %input{:type => "password", :id => "newpassword2", :name => "newpassword2"}
+      %p.quote
+        %input{:type => "submit", :value => "Submit"}
 
 - elsif env[:step].eql? "invalid"
   %p
@@ -33,7 +34,7 @@
   %p
     %a{:href => "/" } Home
 
-- elsif env[:step].eql? "deleted"
+- elsif env[:step].eql? "complete"
   %p
     Your password has been changed.
   %p


More information about the Xfce4-commits mailing list