[#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:
Toshi MARUYAMA 2011-10-29 01:23:23 +00:00
parent 23cf476891
commit c6870edd55
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<% 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,
:id => "journal_#{@journal.id}_notes",
:class => 'wiki-edit',

View File

@ -1004,6 +1004,7 @@ de:
description_search: Suchfeld
description_choose_project: Projekte
description_project_scope: Suchbereich
description_notes: Kommentare
description_message_content: Nachrichteninhalt
description_query_sort_criteria_attribute: Sortierattribut
description_query_sort_criteria_direction: Sortierrichtung

View File

@ -982,6 +982,7 @@ en:
description_search: Searchfield
description_choose_project: Projects
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