[#9489] added invisible label
Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7694 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
23cf476891
commit
c6870edd55
|
@ -1,4 +1,5 @@
|
||||||
<% form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %>
|
<% form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %>
|
||||||
|
<%= label_tag "notes", l(:description_notes), :class => "hidden-for-sighted" %>
|
||||||
<%= text_area_tag :notes, @journal.notes,
|
<%= text_area_tag :notes, @journal.notes,
|
||||||
:id => "journal_#{@journal.id}_notes",
|
:id => "journal_#{@journal.id}_notes",
|
||||||
:class => 'wiki-edit',
|
:class => 'wiki-edit',
|
||||||
|
|
|
@ -1004,6 +1004,7 @@ de:
|
||||||
description_search: Suchfeld
|
description_search: Suchfeld
|
||||||
description_choose_project: Projekte
|
description_choose_project: Projekte
|
||||||
description_project_scope: Suchbereich
|
description_project_scope: Suchbereich
|
||||||
|
description_notes: Kommentare
|
||||||
description_message_content: Nachrichteninhalt
|
description_message_content: Nachrichteninhalt
|
||||||
description_query_sort_criteria_attribute: Sortierattribut
|
description_query_sort_criteria_attribute: Sortierattribut
|
||||||
description_query_sort_criteria_direction: Sortierrichtung
|
description_query_sort_criteria_direction: Sortierrichtung
|
||||||
|
|
|
@ -982,6 +982,7 @@ en:
|
||||||
description_search: Searchfield
|
description_search: Searchfield
|
||||||
description_choose_project: Projects
|
description_choose_project: Projects
|
||||||
description_project_scope: Search scope
|
description_project_scope: Search scope
|
||||||
|
description_notes: Notes
|
||||||
description_message_content: Message content
|
description_message_content: Message content
|
||||||
description_query_sort_criteria_attribute: Sort attribute
|
description_query_sort_criteria_attribute: Sort attribute
|
||||||
description_query_sort_criteria_direction: Sort direction
|
description_query_sort_criteria_direction: Sort direction
|
||||||
|
|
Loading…
Reference in New Issue