Improved labeling for the account info.

This commit is contained in:
Paul van Tilburg 2011-11-11 17:17:26 +01:00
parent 5e5a9dc13c
commit e0dd602c4e
1 changed files with 2 additions and 2 deletions

View File

@ -1555,8 +1555,8 @@ module StopTime::Views
li { _form_input_with_label("Web address", "website", :text) }
li { _form_input_with_label("Chamber number", "chamber", :text) }
li { _form_input_with_label("VAT number", "vatno", :text) }
li { _form_input_with_label("Account name", "accountname", :text) }
li { _form_input_with_label("Account number", "accountno", :text) }
li { _form_input_with_label("Bank account name", "accountname", :text) }
li { _form_input_with_label("Bank account number", "accountno", :text) }
end
input :type => "submit", :name => "update", :value => "Update"
input :type => :reset, :name => "reset", :value => "Reset"