1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
@@ -7,6 +7,7 | |||||
7 | <table class="list"> |
|
7 | <table class="list"> | |
8 | <thead><tr> |
|
8 | <thead><tr> | |
9 | <th><%=l(:label_tracker)%></th> |
|
9 | <th><%=l(:label_tracker)%></th> | |
|
10 | <th></th> | |||
10 | <th><%=l(:button_sort)%></th> |
|
11 | <th><%=l(:button_sort)%></th> | |
11 | <th></th> |
|
12 | <th></th> | |
12 | </tr></thead> |
|
13 | </tr></thead> | |
@@ -14,6 +15,7 | |||||
14 | <% for tracker in @trackers %> |
|
15 | <% for tracker in @trackers %> | |
15 | <tr class="<%= cycle("odd", "even") %>"> |
|
16 | <tr class="<%= cycle("odd", "even") %>"> | |
16 | <td><%= link_to tracker.name, :action => 'edit', :id => tracker %></td> |
|
17 | <td><%= link_to tracker.name, :action => 'edit', :id => tracker %></td> | |
|
18 | <td align="center"><% unless tracker.workflows.count > 0 %><span class="icon icon-warning"><%= l(:text_tracker_no_workflow) %> (<%= link_to l(:button_edit), {:controller => "roles", :action => "workflow", :tracker_id => tracker} %>)</span><% end %></td> | |||
17 | <td align="center" style="width:15%;"> |
|
19 | <td align="center" style="width:15%;"> | |
18 | <%= link_to image_tag('2uparrow.png', :alt => l(:label_sort_highest)), {:action => 'move', :id => tracker, :position => 'highest'}, :method => :post, :title => l(:label_sort_highest) %> |
|
20 | <%= link_to image_tag('2uparrow.png', :alt => l(:label_sort_highest)), {:action => 'move', :id => tracker, :position => 'highest'}, :method => :post, :title => l(:label_sort_highest) %> | |
19 | <%= link_to image_tag('1uparrow.png', :alt => l(:label_sort_higher)), {:action => 'move', :id => tracker, :position => 'higher'}, :method => :post, :title => l(:label_sort_higher) %> - |
|
21 | <%= link_to image_tag('1uparrow.png', :alt => l(:label_sort_higher)), {:action => 'move', :id => tracker, :position => 'higher'}, :method => :post, :title => l(:label_sort_higher) %> - |
@@ -401,6 +401,7 text_tip_task_begin_end_day: Aufgabe, die an diesem Tag beginnt und beendet | |||||
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' | |
402 | text_caracters_maximum: %d characters maximum. |
|
402 | text_caracters_maximum: %d characters maximum. | |
403 | text_length_between: Length between %d and %d characters. |
|
403 | text_length_between: Length between %d and %d characters. | |
|
404 | text_tracker_no_workflow: No workflow defined for this tracker | |||
404 |
|
405 | |||
405 | default_role_manager: Manager |
|
406 | default_role_manager: Manager | |
406 | default_role_developper: Developer |
|
407 | default_role_developper: Developer |
@@ -401,6 +401,7 text_tip_task_begin_end_day: task beginning and ending this day | |||||
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' | |
402 | text_caracters_maximum: %d characters maximum. |
|
402 | text_caracters_maximum: %d characters maximum. | |
403 | text_length_between: Length between %d and %d characters. |
|
403 | text_length_between: Length between %d and %d characters. | |
|
404 | text_tracker_no_workflow: No workflow defined for this tracker | |||
404 |
|
405 | |||
405 | default_role_manager: Manager |
|
406 | default_role_manager: Manager | |
406 | default_role_developper: Developer |
|
407 | default_role_developper: Developer |
@@ -401,6 +401,7 text_tip_task_begin_end_day: tarea que comienza y termina este día | |||||
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' | |
402 | text_caracters_maximum: %d characters maximum. |
|
402 | text_caracters_maximum: %d characters maximum. | |
403 | text_length_between: Length between %d and %d characters. |
|
403 | text_length_between: Length between %d and %d characters. | |
|
404 | text_tracker_no_workflow: No workflow defined for this tracker | |||
404 |
|
405 | |||
405 | default_role_manager: Manager |
|
406 | default_role_manager: Manager | |
406 | default_role_developper: Desarrollador |
|
407 | default_role_developper: Desarrollador |
@@ -401,6 +401,7 text_tip_task_begin_end_day: tâche commençant et finissant ce jour | |||||
401 | text_project_identifier_info: 'Lettres minuscules (a-z), chiffres et tirets autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' |
|
401 | text_project_identifier_info: 'Lettres minuscules (a-z), chiffres et tirets autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' | |
402 | text_caracters_maximum: %d caractères maximum. |
|
402 | text_caracters_maximum: %d caractères maximum. | |
403 | text_length_between: Longueur comprise entre %d et %d caractères. |
|
403 | text_length_between: Longueur comprise entre %d et %d caractères. | |
|
404 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker | |||
404 |
|
405 | |||
405 | default_role_manager: Manager |
|
406 | default_role_manager: Manager | |
406 | default_role_developper: Développeur |
|
407 | default_role_developper: Développeur |
@@ -401,6 +401,7 text_tip_task_begin_end_day: task beginning and ending this day | |||||
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
401 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' | |
402 | text_caracters_maximum: %d characters maximum. |
|
402 | text_caracters_maximum: %d characters maximum. | |
403 | text_length_between: Length between %d and %d characters. |
|
403 | text_length_between: Length between %d and %d characters. | |
|
404 | text_tracker_no_workflow: No workflow defined for this tracker | |||
404 |
|
405 | |||
405 | default_role_manager: Manager |
|
406 | default_role_manager: Manager | |
406 | default_role_developper: Sviluppatore |
|
407 | default_role_developper: Sviluppatore |
@@ -402,6 +402,7 text_tip_task_begin_end_day: この日のうちに開始して終了するタス | |||||
402 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
402 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' | |
403 | text_caracters_maximum: %d characters maximum. |
|
403 | text_caracters_maximum: %d characters maximum. | |
404 | text_length_between: Length between %d and %d characters. |
|
404 | text_length_between: Length between %d and %d characters. | |
|
405 | text_tracker_no_workflow: No workflow defined for this tracker | |||
405 |
|
406 | |||
406 | default_role_manager: 管理者 |
|
407 | default_role_manager: 管理者 | |
407 | default_role_developper: 開発者 |
|
408 | default_role_developper: 開発者 |
@@ -404,6 +404,7 text_tip_task_begin_end_day: 开始并结束于此 | |||||
404 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
404 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' | |
405 | text_caracters_maximum: %d characters maximum. |
|
405 | text_caracters_maximum: %d characters maximum. | |
406 | text_length_between: Length between %d and %d characters. |
|
406 | text_length_between: Length between %d and %d characters. | |
|
407 | text_tracker_no_workflow: No workflow defined for this tracker | |||
407 |
|
408 | |||
408 | default_role_manager: 管理员 |
|
409 | default_role_manager: 管理员 | |
409 | default_role_developper: 开发人员 |
|
410 | default_role_developper: 开发人员 |
@@ -157,6 +157,7 vertical-align: middle; | |||||
157 | .icon-feed { background-image: url(../images/feed.png); } |
|
157 | .icon-feed { background-image: url(../images/feed.png); } | |
158 | .icon-time { background-image: url(../images/time.png); } |
|
158 | .icon-time { background-image: url(../images/time.png); } | |
159 | .icon-stats { background-image: url(../images/stats.png); } |
|
159 | .icon-stats { background-image: url(../images/stats.png); } | |
|
160 | .icon-warning { background-image: url(../images/warning.png); } | |||
160 |
|
161 | |||
161 | .icon22-projects { background-image: url(../images/22x22/projects.png); } |
|
162 | .icon22-projects { background-image: url(../images/22x22/projects.png); } | |
162 | .icon22-users { background-image: url(../images/22x22/users.png); } |
|
163 | .icon22-users { background-image: url(../images/22x22/users.png); } |
General Comments 0
You need to be logged in to leave comments.
Login now