|
|
|
@ -6,10 +6,7 @@
|
|
|
|
|
<h3 style="padding-left: 10px;"><%= l(:label_my_account)%></h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= labelled_form_for :user, @user,
|
|
|
|
|
:url => { :action => "account" },
|
|
|
|
|
:html => { :id => 'my_account_form',
|
|
|
|
|
:method => :post } do |f| %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<fieldset class="box" style="margin:10px;">
|
|
|
|
|
<fieldset class="collapsible collapsed" style="width:800px;margin-left: 10px;">
|
|
|
|
@ -22,6 +19,10 @@
|
|
|
|
|
<!--upload-->
|
|
|
|
|
</div>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<%= labelled_form_for :user, @user,
|
|
|
|
|
:url => { :action => "account" },
|
|
|
|
|
:html => { :id => 'my_account_form',
|
|
|
|
|
:method => :post } do |f| %>
|
|
|
|
|
<fieldset class="collapsible collapsed" style="width:800px;margin-left: 10px;">
|
|
|
|
|
<legend onclick="toggleFieldset(this);">
|
|
|
|
|
<%= l(:label_information_plural)%>
|
|
|
|
|