Changeset 2671

Show
Ignore:
Timestamp:
10/05/08 23:34:02 (5 years ago)
Author:
rub
Message:

Remove "..." button witch appears on calendar button.

Location:
trunk/admin/template/goto
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/datepicker.css

    r2663 r2671  
    1 /* $Id $ */ 
     1/* $Id */ 
    22/* Main Style Sheet for jQuery UI date picker */ 
    33#ui-datepicker-div, .ui-datepicker-inline { 
  • trunk/admin/template/goto/include/datepicker.inc.tpl

    r2663 r2671  
    108108      showOn: "both", 
    109109{/literal} 
    110       buttonImage: "{$ROOT_URL}admin/template/{$themeconf.template}/icon/datepicker.png",  
     110      buttonImage: "{$ROOT_URL}admin/template/{$themeconf.template}/icon/datepicker.png", 
    111111{literal} 
    112       buttonImageOnly: true 
     112      buttonImageOnly: true, 
     113      buttonText: "" 
    113114      }); 
    114115