- Timestamp:
- 04/30/10 17:21:51 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/lib/widget/sfWidgetFormJQueryDate.class.php
r584 r1114 72 72 $image = sprintf(', buttonImage: "%s", buttonImageOnly: true', $this->getOption('image')); 73 73 } 74 $onClose = ''; 75 if (false !== $attributes['onClose']) 76 { 77 $onClose = sprintf(', onClose: %s', $attributes['onClose']); 78 } 79 74 80 return 75 81 // Outer div with the prefix ID allows efficient jQuery - Firefox can delay for … … 138 144 showOn: "both", 139 145 showAnim: "fadeIn" 146 %s 140 147 %s 141 148 }, \$.datepicker.regional["%s"], %s)); … … 161 168 $id, 162 169 min($this->getOption('years')), max($this->getOption('years')), 163 $prefix, $prefix, $ image, $this->getOption('culture'), $this->getOption('config')170 $prefix, $prefix, $onClose, $image, $this->getOption('culture'), $this->getOption('config') 164 171 ) . 165 172 // Close wrapper div

