##// END OF EJS Templates
Add a label for user and group search fields. #6521...
Jean-Baptiste Barth -
r4198:7c5497db65ca
parent child
Show More
@@ -29,7 +29,7
29 <% remote_form_for(:group, @group, :url => {:controller => 'groups', :action => 'add_users', :id => @group}, :method => :post) do |f| %>
29 <% remote_form_for(:group, @group, :url => {:controller => 'groups', :action => 'add_users', :id => @group}, :method => :post) do |f| %>
30 <fieldset><legend><%=l(:label_user_new)%></legend>
30 <fieldset><legend><%=l(:label_user_new)%></legend>
31
31
32 <p><%= text_field_tag 'user_search', nil %></p>
32 <p><%= label_tag "user_search", l(:label_user_search) %><%= text_field_tag 'user_search', nil %></p>
33 <%= observe_field(:user_search,
33 <%= observe_field(:user_search,
34 :frequency => 0.5,
34 :frequency => 0.5,
35 :update => :users,
35 :update => :users,
@@ -58,7 +58,7
58 <% remote_form_for(:member, @member, :url => {:controller => 'members', :action => 'new', :id => @project}, :method => :post) do |f| %>
58 <% remote_form_for(:member, @member, :url => {:controller => 'members', :action => 'new', :id => @project}, :method => :post) do |f| %>
59 <fieldset><legend><%=l(:label_member_new)%></legend>
59 <fieldset><legend><%=l(:label_member_new)%></legend>
60
60
61 <p><%= text_field_tag 'principal_search', nil %></p>
61 <p><%= label_tag "principal_search", l(:label_principal_search) %><%= text_field_tag 'principal_search', nil %></p>
62 <%= observe_field(:principal_search,
62 <%= observe_field(:principal_search,
63 :frequency => 0.5,
63 :frequency => 0.5,
64 :update => :principals,
64 :update => :principals,
@@ -919,3 +919,5 bg:
919 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
919 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
920 field_assigned_to_role: Assignee's role
920 field_assigned_to_role: Assignee's role
921 field_start_date: Start date
921 field_start_date: Start date
922 label_principal_search: "Search for user or group:"
923 label_user_search: "Search for user:"
@@ -937,3 +937,5 bs:
937 field_assigned_to_role: Assignee's role
937 field_assigned_to_role: Assignee's role
938 notice_not_authorized_archived_project: The project you're trying to access has been archived.
938 notice_not_authorized_archived_project: The project you're trying to access has been archived.
939 field_start_date: Start date
939 field_start_date: Start date
940 label_principal_search: "Search for user or group:"
941 label_user_search: "Search for user:"
@@ -926,3 +926,5 ca:
926 field_assigned_to_role: Assignee's role
926 field_assigned_to_role: Assignee's role
927 notice_not_authorized_archived_project: The project you're trying to access has been archived.
927 notice_not_authorized_archived_project: The project you're trying to access has been archived.
928 field_start_date: Start date
928 field_start_date: Start date
929 label_principal_search: "Search for user or group:"
930 label_user_search: "Search for user:"
@@ -923,3 +923,5 cs:
923 field_assigned_to_role: Assignee's role
923 field_assigned_to_role: Assignee's role
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
925 field_start_date: Start date
925 field_start_date: Start date
926 label_principal_search: "Search for user or group:"
927 label_user_search: "Search for user:"
@@ -939,3 +939,5 da:
939 field_assigned_to_role: Assignee's role
939 field_assigned_to_role: Assignee's role
940 notice_not_authorized_archived_project: The project you're trying to access has been archived.
940 notice_not_authorized_archived_project: The project you're trying to access has been archived.
941 field_start_date: Start date
941 field_start_date: Start date
942 label_principal_search: "Search for user or group:"
943 label_user_search: "Search for user:"
@@ -790,6 +790,8 de:
790 label_profile: Profil
790 label_profile: Profil
791 label_subtask_plural: Unteraufgaben
791 label_subtask_plural: Unteraufgaben
792 label_project_copy_notifications: Sende Mailbenachrichtigungen beim Kopieren des Projekts.
792 label_project_copy_notifications: Sende Mailbenachrichtigungen beim Kopieren des Projekts.
793 label_principal_search: "Nach Benutzer oder Gruppe suchen:"
794 label_user_search: "Nach Benutzer suchen:"
793
795
794 button_login: Anmelden
796 button_login: Anmelden
795 button_submit: OK
797 button_submit: OK
@@ -923,3 +923,5 el:
923 field_assigned_to_role: Assignee's role
923 field_assigned_to_role: Assignee's role
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
925 field_start_date: Start date
925 field_start_date: Start date
926 label_principal_search: "Search for user or group:"
927 label_user_search: "Search for user:"
@@ -927,3 +927,5 en-GB:
927 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
927 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
928 label_user_mail_option_only_assigned: Only for things I am assigned to
928 label_user_mail_option_only_assigned: Only for things I am assigned to
929 notice_not_authorized_archived_project: The project you're trying to access has been archived.
929 notice_not_authorized_archived_project: The project you're trying to access has been archived.
930 label_principal_search: "Search for user or group:"
931 label_user_search: "Search for user:"
@@ -781,6 +781,8 en:
781 label_profile: Profile
781 label_profile: Profile
782 label_subtask_plural: Subtasks
782 label_subtask_plural: Subtasks
783 label_project_copy_notifications: Send email notifications during the project copy
783 label_project_copy_notifications: Send email notifications during the project copy
784 label_principal_search: "Search for user or group:"
785 label_user_search: "Search for user:"
784
786
785 button_login: Login
787 button_login: Login
786 button_submit: Submit
788 button_submit: Submit
@@ -963,3 +963,5 es:
963 field_assigned_to_role: Assignee's role
963 field_assigned_to_role: Assignee's role
964 notice_not_authorized_archived_project: The project you're trying to access has been archived.
964 notice_not_authorized_archived_project: The project you're trying to access has been archived.
965 field_start_date: Start date
965 field_start_date: Start date
966 label_principal_search: "Search for user or group:"
967 label_user_search: "Search for user:"
@@ -927,3 +927,5 eu:
927 field_assigned_to_role: Assignee's role
927 field_assigned_to_role: Assignee's role
928 notice_not_authorized_archived_project: The project you're trying to access has been archived.
928 notice_not_authorized_archived_project: The project you're trying to access has been archived.
929 field_start_date: Start date
929 field_start_date: Start date
930 label_principal_search: "Search for user or group:"
931 label_user_search: "Search for user:"
@@ -948,3 +948,5 fi:
948 field_assigned_to_role: Assignee's role
948 field_assigned_to_role: Assignee's role
949 notice_not_authorized_archived_project: The project you're trying to access has been archived.
949 notice_not_authorized_archived_project: The project you're trying to access has been archived.
950 field_start_date: Start date
950 field_start_date: Start date
951 label_principal_search: "Search for user or group:"
952 label_user_search: "Search for user:"
@@ -772,6 +772,8 fr:
772 label_profile: Profil
772 label_profile: Profil
773 label_subtask_plural: Sous-tâches
773 label_subtask_plural: Sous-tâches
774 label_project_copy_notifications: Envoyer les notifications durant la copie du projet
774 label_project_copy_notifications: Envoyer les notifications durant la copie du projet
775 label_principal_search: "Rechercher un utilisateur ou un groupe :"
776 label_user_search: "Rechercher un utilisateur :"
775
777
776 button_login: Connexion
778 button_login: Connexion
777 button_submit: Soumettre
779 button_submit: Soumettre
@@ -939,3 +939,5 gl:
939 field_assigned_to_role: Assignee's role
939 field_assigned_to_role: Assignee's role
940 notice_not_authorized_archived_project: The project you're trying to access has been archived.
940 notice_not_authorized_archived_project: The project you're trying to access has been archived.
941 field_start_date: Start date
941 field_start_date: Start date
942 label_principal_search: "Search for user or group:"
943 label_user_search: "Search for user:"
@@ -928,3 +928,5 he:
928 field_member_of_group: Assignee's group
928 field_member_of_group: Assignee's group
929 field_assigned_to_role: Assignee's role
929 field_assigned_to_role: Assignee's role
930 field_start_date: Start date
930 field_start_date: Start date
931 label_principal_search: "Search for user or group:"
932 label_user_search: "Search for user:"
@@ -930,3 +930,5 hr:
930 field_assigned_to_role: Assignee's role
930 field_assigned_to_role: Assignee's role
931 notice_not_authorized_archived_project: The project you're trying to access has been archived.
931 notice_not_authorized_archived_project: The project you're trying to access has been archived.
932 field_start_date: Start date
932 field_start_date: Start date
933 label_principal_search: "Search for user or group:"
934 label_user_search: "Search for user:"
@@ -946,3 +946,5
946 field_assigned_to_role: Assignee's role
946 field_assigned_to_role: Assignee's role
947 notice_not_authorized_archived_project: The project you're trying to access has been archived.
947 notice_not_authorized_archived_project: The project you're trying to access has been archived.
948 field_start_date: Start date
948 field_start_date: Start date
949 label_principal_search: "Search for user or group:"
950 label_user_search: "Search for user:"
@@ -931,3 +931,5 id:
931 field_assigned_to_role: Assignee's role
931 field_assigned_to_role: Assignee's role
932 notice_not_authorized_archived_project: The project you're trying to access has been archived.
932 notice_not_authorized_archived_project: The project you're trying to access has been archived.
933 field_start_date: Start date
933 field_start_date: Start date
934 label_principal_search: "Search for user or group:"
935 label_user_search: "Search for user:"
@@ -927,3 +927,5 it:
927 field_assigned_to_role: Assignee's role
927 field_assigned_to_role: Assignee's role
928 notice_not_authorized_archived_project: The project you're trying to access has been archived.
928 notice_not_authorized_archived_project: The project you're trying to access has been archived.
929 field_start_date: Start date
929 field_start_date: Start date
930 label_principal_search: "Search for user or group:"
931 label_user_search: "Search for user:"
@@ -948,3 +948,5 ja:
948 enumeration_activities: 作業分類 (時間トラッキング)
948 enumeration_activities: 作業分類 (時間トラッキング)
949 enumeration_system_activity: システム作業分類
949 enumeration_system_activity: システム作業分類
950 field_start_date: Start date
950 field_start_date: Start date
951 label_principal_search: "Search for user or group:"
952 label_user_search: "Search for user:"
@@ -979,3 +979,5 ko:
979 field_assigned_to_role: Assignee's role
979 field_assigned_to_role: Assignee's role
980 notice_not_authorized_archived_project: The project you're trying to access has been archived.
980 notice_not_authorized_archived_project: The project you're trying to access has been archived.
981 field_start_date: Start date
981 field_start_date: Start date
982 label_principal_search: "Search for user or group:"
983 label_user_search: "Search for user:"
@@ -987,3 +987,5 lt:
987 field_assigned_to_role: Assignee's role
987 field_assigned_to_role: Assignee's role
988 notice_not_authorized_archived_project: The project you're trying to access has been archived.
988 notice_not_authorized_archived_project: The project you're trying to access has been archived.
989 field_start_date: Start date
989 field_start_date: Start date
990 label_principal_search: "Search for user or group:"
991 label_user_search: "Search for user:"
@@ -918,3 +918,5 lv:
918 field_assigned_to_role: Assignee's role
918 field_assigned_to_role: Assignee's role
919 notice_not_authorized_archived_project: The project you're trying to access has been archived.
919 notice_not_authorized_archived_project: The project you're trying to access has been archived.
920 field_start_date: Start date
920 field_start_date: Start date
921 label_principal_search: "Search for user or group:"
922 label_user_search: "Search for user:"
@@ -923,3 +923,5 mk:
923 field_assigned_to_role: Assignee's role
923 field_assigned_to_role: Assignee's role
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
925 field_start_date: Start date
925 field_start_date: Start date
926 label_principal_search: "Search for user or group:"
927 label_user_search: "Search for user:"
@@ -924,3 +924,5 mn:
924 field_assigned_to_role: Assignee's role
924 field_assigned_to_role: Assignee's role
925 notice_not_authorized_archived_project: The project you're trying to access has been archived.
925 notice_not_authorized_archived_project: The project you're trying to access has been archived.
926 field_start_date: Start date
926 field_start_date: Start date
927 label_principal_search: "Search for user or group:"
928 label_user_search: "Search for user:"
@@ -905,3 +905,5 nl:
905 field_assigned_to_role: Assignee's role
905 field_assigned_to_role: Assignee's role
906 notice_not_authorized_archived_project: The project you're trying to access has been archived.
906 notice_not_authorized_archived_project: The project you're trying to access has been archived.
907 field_start_date: Start date
907 field_start_date: Start date
908 label_principal_search: "Search for user or group:"
909 label_user_search: "Search for user:"
@@ -914,3 +914,5
914 field_assigned_to_role: Assignee's role
914 field_assigned_to_role: Assignee's role
915 notice_not_authorized_archived_project: The project you're trying to access has been archived.
915 notice_not_authorized_archived_project: The project you're trying to access has been archived.
916 field_start_date: Start date
916 field_start_date: Start date
917 label_principal_search: "Search for user or group:"
918 label_user_search: "Search for user:"
@@ -944,3 +944,5 pl:
944 field_assigned_to_role: Assignee's role
944 field_assigned_to_role: Assignee's role
945 notice_not_authorized_archived_project: The project you're trying to access has been archived.
945 notice_not_authorized_archived_project: The project you're trying to access has been archived.
946 field_start_date: Start date
946 field_start_date: Start date
947 label_principal_search: "Search for user or group:"
948 label_user_search: "Search for user:"
@@ -947,3 +947,5 pt-BR:
947 field_assigned_to_role: Assignee's role
947 field_assigned_to_role: Assignee's role
948 notice_not_authorized_archived_project: The project you're trying to access has been archived.
948 notice_not_authorized_archived_project: The project you're trying to access has been archived.
949 field_start_date: Start date
949 field_start_date: Start date
950 label_principal_search: "Search for user or group:"
951 label_user_search: "Search for user:"
@@ -931,3 +931,5 pt:
931 field_assigned_to_role: Assignee's role
931 field_assigned_to_role: Assignee's role
932 notice_not_authorized_archived_project: The project you're trying to access has been archived.
932 notice_not_authorized_archived_project: The project you're trying to access has been archived.
933 field_start_date: Start date
933 field_start_date: Start date
934 label_principal_search: "Search for user or group:"
935 label_user_search: "Search for user:"
@@ -916,3 +916,5 ro:
916 field_assigned_to_role: Assignee's role
916 field_assigned_to_role: Assignee's role
917 notice_not_authorized_archived_project: The project you're trying to access has been archived.
917 notice_not_authorized_archived_project: The project you're trying to access has been archived.
918 field_start_date: Start date
918 field_start_date: Start date
919 label_principal_search: "Search for user or group:"
920 label_user_search: "Search for user:"
@@ -1041,3 +1041,5 ru:
1041 field_assigned_to_role: Роль назначенного
1041 field_assigned_to_role: Роль назначенного
1042 notice_not_authorized_archived_project: Запрашиваемый проект был архивирован.
1042 notice_not_authorized_archived_project: Запрашиваемый проект был архивирован.
1043
1043
1044 label_principal_search: "Search for user or group:"
1045 label_user_search: "Search for user:"
@@ -918,3 +918,5 sk:
918 field_assigned_to_role: Assignee's role
918 field_assigned_to_role: Assignee's role
919 notice_not_authorized_archived_project: The project you're trying to access has been archived.
919 notice_not_authorized_archived_project: The project you're trying to access has been archived.
920 field_start_date: Start date
920 field_start_date: Start date
921 label_principal_search: "Search for user or group:"
922 label_user_search: "Search for user:"
@@ -919,3 +919,5 sl:
919 field_assigned_to_role: Assignee's role
919 field_assigned_to_role: Assignee's role
920 notice_not_authorized_archived_project: The project you're trying to access has been archived.
920 notice_not_authorized_archived_project: The project you're trying to access has been archived.
921 field_start_date: Start date
921 field_start_date: Start date
922 label_principal_search: "Search for user or group:"
923 label_user_search: "Search for user:"
@@ -923,3 +923,5 sr-YU:
923 field_assigned_to_role: Assignee's role
923 field_assigned_to_role: Assignee's role
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
924 notice_not_authorized_archived_project: The project you're trying to access has been archived.
925 field_start_date: Start date
925 field_start_date: Start date
926 label_principal_search: "Search for user or group:"
927 label_user_search: "Search for user:"
@@ -924,3 +924,5 sr:
924 field_assigned_to_role: Assignee's role
924 field_assigned_to_role: Assignee's role
925 notice_not_authorized_archived_project: The project you're trying to access has been archived.
925 notice_not_authorized_archived_project: The project you're trying to access has been archived.
926 field_start_date: Start date
926 field_start_date: Start date
927 label_principal_search: "Search for user or group:"
928 label_user_search: "Search for user:"
@@ -968,3 +968,5 sv:
968 enumeration_activities: Aktiviteter (tidsuppföljning)
968 enumeration_activities: Aktiviteter (tidsuppföljning)
969 enumeration_system_activity: Systemaktivitet
969 enumeration_system_activity: Systemaktivitet
970 field_start_date: Start date
970 field_start_date: Start date
971 label_principal_search: "Search for user or group:"
972 label_user_search: "Search for user:"
@@ -920,3 +920,5 th:
920 field_assigned_to_role: Assignee's role
920 field_assigned_to_role: Assignee's role
921 notice_not_authorized_archived_project: The project you're trying to access has been archived.
921 notice_not_authorized_archived_project: The project you're trying to access has been archived.
922 field_start_date: Start date
922 field_start_date: Start date
923 label_principal_search: "Search for user or group:"
924 label_user_search: "Search for user:"
@@ -946,3 +946,5 tr:
946 field_assigned_to_role: Assignee's role
946 field_assigned_to_role: Assignee's role
947 notice_not_authorized_archived_project: The project you're trying to access has been archived.
947 notice_not_authorized_archived_project: The project you're trying to access has been archived.
948 field_start_date: Start date
948 field_start_date: Start date
949 label_principal_search: "Search for user or group:"
950 label_user_search: "Search for user:"
@@ -919,3 +919,5 uk:
919 field_assigned_to_role: Assignee's role
919 field_assigned_to_role: Assignee's role
920 notice_not_authorized_archived_project: The project you're trying to access has been archived.
920 notice_not_authorized_archived_project: The project you're trying to access has been archived.
921 field_start_date: Start date
921 field_start_date: Start date
922 label_principal_search: "Search for user or group:"
923 label_user_search: "Search for user:"
@@ -978,3 +978,5 vi:
978 field_assigned_to_role: Assignee's role
978 field_assigned_to_role: Assignee's role
979 notice_not_authorized_archived_project: The project you're trying to access has been archived.
979 notice_not_authorized_archived_project: The project you're trying to access has been archived.
980 field_start_date: Start date
980 field_start_date: Start date
981 label_principal_search: "Search for user or group:"
982 label_user_search: "Search for user:"
@@ -1009,3 +1009,5
1009 enumeration_activities: 活動 (時間追蹤)
1009 enumeration_activities: 活動 (時間追蹤)
1010 enumeration_system_activity: 系統活動
1010 enumeration_system_activity: 系統活動
1011
1011
1012 label_principal_search: "Search for user or group:"
1013 label_user_search: "Search for user:"
@@ -941,3 +941,5 zh:
941 field_assigned_to_role: Assignee's role
941 field_assigned_to_role: Assignee's role
942 notice_not_authorized_archived_project: The project you're trying to access has been archived.
942 notice_not_authorized_archived_project: The project you're trying to access has been archived.
943 field_start_date: Start date
943 field_start_date: Start date
944 label_principal_search: "Search for user or group:"
945 label_user_search: "Search for user:"
General Comments 0
You need to be logged in to leave comments. Login now