@@ -42,6 +42,7 @@ |
||
42 | 42 |
<%= f.select :schedule, options_for_select(Agent::SCHEDULES.map {|s| [s.humanize.titleize, s] }, @agent.schedule), {}, :class => 'span4' %> |
43 | 43 |
<span class='cannot-be-scheduled text-info'>This type of Agent cannot be scheduled.</span> |
44 | 44 |
</div> |
45 |
+ </div> |
|
45 | 46 |
|
46 | 47 |
<div class='event-related-region' data-can-create-events="<%= @agent.can_create_events? %>"> |
47 | 48 |
<div class="control-group"> |