Displaying 3 results from an estimated 3 matches for "loginbg".
Did you mean:
loginb
2006 Jul 24
6
error_messages_for not working
...ty_of :pcode
end
View: index.rhtml
...
<table class="compbox" cellpadding="0" cellspacing="0">
<tr><td class="panelheader">Quick Register!</td></tr>
<tr valign="top" align="left">
<td class="loginbg">
<%= form_tag(:controller => "login", :action => "register_user") %>
<%= error_messages_for(:user) %>
...
Controller: community_controller.rb
def register_user
# begin
@user = User.new(params["user"])
@user.passwd = User.hash_password(para...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...+ovirtserver/public/css/style.css
+ovirtserver/public/images/contentbg.png
+ovirtserver/public/images/error.png
+ovirtserver/public/images/header_inner2.png
+ovirtserver/public/images/headerbg.png
+ovirtserver/public/images/info.png
+ovirtserver/public/images/inputbg.png
+ovirtserver/public/images/loginbg.png
+ovirtserver/public/images/loginbottombg.png
+ovirtserver/public/images/loginheader-left.png
+ovirtserver/public/images/loginheader-right.png
+ovirtserver/public/images/menu-item-actibg-first.png
+ovirtserver/public/images/menu-item-actibg.png
+ovirtserver/public/images/menu-item-border.png
+ov...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...-ovirtserver/public/css/style.css
-ovirtserver/public/images/contentbg.png
-ovirtserver/public/images/error.png
-ovirtserver/public/images/header_inner2.png
-ovirtserver/public/images/headerbg.png
-ovirtserver/public/images/info.png
-ovirtserver/public/images/inputbg.png
-ovirtserver/public/images/loginbg.png
-ovirtserver/public/images/loginbottombg.png
-ovirtserver/public/images/loginheader-left.png
-ovirtserver/public/images/loginheader-right.png
-ovirtserver/public/images/menu-item-actibg-first.png
-ovirtserver/public/images/menu-item-actibg.png
-ovirtserver/public/images/menu-item-border.png
-ov...