Commit 71271e6f authored by Romano Licker's avatar Romano Licker Committed by Holger Just

[#667] added invisible label

parent 29729436
<% 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',
:rows => (@journal.notes.blank? ? 10 : [[10, @journal.notes.length / 50].max, 100].min) %>
<%= call_hook(:view_journals_notes_form_after_notes, { :journal => @journal}) %>
......
......@@ -986,6 +986,7 @@ de:
description_search: Suchfeld
description_choose_project: Projektwahl
description_project_scope: Suchbereich
description_notes: Notizen
description_message_content: Nachrichteninhalt
description_query_sort_criteria_attribute: Sortierattribut
description_query_sort_criteria_direction: Sortierrichtung
......
......@@ -968,6 +968,7 @@ en:
description_search: Searchfield
description_choose_project: Choose Project
description_project_scope: Search scope
description_notes: Notes
description_message_content: Message content
description_query_sort_criteria_attribute: Sort attribute
description_query_sort_criteria_direction: Sort direction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment