[#667] added invisible label
This commit is contained in:
parent
297294362b
commit
71271e6ff6
|
@ -1,4 +1,6 @@
|
||||||
<% 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, :class => 'wiki-edit',
|
<%= text_area_tag :notes, @journal.notes, :class => 'wiki-edit',
|
||||||
:rows => (@journal.notes.blank? ? 10 : [[10, @journal.notes.length / 50].max, 100].min) %>
|
:rows => (@journal.notes.blank? ? 10 : [[10, @journal.notes.length / 50].max, 100].min) %>
|
||||||
<%= call_hook(:view_journals_notes_form_after_notes, { :journal => @journal}) %>
|
<%= call_hook(:view_journals_notes_form_after_notes, { :journal => @journal}) %>
|
||||||
|
|
|
@ -986,6 +986,7 @@ de:
|
||||||
description_search: Suchfeld
|
description_search: Suchfeld
|
||||||
description_choose_project: Projektwahl
|
description_choose_project: Projektwahl
|
||||||
description_project_scope: Suchbereich
|
description_project_scope: Suchbereich
|
||||||
|
description_notes: Notizen
|
||||||
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
|
||||||
|
|
|
@ -968,6 +968,7 @@ en:
|
||||||
description_search: Searchfield
|
description_search: Searchfield
|
||||||
description_choose_project: Choose Project
|
description_choose_project: Choose Project
|
||||||
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