Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
fd8edc9a02
|
@ -338,6 +338,7 @@ class ProjectsController < ApplicationController
|
||||||
email = params[:mail]
|
email = params[:mail]
|
||||||
Mailer.send_invite_in_project(email, @project, User.current).deliver
|
Mailer.send_invite_in_project(email, @project, User.current).deliver
|
||||||
@is_zhuce =false
|
@is_zhuce =false
|
||||||
|
flash[:notice] = l(:notice_successful_update)
|
||||||
else
|
else
|
||||||
@is_zhuce = true
|
@is_zhuce = true
|
||||||
end
|
end
|
||||||
|
|
|
@ -101,7 +101,7 @@ a:hover.more{ color:#64bdd9;}
|
||||||
.box_close:hover{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
|
.box_close:hover{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
|
||||||
/*邮件邀请*/
|
/*邮件邀请*/
|
||||||
.box_main{ width:345px; margin:0 auto;padding-left:40px;}
|
.box_main{ width:345px; margin:0 auto;padding-left:40px;}
|
||||||
.box_h3{ color:#15bccf; text-align:center; font-size:16px;}
|
.box_h3{ color:#15bccf; text-align:center; font-size:16px;margin-right:40px;}
|
||||||
.box_p{ color:#404040; margin-bottom:5px;}
|
.box_p{ color:#404040; margin-bottom:5px;}
|
||||||
.fb_item{ color:#919191; border:1px solid #919191; height:28px; margin-bottom:10px; padding-left:5px; width:290px;}
|
.fb_item{ color:#919191; border:1px solid #919191; height:28px; margin-bottom:10px; padding-left:5px; width:290px;}
|
||||||
.icon_addm{ background:url(../images/img_floatbox.png) 0 -33px no-repeat; width:16px; height:16px; display:block; margin:5px 0 0 5px;}
|
.icon_addm{ background:url(../images/img_floatbox.png) 0 -33px no-repeat; width:16px; height:16px; display:block; margin:5px 0 0 5px;}
|
||||||
|
|
Loading…
Reference in New Issue