Changeset 729
- Timestamp:
- 11/16/07 14:50:43 (1 year ago)
- Files:
-
- trunk/app/views/task/_form.rhtml (modified) (2 diffs)
- trunk/app/views/task/view.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/task/_form.rhtml
r726 r729 103 103 <% if action == :view -%> 104 104 <table class="task_full"> 105 <% els if-%>105 <% else -%> 106 106 <table class="form"> 107 107 <% end -%> … … 155 155 <% end -%> 156 156 157 <% unless action == :view -%> 157 158 <script type="text/javascript"> 158 159 Event.observe(window, 'load', update_time_fields); 159 160 </script> 161 <% end -%> trunk/app/views/task/view.rhtml
r721 r729 84 84 </tr> 85 85 </table> 86 87 <script type="text/javascript">88 Event.observe(window, 'load', update_field_enabled);89 </script>