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

Location:
trunk/admin/themes/default/template
Files:
4 edited

Legend:

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

    r28703 r28765  
    6565
    6666jQuery(document).ready(function() {ldelim}
    67   jQuery('[data-datepicker]').pwgDatepicker({ showTimepicker: true });
     67  jQuery('[data-datepicker]').pwgDatepicker({
     68    showTimepicker: true,
     69    cancelButton: '{'Cancel'|translate}'
     70  });
    6871
    6972  jQuery("a.preview-box").colorbox();
  • 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
  • trunk/admin/themes/default/template/include/datepicker.inc.tpl

    r28500 r28765  
    1212{/if}
    1313
     14{combine_css path="themes/default/js/ui/theme/jquery.ui.theme.css"}
    1415{combine_css path="themes/default/js/ui/theme/jquery.ui.slider.css"}
    1516{combine_css path="themes/default/js/ui/theme/jquery.ui.datepicker.css"}
  • 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.