|
|
|
@ -2,7 +2,15 @@
|
|
|
|
|
|
|
|
|
|
<div id="user_form">
|
|
|
|
|
<!--[form:user]-->
|
|
|
|
|
<div class="splitcontentleft">
|
|
|
|
|
<div class="splitcontent">
|
|
|
|
|
<fieldset class="box">
|
|
|
|
|
<legend><%= l(:label_my_photo)%></legend>
|
|
|
|
|
<div>
|
|
|
|
|
<!--upload profiles-->
|
|
|
|
|
<%= render :partial=> "avatar/avatar_form", :locals=>{source:@user} %>
|
|
|
|
|
<!--upload-->
|
|
|
|
|
</div>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset class="box tabular">
|
|
|
|
|
<legend><%=l(:label_information_plural)%></legend>
|
|
|
|
|
<p><%= f.text_field :login, :required => true, :size => 25 %></p>
|
|
|
|
@ -33,9 +41,7 @@
|
|
|
|
|
<p><%= f.password_field :password_confirmation, :required => true, :size => 25 %></p>
|
|
|
|
|
</div>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="splitcontentright">
|
|
|
|
|
<fieldset class="box">
|
|
|
|
|
<legend><%=l(:field_mail_notification)%></legend>
|
|
|
|
|
<%= render :partial => 'users/mail_notifications' %>
|
|
|
|
|