Mercurial > defr > drupal > scald > dnd
diff dnd_test/dnd_test.module @ 18:0d557e6e73f7
Added beautytips and some additional event handling code to the library.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 06 Mar 2009 14:11:46 -0600 |
parents | 1a77f87927dd |
children | 89fe0aca43d4 |
line wrap: on
line diff
--- a/dnd_test/dnd_test.module Wed Mar 04 13:29:31 2009 -0600 +++ b/dnd_test/dnd_test.module Fri Mar 06 14:11:46 2009 -0600 @@ -114,7 +114,7 @@ template_preprocess_dnd_library_item($variables); $variables['id'] = 'dnd-preview-'. $variables['i']; - $variables['image'] = '<img src="http://'. $_SERVER['HTTP_HOST'] . base_path() . drupal_get_path('module', 'dnd_test') .'/img/item-'. $variables['img_num'] .'-M.jpg" class="drop" />'; + $variables['image'] = '<img src="http://'. $_SERVER['HTTP_HOST'] . base_path() . drupal_get_path('module', 'dnd_test') .'/img/item-'. $variables['img_num'] .'-M.jpg" class="drop" width="300" height="225" />'; $variables['description'] = 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'; }