Ignore:
Timestamp:
Jun 22, 2014, 2:44:43 PM (10 years ago)
Author:
mistic100
Message:

feature 3080: add cancel button, one minute granularity, fix missing css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/batch_manager_unit.tpl

    r28703 r28765  
    2424{* <!-- DATEPICKER --> *}
    2525jQuery(function(){ {* <!-- onLoad needed to wait localization loads --> *}
    26   jQuery('[data-datepicker]').pwgDatepicker({ showTimepicker: true });
     26  jQuery('[data-datepicker]').pwgDatepicker({
     27    showTimepicker: true,
     28    cancelButton: '{'Cancel'|translate}'
     29  });
    2730});
    2831
Note: See TracChangeset for help on using the changeset viewer.