Added spanish translation and some fixes for rails 2.3.2
This commit is contained in:
parent
631a4c864f
commit
f35db925c2
11 changed files with 26 additions and 1009 deletions
|
@ -58,7 +58,7 @@ class ContactsController < ApplicationController
|
|||
def add_from_mail
|
||||
cstr = params['cstr']
|
||||
retmsg = params['retmsg']
|
||||
@session["return_to"] = url_for(:controller=>'/webmail/webmail',
|
||||
session["return_to"] = url_for(:controller=>'/webmail/webmail',
|
||||
:action=>'folders',
|
||||
:msg_id=>retmsg)
|
||||
# parse string
|
||||
|
@ -106,7 +106,7 @@ class ContactsController < ApplicationController
|
|||
@groups[g.id] = 0
|
||||
}
|
||||
end
|
||||
render :action => "add"
|
||||
render :action => "new"
|
||||
end
|
||||
|
||||
def import_preview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue