Changeset 25691
- Timestamp:
- 12/20/09 15:51:51 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryForm.php
r24722 r25691 203 203 { 204 204 $values['width'] = $values['widget_width']; 205 $values['height'] = dmArray::get($values, 'height', (int) ($values['width'] * 2/3));206 205 } 207 206 else … … 209 208 $values['width'] = 300; 210 209 } 210 211 $values['height'] = dmArray::get($values, 'height', (int) ($values['width'] * 2/3)); 211 212 } 212 213 elseif (empty($values['height'])) plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryView.php
r24722 r25691 110 110 } 111 111 112 $html .= '</ ul>';112 $html .= '</ol>'; 113 113 114 114 return $html;