@@ -82,7 +82,8 when "IssueCustomField" %> | |||
|
82 | 82 | |
|
83 | 83 | <fieldset><legend><%=l(:label_tracker_plural)%></legend> |
|
84 | 84 | <% for tracker in @trackers %> |
|
85 |
<%= check_box_tag "custom_field[tracker_ids][]", tracker.id, (@custom_field.trackers.include? tracker) |
|
|
85 | <%= check_box_tag "custom_field[tracker_ids][]", tracker.id, (@custom_field.trackers.include? tracker), | |
|
86 | :id => "custom_field_tracker_ids_#{tracker.id}" %><label id="no-css" for="custom_field_tracker_ids_<%=tracker.id%>"><%= h(tracker.name) %></label> | |
|
86 | 87 | <% end %> |
|
87 | 88 | <%= hidden_field_tag "custom_field[tracker_ids][]", '' %> |
|
88 | 89 | </fieldset> |
@@ -431,6 +431,13 margin-left: 5px !important; | |||
|
431 | 431 | width: auto; |
|
432 | 432 | } |
|
433 | 433 | |
|
434 | label#no-css { | |
|
435 | font-weight: inherit; | |
|
436 | float:none; | |
|
437 | text-align:left; | |
|
438 | margin-left:0px; | |
|
439 | width:auto; | |
|
440 | } | |
|
434 | 441 | input#time_entry_comments { width: 90%;} |
|
435 | 442 | |
|
436 | 443 | #preview fieldset {margin-top: 1em; background: url(../images/draft.png)} |
General Comments 0
You need to be logged in to leave comments.
Login now