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/picture_modify.tpl

    r28703 r28765  
    3333{* <!-- DATEPICKER --> *}
    3434jQuery(function(){ {* <!-- onLoad needed to wait localization loads --> *}
    35   jQuery('[data-datepicker]').pwgDatepicker({ showTimepicker: true });
     35  jQuery('[data-datepicker]').pwgDatepicker({
     36    showTimepicker: true,
     37    cancelButton: '{'Cancel'|translate}'
     38  });
    3639});
    3740}());
Note: See TracChangeset for help on using the changeset viewer.