Index: trunk/extensions/EducationProgram/specials/SpecialEditTerm.php |
— | — | @@ -127,7 +127,7 @@ |
128 | 128 | public function __construct( $params ) { |
129 | 129 | parent::__construct( $params ); |
130 | 130 | |
131 | | - $this->mClass .= " ep-datepicker"; |
| 131 | + $this->mClass .= " ep-datepicker-tr"; |
132 | 132 | } |
133 | 133 | |
134 | 134 | function getSize() { |
Index: trunk/extensions/EducationProgram/resources/ep.datepicker.js |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | $( document ).ready( function() { |
13 | 13 | |
14 | | - $( '.ep-datepicker' ).datepicker( { |
| 14 | + $( '.ep-datepicker-tr' ).find( 'input' ).datepicker( { |
15 | 15 | 'dateFormat': 'yy-mm-dd' |
16 | 16 | } ); |
17 | 17 | |