@@ -36,6 +36,7 function removeBlock(block) { | |||||
36 |
|
36 | |||
37 | <div class="contextual"> |
|
37 | <div class="contextual"> | |
38 | <% form_tag({:action => "add_block"}, :id => "block-form") do %> |
|
38 | <% form_tag({:action => "add_block"}, :id => "block-form") do %> | |
|
39 | <%= label_tag('block-select', l(:label_my_page_block)) %> | |||
39 | <%= select_tag 'block', "<option></option>" + options_for_select(@block_options), :id => "block-select" %> |
|
40 | <%= select_tag 'block', "<option></option>" + options_for_select(@block_options), :id => "block-select" %> | |
40 | <%= link_to_remote l(:button_add), |
|
41 | <%= link_to_remote l(:button_add), | |
41 | {:url => { :action => "add_block" }, |
|
42 | {:url => { :action => "add_block" }, |
@@ -458,6 +458,7 en: | |||||
458 | label_my_page: My page |
|
458 | label_my_page: My page | |
459 | label_my_account: My account |
|
459 | label_my_account: My account | |
460 | label_my_projects: My projects |
|
460 | label_my_projects: My projects | |
|
461 | label_my_page_block: My page block | |||
461 | label_administration: Administration |
|
462 | label_administration: Administration | |
462 | label_login: Sign in |
|
463 | label_login: Sign in | |
463 | label_logout: Sign out |
|
464 | label_logout: Sign out |
@@ -478,6 +478,7 fr: | |||||
478 | label_my_page: Ma page |
|
478 | label_my_page: Ma page | |
479 | label_my_account: Mon compte |
|
479 | label_my_account: Mon compte | |
480 | label_my_projects: Mes projets |
|
480 | label_my_projects: Mes projets | |
|
481 | label_my_page_block: Ma page bloque | |||
481 | label_administration: Administration |
|
482 | label_administration: Administration | |
482 | label_login: Connexion |
|
483 | label_login: Connexion | |
483 | label_logout: Déconnexion |
|
484 | label_logout: Déconnexion |
General Comments 0
You need to be logged in to leave comments.
Login now