Added spanish translation and some fixes for rails 2.3.2

This commit is contained in:
Emilio Blanco 2011-03-24 21:06:13 -03:00
parent 631a4c864f
commit f35db925c2
11 changed files with 26 additions and 1009 deletions

View file

@ -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