--- C:/Documents and Settings/Lisa/Bureau/video_filter-6.x-2.7/video_filter/video_filter.module	Thu Oct 22 20:40:44 2009
+++ C:/Documents and Settings/Lisa/Bureau/video_filter/video_filter.module	Thu Mar 04 18:48:38 2010
@@ -312,7 +312,28 @@
   $output .= '<h3 style="clear:both;">{#videofilter_dlg.title}</h3>' . "\n";
   $output .= '<!-- Gets filled with the selected elements name -->' . "\n";
   $output .= '<div style="margin-top: 10px; margin-bottom: 10px">' . "\n";
+  $output .= '<label for="file">' . t('File url') . '</label>' . "\n";
   $output .= '<input id="file" name="file" type="text" value="" onfocus="this.select();" />' . "\n";
+  $output .= '</div>' . "\n";
+  $output .= '<div style="margin-top: 10px; margin-bottom: 10px">' . "\n";
+  $output .= '<label for="width">' . t('Width') . '</label>' . "\n";
+  $output .= '<input id="width" name="width" type="text" value="" onfocus="this.select();" />' . "\n";
+  $output .= '</div>' . "\n";
+  $output .= '<div style="margin-top: 10px; margin-bottom: 10px">' . "\n";
+  $output .= '<label for="height">' . t('Height') . '</label>' . "\n";
+  $output .= '<input id="height" name="height" type="text" value="" onfocus="this.select();" />' . "\n";
+  $output .= '</div>' . "\n";
+  $output .= '<div style="margin-top: 10px; margin-bottom: 10px">' . "\n";
+  $output .= '<label for="align">' . t('Align') . '</label>' . "\n";
+  $output .= '<select id="align" name="align" onfocus="this.select();">' . "\n";
+  $output .= '<option value="none">' . t('None') . '</option>' . "\n";
+  $output .= '<option value="left">' . t('Left') . '</option>' . "\n";
+  $output .= '<option value="right">' . t('Right') . '</option>' . "\n";
+  $output .= '</select>' . "\n";
+  $output .= '</div>' . "\n";
+  $output .= '<div style="margin-top: 10px; margin-bottom: 10px">' . "\n";
+  $output .= '<label for="autoplay">' . t('Autoplay') . '</label>' . "\n";
+  $output .= '<input id="autoplay" name="autoplay" type="checkbox" value="1" onfocus="this.select();" />' . "\n";
   $output .= '</div>' . "\n";
   $output .= '<div class="mceActionPanel">' . "\n";
   $output .= '<div style="float: left">' . "\n";
