diff --git a/app/assets/javascripts/app/controllers/layout_ref.coffee b/app/assets/javascripts/app/controllers/layout_ref.coffee index 629286f21..ad2bf3070 100644 --- a/app/assets/javascripts/app/controllers/layout_ref.coffee +++ b/app/assets/javascripts/app/controllers/layout_ref.coffee @@ -848,6 +848,8 @@ class TicketZoomRef extends App.ControllerContent startDate: new Date().toLocaleDateString("en-US") # returns 9/25/2015 container: @$('.js-datepicker').parent() + @$('.js-timepicker').timepicker() + # for testing purposes the highlights get stored in localStorage loadHighlights: -> if highlights = localStorage['highlights'] diff --git a/app/assets/javascripts/app/views/layout_ref/import_wizard.jst.eco b/app/assets/javascripts/app/views/layout_ref/import_wizard.jst.eco index c3a04dd8b..d83140f3f 100644 --- a/app/assets/javascripts/app/views/layout_ref/import_wizard.jst.eco +++ b/app/assets/javascripts/app/views/layout_ref/import_wizard.jst.eco @@ -39,7 +39,7 @@

Enter the link provided by the plugin at the end of the installation to link the two systems:

-
+
diff --git a/app/assets/javascripts/app/views/layout_ref/ticket_zoom.jst.eco b/app/assets/javascripts/app/views/layout_ref/ticket_zoom.jst.eco index ee94c2127..92284fe6d 100644 --- a/app/assets/javascripts/app/views/layout_ref/ticket_zoom.jst.eco +++ b/app/assets/javascripts/app/views/layout_ref/ticket_zoom.jst.eco @@ -1,624 +1,689 @@ -
+
+
-
-
-
- <%- @Icon('marker', 'js-highlight-icon') %> -
-