##// END OF EJS Templates
[#9489] added invisible label...
Toshi MARUYAMA -
r7574:c6870edd55f7
parent child
Show More
@@ -1,4 +1,5
1 <% form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %>
1 <% form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %>
2 <%= label_tag "notes", l(:description_notes), :class => "hidden-for-sighted" %>
2 <%= text_area_tag :notes, @journal.notes,
3 <%= text_area_tag :notes, @journal.notes,
3 :id => "journal_#{@journal.id}_notes",
4 :id => "journal_#{@journal.id}_notes",
4 :class => 'wiki-edit',
5 :class => 'wiki-edit',
@@ -1004,6 +1004,7 de:
1004 description_search: Suchfeld
1004 description_search: Suchfeld
1005 description_choose_project: Projekte
1005 description_choose_project: Projekte
1006 description_project_scope: Suchbereich
1006 description_project_scope: Suchbereich
1007 description_notes: Kommentare
1007 description_message_content: Nachrichteninhalt
1008 description_message_content: Nachrichteninhalt
1008 description_query_sort_criteria_attribute: Sortierattribut
1009 description_query_sort_criteria_attribute: Sortierattribut
1009 description_query_sort_criteria_direction: Sortierrichtung
1010 description_query_sort_criteria_direction: Sortierrichtung
@@ -982,6 +982,7 en:
982 description_search: Searchfield
982 description_search: Searchfield
983 description_choose_project: Projects
983 description_choose_project: Projects
984 description_project_scope: Search scope
984 description_project_scope: Search scope
985 description_notes: Notes
985 description_message_content: Message content
986 description_message_content: Message content
986 description_query_sort_criteria_attribute: Sort attribute
987 description_query_sort_criteria_attribute: Sort attribute
987 description_query_sort_criteria_direction: Sort direction
988 description_query_sort_criteria_direction: Sort direction
General Comments 0
You need to be logged in to leave comments. Login now