annotate app/views/admin/_no_data.rhtml @ 596:fcff84e1c1ce
feature_36
In the remote call now only passing the id of the form's object, instead of the complete name of the object.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Tue, 16 Aug 2011 11:47:30 +0100 |
parents |
513646585e45 |
children |
|
rev |
line source |
Chris@0
|
1 <div class="nodata">
|
Chris@0
|
2 <% form_tag({:action => 'default_configuration'}) do %>
|
Chris@0
|
3 <%= simple_format(l(:text_no_configuration_data)) %>
|
Chris@0
|
4 <p><%= l(:field_language) %>:
|
Chris@0
|
5 <%= select_tag 'lang', options_for_select(lang_options_for_select(false), current_language.to_s) %>
|
Chris@0
|
6 <%= submit_tag l(:text_load_default_configuration) %></p>
|
Chris@0
|
7 <% end %>
|
Chris@0
|
8 </div>
|